![]() |
VOOZH | about |
Enhanced Interior Gateway Routing Protocol (EIGRP) is an advanced distance-vector routing protocol that uses characteristics of both distance-vector and link-state protocols, making it a hybrid routing protocol. It operates at the Network Layer (Layer 3) of the OSI model and uses protocol number 88 for communication.
Note: EIGRP helps routers or Layer 3 switches dynamically discover and maintain the best paths for forwarding packets within an Autonomous System (AS).
Administrative Distance defines the trustworthiness of routing information. Lower AD values indicate higher trust. EIGRP assigns the following AD values:
| EIGRP Routes | AD Value |
|---|---|
| Summary Routes | 5 |
| Internal Routes | 90 |
| External Routes | 170 |
EIGRP uses multiple message types for neighbor communication and routing updates. These messages can be multicast (224.0.0.10) or unicast, depending on the purpose:
Note: Hello and Acknowledgement packets do not require acknowledgment. However, Query, Reply and Update messages are reliable and require acknowledgment.
EIGRP calculates its routing decision using a composite metric, which can include five variables:
Note: By default, only K1 (bandwidth) and K3 (delay) are used. The default K values are (K1=1, K2=0, K3=1, K4=0, K5=0). This allows EIGRP to select the path with the lowest composite metric, ensuring efficient routing.
For two routers to form an EIGRP neighbor relationship, the following conditions must be satisfied:
EIGRP relies on timers for maintaining neighbor relationships:
Note: These timers ensure stable communication and quick detection of failures.