Advanced IP EIGRP - Troubleshooting
Advanced IP EIGRP - Troubleshooting
Advanced EIGRP
Troubleshooting
Session 315
315
0912_04F9_c3 © 1999, Cisco Systems, Inc. 2
Copyright © 1998, Cisco Systems, Inc. All rights reserved. Printed in USA.
0912_04F9_c3.scr 1
Agenda
• Troubleshooting
• New features
315
0912_04F9_c3 © 1999, Cisco Systems, Inc. 3
Troubleshooting
• Neighbor stability
• Stuck-in-active routes
• High CPU
• Troubleshooting tools
315
0912_04F9_c3 © 1999, Cisco Systems, Inc. 4
Copyright © 1998, Cisco Systems, Inc. All rights reserved. Printed in USA.
0912_04F9_c3.scr 2
Neighbor Process—Review
• Multicast hellos
224.0.0.10
• Neighbor timers
Hello Interval—5 or 60 sec.
Hold time—15 or 180 sec.
315
0912_04F9_c3 © 1999, Cisco Systems, Inc. 5
Neighbor Process—Review
315
0912_04F9_c3 © 1999, Cisco Systems, Inc. 6
Copyright © 1998, Cisco Systems, Inc. All rights reserved. Printed in USA.
0912_04F9_c3.scr 3
Common Neighbor Stability Problems
315
0912_04F9_c3 © 1999, Cisco Systems, Inc. 7
315
0912_04F9_c3 © 1999, Cisco Systems, Inc. 8
Copyright © 1998, Cisco Systems, Inc. All rights reserved. Printed in USA.
0912_04F9_c3.scr 4
Hold Timer Expiration
315
0912_04F9_c3 © 1999, Cisco Systems, Inc. 10
Copyright © 1998, Cisco Systems, Inc. All rights reserved. Printed in USA.
0912_04F9_c3.scr 5
Retry Limit Exceeded (Cont.)
315
0912_04F9_c3 © 1999, Cisco Systems, Inc. 11
315
0912_04F9_c3 © 1999, Cisco Systems, Inc. 12
Copyright © 1998, Cisco Systems, Inc. All rights reserved. Printed in USA.
0912_04F9_c3.scr 6
Manual Changes (Sort Of)
• MTU changed
• Summary changed
• Route filter changed
315
0912_04F9_c3 © 1999, Cisco Systems, Inc. 13
• Stuck-in-active routes
Often very complex problems
Will be covered in later section
315
0912_04F9_c3 © 1999, Cisco Systems, Inc. 14
Copyright © 1998, Cisco Systems, Inc. All rights reserved. Printed in USA.
0912_04F9_c3.scr 7
Troubleshooting Tools for
Neighbor Problems
RouterA#config terminal
Enter configuration commands, one per line. End with CNTL/Z.
RouterA(config) #router eigrp 1
RouterA(config-router) #eigrp log-neighbor-changes
RouterA(config-router) #logging buffered 10000
RouterA(config) #service timestamps log datetime msec
RouterA(config) #^Z
RouterA#
315
0912_04F9_c3 © 1999, Cisco Systems, Inc. 15
Log-Neighbor-Changes Messages
315
0912_04F9_c3 © 1999, Cisco Systems, Inc. 16
Copyright © 1998, Cisco Systems, Inc. All rights reserved. Printed in USA.
0912_04F9_c3.scr 8
Troubleshooting Tools for
Neighbor Problems (Cont.)
rp-esc-2621b#debug eigrp packet hello
EIGRP Packets debugging is on (HELLO)
*Mar 16 19:08:38.521: EIGRP: Sending HELLO on Serial1/1
*Mar 16 19:08:38.521: AS 1, Flags 0x0, Seq 0/0 idbQ 0/0 iidbQ un/rely 0/0
*Mar 16 19:08:38.869: EIGRP: Received HELLO on Serial1/1 nbr 10.1.6.2
*Mar 16 19:08:38.869: AS 1, Flags 0x0, Seq 0/0 idbQ 0/0 iidbQ un/rely 0/0
*Mar 16 19:08:39.081: EIGRP: Sending HELLO on FastEthernet0/0
*Mar 16 19:08:39.081: AS 1, Fags 0x0, Seq 0/0 idbQ 0/0 iidbQ un/rely 0/0
*Mar 16 19:08:39.749: EIGRP: Received HELLO on Serial1/2 nbr 10.1.7.2
*Mar 16 19:08:39.749: AS 1, Flags 0x0, Seq 0/0 idbQ 0/0 iidbQ un/rely 0/0
*Mar 16 19:08:40.973: EIGRP: Sending HELLO on FastEthernet0/1
*Mar 16 19:08:40.973: AS 1, Flags 0x0, Seq 0/0 idbQ 0/0 iidbQ un/rely 0/0
*Mar 16 19:08:43.409: EIGRP: Sending HELLO on Serial1/1
*Mar 16 19:08:43.409: AS 1, Flags 0x0, Seq 0/0 idbQ 0/0 iidbQ un/rely 0/0
315
0912_04F9_c3 © 1999, Cisco Systems, Inc. 17
• Unidirectional links
• Mismatched masks
• Mismatch of primary/secondary
addresses
315
0912_04F9_c3 © 1999, Cisco Systems, Inc. 18
Copyright © 1998, Cisco Systems, Inc. All rights reserved. Printed in USA.
0912_04F9_c3.scr 9
Unidirectional Links
Broken PVC
ATM
RtrA RtrB
X
315
0912_04F9_c3 © 1999, Cisco Systems, Inc. 19
Mismatched Masks
interface serial 0
ip address 10.1.1.2 255.255.255.128
Hello interface serial 1
Updat e ip address 10.1.3.1 255.255.255.0
Ack Router
A
interface serial 0
ip address 10.1.1.1 255.255.255.0 Interface ethernet 0
interface ethernet 0 ip address 10.1.2.2 255.255.255.0
ip address 10.1.2.1 255.255.255.0 interface serial 0
ip address 10.1.3.2 255.255.255.0
Router Router
B C
315
0912_04F9_c3 © 1999, Cisco Systems, Inc. 20
Copyright © 1998, Cisco Systems, Inc. All rights reserved. Printed in USA.
0912_04F9_c3.scr 10
Primary/Secondary Mismatch
Reports 50.1.1.3 as
Neighbor with Retry
Limit Exceeded
Primary: 10.1.1.1/24 Primary: 10.1.1.2/24
Secondary: 50.1.1.1/24 Secondary: 50.1.1.2/24
Router Router
A B
Source = 10.1.1.1 Source = 10.1.1.2
Troubleshooting
• Neighbor relationship
• Stuck-in-active routes
• High CPU
• Troubleshooting tools
315
0912_04F9_c3 © 1999, Cisco Systems, Inc. 22
Copyright © 1998, Cisco Systems, Inc. All rights reserved. Printed in USA.
0912_04F9_c3.scr 11
Stuck-In-Active Routes (SIA)
315
0912_04F9_c3 © 1999, Cisco Systems, Inc. 23
Active Process
315
0912_04F9_c3 © 1999, Cisco Systems, Inc. 24
Copyright © 1998, Cisco Systems, Inc. All rights reserved. Printed in USA.
0912_04F9_c3.scr 12
Active Process (Cont.)
Queries
Replies
315
0912_04F9_c3 © 1999, Cisco Systems, Inc. 25
315
0912_04F9_c3 © 1999, Cisco Systems, Inc. 26
Copyright © 1998, Cisco Systems, Inc. All rights reserved. Printed in USA.
0912_04F9_c3.scr 13
Stuck-In-Active
315
0912_04F9_c3 © 1999, Cisco Systems, Inc. 27
Stuck-In-Active (Cont.)
315
0912_04F9_c3 © 1999, Cisco Systems, Inc. 28
Copyright © 1998, Cisco Systems, Inc. All rights reserved. Printed in USA.
0912_04F9_c3.scr 14
Likely Causes for Stuck-In-Active
315
0912_04F9_c3 © 1999, Cisco Systems, Inc. 29
Troubleshooting SIAs
315
0912_04F9_c3 © 1999, Cisco Systems, Inc. 30
Copyright © 1998, Cisco Systems, Inc. All rights reserved. Printed in USA.
0912_04F9_c3.scr 15
Troubleshooting
the Active Part of SIAs
315
0912_04F9_c3 © 1999, Cisco Systems, Inc. 31
Troubleshooting
the Stuck Part of SIAs
315
0912_04F9_c3 © 1999, Cisco Systems, Inc. 32
Copyright © 1998, Cisco Systems, Inc. All rights reserved. Printed in USA.
0912_04F9_c3.scr 16
Chasing Active Routes—
Example
Why Is RTRA Reporting SIA Routes?
Let’s Look at a Problem in Progress…
20.2.1.0/24 RTRA RTRB
10.1.1.0/24
.1 .2
X .1 10.1.2.0/24
RTRC
.2
RTRD
315
0912_04F9_c3 © 1999, Cisco Systems, Inc. 33
RTRC
.2
.1
RTRB#show ip eigrp topology active
A 20.2.1.0/24, 1 successors, FD is Inaccessible .1
1 replies, active 00:01:04, query-origin: Successor Origin
via 10.1.1.1 (Infinity/Infinity), Serial1 10.1.3.0/24
Remaining replies:
via 10.1.2.2, r, Serial0 .2
RTRD
315
0912_04F9_c3 © 1999, Cisco Systems, Inc. 34
Copyright © 1998, Cisco Systems, Inc. All rights reserved. Printed in USA.
0912_04F9_c3.scr 17
Chasing Active Routes (Cont.)
RTRC
.2
RTRC#show ip eigrp topology active .1
A 20.2.1.0/24, 1 successors, FD is Inaccessible
1 replies, active 00:01:18, query-origin: Successor Origin .1
via 10.1.2.1 (Infinity/Infinity), Serial1
10.1.3.0/24
Remaining replies:
via 10.1.3.2, r, Serial0
.2
RTRD
315
0912_04F9_c3 © 1999, Cisco Systems, Inc. 35
RTRC
.2
.2
RTRD
315
0912_04F9_c3 © 1999, Cisco Systems, Inc. 36
Copyright © 1998, Cisco Systems, Inc. All rights reserved. Printed in USA.
0912_04F9_c3.scr 18
Chasing Active Routes (Cont.)
RTRC
.2
RTRC#show ip eigrp topology active .1
A 20.2.1.0/24, 1 successors, FD is Inaccessible
1 replies, active 00:01:48, query-origin: Successor Origin .1
via 10.1.2.1 (Infinity/Infinity), Serial1
10.1.3.0/24
Remaining replies:
via 10.1.3.2, r, Serial0
.2
RTRD
315
0912_04F9_c3 © 1999, Cisco Systems, Inc. 37
RTRC
.2
RTRD
315
0912_04F9_c3 © 1999, Cisco Systems, Inc. 38
Copyright © 1998, Cisco Systems, Inc. All rights reserved. Printed in USA.
0912_04F9_c3.scr 19
Chasing Active Routes (Cont.)
RTRC
.2
RTRD#ping 10.1.3.1 .1
Type escape sequence to abort!
.1
Sending 5, 100-byte ICMP Echos to 10.1.3.1, timeout is 2 seconds:
.....
10.1.3.0/24
Success rate is 0 percent (0/5)
.2
RTRD
315
0912_04F9_c3 © 1999, Cisco Systems, Inc. 39
315
0912_04F9_c3 © 1999, Cisco Systems, Inc. 40
Copyright © 1998, Cisco Systems, Inc. All rights reserved. Printed in USA.
0912_04F9_c3.scr 20
Minimizing SIA Routes
315
0912_04F9_c3 © 1999, Cisco Systems, Inc. 41
Router
B
Router
D
Router
A
Router
E
315
0912_04F9_c3 © 1999, Cisco Systems, Inc. 42
Copyright © 1998, Cisco Systems, Inc. All rights reserved. Printed in USA.
0912_04F9_c3.scr 21
Decreasing Query Scope—
Summary
315
0912_04F9_c3 © 1999, Cisco Systems, Inc. 43
Router
B
Router
D
Router
A
Copyright © 1998, Cisco Systems, Inc. All rights reserved. Printed in USA.
0912_04F9_c3.scr 22
Decreasing Query Scope—
Summary
• Convergence simplified
Remotes immediately reply
Compound by number of remotes!
• Even simpler with new stub feature
315
0912_04F9_c3 © 1999, Cisco Systems, Inc. 45
Queries
Replies
X No Knowledge of 10.1.8.0/24
10.1.8.0/24
Copyright © 1998, Cisco Systems, Inc. All rights reserved. Printed in USA.
0912_04F9_c3.scr 23
Minimizing SIA routes (Cont.)
315
0912_04F9_c3 © 1999, Cisco Systems, Inc. 47
Passive-Interface
Router
A
Router
B
315
0912_04F9_c3 © 1999, Cisco Systems, Inc. 48
Copyright © 1998, Cisco Systems, Inc. All rights reserved. Printed in USA.
0912_04F9_c3.scr 24
Minimizing SIA Routes (Cont.)
315
0912_04F9_c3 © 1999, Cisco Systems, Inc. 49
315
0912_04F9_c3 © 1999, Cisco Systems, Inc. 50
Copyright © 1998, Cisco Systems, Inc. All rights reserved. Printed in USA.
0912_04F9_c3.scr 25
Impact of Low-Speed NBMA Links
315
0912_04F9_c3 © 1999, Cisco Systems, Inc. 51
X
315
0912_04F9_c3 © 1999, Cisco Systems, Inc. 52
Copyright © 1998, Cisco Systems, Inc. All rights reserved. Printed in USA.
0912_04F9_c3.scr 26
Workarounds for Low-Speed NBMA
315
0912_04F9_c3 © 1999, Cisco Systems, Inc. 53
Troubleshooting
• Neighbor relationship
• Stuck-in-active routes
• High CPU
• Troubleshooting tools
315
0912_04F9_c3 © 1999, Cisco Systems, Inc. 54
Copyright © 1998, Cisco Systems, Inc. All rights reserved. Printed in USA.
0912_04F9_c3.scr 27
High CPU
315
0912_04F9_c3 © 1999, Cisco Systems, Inc. 55
Unstable Neighbors!
RTRA#sh ip eigrp neighbor
IP-EIGRP neighbors for process 1
H Address Interface Hold Uptime SRTT RTO Q Seq
(sec) (ms) Cnt Num
11 10.1.15.181 Fd5/0 14 00:00:03 414 2484 35 309
26 10.1.15.145 Fd5/0 14 00:01:10 102 612 1 495
17 10.1.15.130 Fd5/0 14 00:01:13 220 1320 2 241
. . . More unstable neighbors
RTRA#
315
0912_04F9_c3 © 1999, Cisco Systems, Inc. 56
Copyright © 1998, Cisco Systems, Inc. All rights reserved. Printed in USA.
0912_04F9_c3.scr 28
High CPU (Cont.)
315
0912_04F9_c3 © 1999, Cisco Systems, Inc. 57
315
0912_04F9_c3 © 1999, Cisco Systems, Inc. 58
Copyright © 1998, Cisco Systems, Inc. All rights reserved. Printed in USA.
0912_04F9_c3.scr 29
Troubleshooting
• Neighbor relationship
• Stuck-in-active routes
• High CPU
• Troubleshooting tools
315
0912_04F9_c3 © 1999, Cisco Systems, Inc. 59
315
0912_04F9_c3 © 1999, Cisco Systems, Inc. 60
Copyright © 1998, Cisco Systems, Inc. All rights reserved. Printed in USA.
0912_04F9_c3.scr 30
Event Log
315
0912_04F9_c3 © 1999, Cisco Systems, Inc. 61
315
0912_04F9_c3 © 1999, Cisco Systems, Inc. 62
Copyright © 1998, Cisco Systems, Inc. All rights reserved. Printed in USA.
0912_04F9_c3.scr 31
Event Log (Cont.)
315
0912_04F9_c3 © 1999, Cisco Systems, Inc. 64
Copyright © 1998, Cisco Systems, Inc. All rights reserved. Printed in USA.
0912_04F9_c3.scr 32
Debugs
• Remember—can be dangerous!
Use only in the lab or
If advised by the TAC
• To make a little safer:
logging buffered <size>
no logging console
315
0912_04F9_c3 © 1999, Cisco Systems, Inc. 65
Debugs (Cont.)
315
0912_04F9_c3 © 1999, Cisco Systems, Inc. 66
Copyright © 1998, Cisco Systems, Inc. All rights reserved. Printed in USA.
0912_04F9_c3.scr 33
Debug IP Eigrp (Route Events)
RTRA#debug ip eigrp
IP-EIGRP Route Events debugging is on
RTRA#debug ip eigrp neighbor 1 10.1.6.2
IP Neighbor target enabled on AS 1 for 10.1.6.2
IP-EIGRP Neighbor Target Events debugging is on
RTRA#clear ip eigrp neighbor
RTRA#
*Mar 17 15:50:53.244: IP-EIGRP: 10.1.6.0/24 - do advertise out Serial1/2
*Mar 17 15:50:53.244: IP-EIGRP: Int 10.1.6.0/24 metric 20512000 -20000000 512000
*Mar 17 15:50:53.244: IP-EIGRP: 10.1.8.0/24 - do advertise out Serial1/2
*Mar 17 15:50:53.244: IP-EIGRP: Int 10.1.8.0/24 metric 28160 - 256002560
*Mar 17 15:50:53.244: IP-EIGRP: 10.1.7.0/24 - do advertise out Serial1/2
*Mar 17 15:50:53.244: IP-EIGRP: 10.1.1.0/24 - do advertise out Serial1/2
*Mar 17 15:50:53.244: IP-EIGRP: Int 10.1.1.0/24 metric 28160 - 25600256
*Mar 17 15:50:53.668: IP-EIGRP: Processing incoming UPDATE packet
*Mar 17 15:50:54.544: IP-EIGRP: 10.1.6.0/24 - do advertise out Serial1/1
315
0912_04F9_c3 © 1999, Cisco Systems, Inc. 67
RTRA#debug ip eigrp
IP-EIGRP Route Events debugging is on
RTRA#debug ip eigrp 1 10.1.7.0 255.255.255.0
IP Target enabled on AS 1 for 10.1.7.0/24
IP-EIGRP AS Target Events debugging is on
RTRA#clear ip eigrp neighbor
*Mar 17 15:52:20.940: IP-EIGRP: 10.1.7.0/24 - do advertise out Serial1/2
*Mar 17 15:52:22.684: IP-EIGRP: 10.1.7.0/24 - do advertise out Serial1/1
*Mar 17 15:52:22.684: IP-EIGRP: Int 10.1.7.0/24 metric 20512000 20000000 512000
*Mar 17 15:52:22.940: IP-EIGRP: 10.1.7.0/24 - do advertise out Serial1/2
*Mar 17 15:52:22.968: IP-EIGRP: Processing incoming UPDATE packet
*Mar 17 15:52:24.684: IP-EIGRP: 10.1.7.0/24 - do advertise out Serial1/1
*Mar 17 15:52:24.684: IP-EIGRP: Int 10.1.7.0/24 metric 20512000 - 20000000 512000
*Mar 17 15:52:25.940: IP-EIGRP: 10.1.7.0/24 - do advertise out Serial1/2
315
0912_04F9_c3 © 1999, Cisco Systems, Inc. 68
Copyright © 1998, Cisco Systems, Inc. All rights reserved. Printed in USA.
0912_04F9_c3.scr 34
Debug eigrp packet <type>
315
0912_04F9_c3 © 1999, Cisco Systems, Inc. 69
315
0912_04F9_c3 © 1999, Cisco Systems, Inc. 70
Copyright © 1998, Cisco Systems, Inc. All rights reserved. Printed in USA.
0912_04F9_c3.scr 35
Debug IP EIGRP Notifications
Redistributed
rp-esc-2621b#debug ip eigrp notifications Route
IP-EIGRP Event notification debugging is on
rp-esc-2621b#clear ip route *
rp-esc-2621b#
*Mar 17 15:58:07.144: IP-EIGRP: Callback: reload_iptable
*Mar 17 15:58:08.148: IP-EIGRP: iptable_redistribute into eigrp AS 1
*Mar 17 15:58:12.144: IP-EIGRP: Callback: redist frm static AS 0 100.100.100.0/24
*Mar 17 15:58:12.144: into: eigrp AS 1 event: 1
*Mar 17 15:58:12.144: IP-EIGRP: Callback: redist frm static AS 0 200.200.200.0/24
*Mar 17 15:58:12.144: into: eigrp AS 1 event: 1
315
0912_04F9_c3 © 1999, Cisco Systems, Inc. 71
315
0912_04F9_c3 © 1999, Cisco Systems, Inc. 72
Copyright © 1998, Cisco Systems, Inc. All rights reserved. Printed in USA.
0912_04F9_c3.scr 36
Debug IP Eigrp Summary
Summary
Changed
This Is Why!
315
0912_04F9_c3 © 1999, Cisco Systems, Inc. 73
Agenda
• Troubleshooting
• New features
315
0912_04F9_c3 © 1999, Cisco Systems, Inc. 74
Copyright © 1998, Cisco Systems, Inc. All rights reserved. Printed in USA.
0912_04F9_c3.scr 37
New Features
315
0912_04F9_c3 © 1999, Cisco Systems, Inc. 75
router eigrp 1
network 10.1.0.0 0.0.255.255
network 192.31.0.0 0.0.255.255
315
0912_04F9_c3 © 1999, Cisco Systems, Inc. 76
Copyright © 1998, Cisco Systems, Inc. All rights reserved. Printed in USA.
0912_04F9_c3.scr 38
Neighbor Control
router eigrp 1
[no] eigrp neighbor auto-discovery [interface]
[no] neighbor A.B.C.D
Stub Routers
Router eigrp 1
stub [connected][static][summary][receive-only]
Copyright © 1998, Cisco Systems, Inc. All rights reserved. Printed in USA.
0912_04F9_c3.scr 39
Decreasing Query Scope—Example
Router
D
Router
A
Router
E
315
0912_04F9_c3 © 1999, Cisco Systems, Inc. 79
Router
D
Router
A
Copyright © 1998, Cisco Systems, Inc. All rights reserved. Printed in USA.
0912_04F9_c3.scr 40
Advanced EIGRP Summary
315
0912_04F9_c3 © 1999, Cisco Systems, Inc. 81
Questions?
315
0912_04F9_c3 © 1999, Cisco Systems, Inc. 82
Copyright © 1998, Cisco Systems, Inc. All rights reserved. Printed in USA.
0912_04F9_c3.scr 41
Please Complete Your
Evaluation Form
Session 315
315
0912_04F9_c3 © 1999, Cisco Systems, Inc. 83
315
0912_04F9_c3 © 1999, Cisco Systems, Inc. 84
Copyright © 1998, Cisco Systems, Inc. All rights reserved. Printed in USA.
0912_04F9_c3.scr 42