What troubleshooting steps should you take when a router has a suboptimal path to a destination?
1) check neighbor relationships all along the optimal path
2) check interface bandwidth and delay settings. Give special attn to lowest bandwidth along the path since EIGRP will use that to calculate metric.
What ‘show’ command will display passive interfaces?
show ipv6 protocols
What 3 ‘show’ commands can be used to see EIGRP topology?
What will happen if bandwidth or delay settings are changed on an interface?
It will change those values for BOTH ipv4 AND ipv6
What 5 values must match before two EIGRP routers become neighbors?
What command changes the Hello timer?
(interface cmd) ipv6 hello-interval eigrp (asn) (value). Ex. Ipv6 hello-interval eigrp 2 10
What 4 ‘show’ commands can be used to see EIGRP routes?
What troubleshooting steps should you take when a router is missing a route?
How do you explicitly set the router ID for EIGRP for IPv6
(router cmd) eigrp router-id 2
What 3 ‘show’ commands can be used to see EIGRP neighbors?
What command changes the Hold timer?
(interface cmd) ipv6 hold-time eigrp (asn) (value). Ex. Ipv6 hold-time eigrp 2 10
What is the feasibility condition?
the metric reported by the neighboring router must be lower (better) than that of the local router
How do you enable and disable EIGRP without changing the EIGRP configuration?
(router cmd) ‘shutdown’ and (router cmd) ‘no shutdown’
What 2 things does EIGRP attempt to do when enabled on an interface?
Will two routers be prevented from becoming neighbors if their router IDs are the same?
No
What command enables EIGRP for IPv6 on an interface?
(interface cmd) ipv6 eigrp (asn)
What 4 ‘show’ commands can be used to see EIGRP-enabled interfaces?
Do IPv6 EIGRP neighbors need to be on the same subnet?
No
Do timers need to match on two routers in order for them to become neighbors?
No
When looking at a neighbor table how are neighboring routers identified?
By their Link-Local address
As a minimum what are the two commands needed to bring up EIGRP for IPv6?