EIGRP-2 Flashcards
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 loops in EIGRP.
What are the Active State route and the Passive State route?
- The EIGRP Active State route is when a router is actively searching for an alternate path to the destination network.
- The EIGRP Passive State route is when a feasible successor has been found for the route, and the router is not actively searching for an alternate path to the destination network.
Explain Stuck in Active (SIA)?
The condition when a route becomes unreachable and not all queries for it are answered; adjacencies with unresponsive neighbors are reset.
How Passive Interface command works in EIGRP?
The passive-interface command stops sending outgoing hello packets, hence the router cannot form any neighbor relationship via the passive interface.
How can we change Hello and Hold time in EIGRP?
These commands will make hello interval 3 seconds and hold time 12 seconds.
# interface Fa0/0
# ip hello-interval eigrp 100 3
# ip hold-time eigrp 100 12