Lecture 5 - Troubleshooting EIGRP For IPv4
Lecture 5 - Troubleshooting EIGRP For IPv4
Lecture 5 - Troubleshooting EIGRP For IPv4
for IPv4
Brent MacRae
October 2021
• Address: the IPv4 address of the neighboring device’s interface that sent the hello packet
• Interface: the local interface on the router used to reach that neighbor
• Hold: how long the local router will consider the neighboring router to be a neighbor
• If misconfigured, interfaces that should be participating in the EIGRP process might not be,
and interfaces that should not be participating in the EIGRP process might be
© 2021. Brent MacRae. 9
Troubleshooting EIGRP for IPv4 Neighbor Adjacencies
Mismatched K Values
• The K values that are used for metric calculation
must match between neighbors in order for an
adjacency to form
• Usually there is no need to change the K values
• If they are changed, you must verify that
they are the same on every router in the
autonomous system.
• Mismatched K values generate a syslog
message with severity level 5, if logging is
enabled.
• If they are not in the same subnet, and syslog is set up for a severity level of 6, a syslog message
is generated.
%DUAL-6-NBRINFO: EIGRP-IPv4 100: Neighbor 10.1.21.2 (GigabitEthernet1/0)
is blocked: not on common subnet (10.1.12.1/24)
• A distribute list applied to an EIGRP process controls which routes are advertised to
neighbors and which routes are received from neighbors
• The distribute list is applied in EIGRP configuration mode either inbound or outbound, and
the routes sent or received are controlled by ACLs, prefix lists, or route maps
• When troubleshooting route filtering, consider the following:
• Is the distribute list applied in the correct direction?
• Is the distribute list applied to the correct interface?
• If the distribute list is using an ACL, is the ACL correct?
• If the distribute list is using a prefix list, is the prefix list correct?
• If the distribute list is using a route map, is the route map correct?
• The best route (based on the lowest feasible distance [FD] metric) for a
specific network in the EIGRP topology table becomes a candidate to be
injected into the router’s routing table
• The term candidate is used because even though it is the best EIGRP route, a
better source of the same information might be used
• If that route injected into the routing table, that route becomes known as the
successor (best) route
• The successor route is then advertised to neighboring routers