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?
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