9 - EIGRP Concepts Flashcards
What is the Feasibility Condition?
- If a non-successor route’s Reported Distance is less than the Feasible Distance then the route is a Feasible Successor Route
- Basically “is my neighbor closer to that subnet than I am?”
What is the Feasible Distance?
The local routers Composite Metric of its best route to reach a subnet - in other words, the LOCAL ROUTER’s Metric
What is the Reported Distance?
The next-hop router’s metric for the same route.
Successor
- The local router’s route with the best metric, or best Feasible Distance.
- ‘show ip route’ shows the successor routes.
What is a Feasible Successor?
A route who’s Reported Distance is less than the local router’s Feasible Distance, if the best route fails EIGRP switches to the Feasible Successor.
What does DUAL stand for?
Diffusing Update Algorithm.
If a successor route fails what does EIGRP do?
Switches over to the Feasible Successor route, if no Feasible Successor route then DUAL takes over to find a new route.
What does DUAL do?
1.) The local router sends EIGRP QUERY messages to its remaining neighbors looking for a route 2.) the neighbor replys with an EIGRP REPLY message confirming a viable route 3.) The route is then entered in the local routers table.
What 3 steps does EIGRP do when first joining the network?
1.) Neighbor Discovery 2.) Topology Exchange 3.) Chooses Routes
What type of messages are used to discover neighbors?
Hello Messages
What type of messages are used to exchange topology?
EIGRP Update Messages
What address are EIGRP Hello messages sent to ?
224.0.0.10
What address are EIGRP Update Messages sent to ?
The Unicast address of the neighboring router. If multiple neighbors are on the subnet then to 224.0.0.10
What protocol does EIGRP use?
Reliable Transport Protocol (RTP)
What advantage does RTP have?
provides mechanism to resend any messages that were not received