EIGRP Interview Questions 1 Flashcards
What is EIGRP?
EIGRP is an enhanced distance vector routing protocol that uses Diffused Update Algorithm (DUAL) to calculate the shortest path.
What are the different packet types used by EIGRP?
The packet types used by EIGRP are:
- Hello - Neighborship is discovered and maintained by Hello Packets.
- Update - EIGRP uses Update messages to send routing information to neighbors. Update packets can be sent to a single neighbor using unicast or to a group of neighbors using multicast.
- Query - Query packets Ask about routes. EIGRP will send queries if the network goes down.
- Reply - Reply packets are used in response to the query packets. Reply packets are unicast to the originator of the query.
- Acknowledgement - ACK packets are used to acknowledge the receipt of an update, query, and reply packet. Acknowledgment packets are Unicast.
Explain what will happen if the packet is not acknowledged.
If a packet is not acknowledged, EIGRP will retransmit the packet to the non-responding neighbor as a unicast.
Explain Split Horizon?
The Split Horizon feature prevents a route learned on one interface from being advertised back out of that same interface. It is used to prevent loop in EIGRP.
Explain Stuck in Active?
The condition when a route becomes unreachable and not all queries for it are answered; adjacencies with unresponsive neighbors are reset