EIGRP Flashcards
Multicast Address
224.0.0.10
Hello Packet Timer
Every 5 seconds
Dead Time Interval
Every 15 Seconds
EIGRP Metric Calculation pt1
256 ( [k1Bandwidth] + [k3Delay])
EIGRP Metric Calculation pt2 DELAY
Delay is the sum of all the delays of the link along the path.
Delay = [Sum of Total Delay/10]*256
EIGRP Metric Calculation pt3 BANDWIDTH
Bandwidth is the lowest bandwidth of the links along the path.
BW = (10^7 /lowest bandwidth in kbps)*256
What is the Feasible distance?
This is the total cost from the local router to the destination.
FD = AD + cost between local router and next hop
Advertise Distance
Cost of next- hop router to destination
How does EIGRP calculate the second best route?
The route has to satisfy the feasibility condition.
What is the successor?
Best route to the destination
Feasible successor?
Backup path
Feasibility condition
The FD of the current successor router > AD of the feasible successor.
What will EIGRP do if it does not have a feasible successor for a route and the successor route goes down?
It will send out query messages to find another successor and possibly feasible successor
What is stuck in Active
- If a successor path is lost and no feasible successor is identified, the router sends out queries on all interfaces in an attempt to identify an alternate path.
- No successor can be chosen until the router receive replies from all queries.
- If a reply is missing for 3 minutes, the router becomes stuck in active (SIA) [older version ios]
- In that case it resets the neighbor relationship with the neighbor that did not reply.
- with newer version ios, the upstream routers will send out a SIA Query message after 90 seconds. if they get a reply, the neighbor-ship will not be broken.
What is Keith Baker’s example
What is Stub Routing used for?
To limit queries. Improves network stability and reduces resource utilization.