EIGRP Flashcards
Successor Route
Route with the lowest metric to the destination
Successor
First next-hop router for the successor
Feasible Distance
The metric value for the lowest metric path to the destination
Reported Distance
The distance reported by a router to reach a destination prefix. The value is the feasible distance for the advertising router
Feasibility Condition
For a route to be considered a backup route the reported distance received must be lower than the feasible distance of the successor
Feasible Successor
A route that satisfies the feasibility condition and is maintained as a backup route
EIGRP IP Protocol and Multicast Address
IP Protocol 88 and Multicast Address 224.0.0.10
Equal Cost Multipathing (ECMP)
Used when there are multiple successors. When multiple routes have an equal cost
To avoid ECMP adjust bandwidth or delay on an interface
Cisco Express Forwarding (CEF)
Default switching type. Includes the FIB and the Adjacency table
FIB Table
Contains an IP network prefix, the next-hop address, and the outgoing interface
R5#sh ip cef
Adjacency Table
Contains layer 3 protocol, the outgoing interface, and a precomputed layer 2 headers.
R5#sh adjacency detail
Process Switching
Performs IP routing table lookup for each packet that needs to be switched. Most CPU intensive.
You can enable it by disabling CEF
no ip cef global configuration command
no ip route-cache interface command
Unequal Cost Multipathing and Variance
To enable unequal cost load balancing you can adjust the metric variance multiplier. Largest FD divided by smallest FD
Example (26368/26112)
(282112/26112)
282112/26368 = 10.7
R5#(config-router) router eigrp 100
variance 11
EIGRP Packet Types
Hellos - sent every 5 seconds, hold time 15 seconds
Updates - carry route prefix and metric info
Acknowledgments - unicast Hello packets that carry no data
Queries - gives neighbor 3 minutes to reply
Replies -
EIGRP K Values
K1 = 1 Bandwidth K2 = 0 Bandwidth K3 = 1 Delay K4 = 0 Reliability K5 = 0 Reliability
Weighted metric formula 256 x (bandwidth + delay)