EIGRP-2 Flashcards

1
Q

Explain Split Horizon.

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the Active State route and the Passive State route?

A
  • 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.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Explain Stuck in Active (SIA)?

A

The condition when a route becomes unreachable and not all queries for it are answered; adjacencies with unresponsive neighbors are reset.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How Passive Interface command works in EIGRP?

A

The passive-interface command stops sending outgoing hello packets, hence the router cannot form any neighbor relationship via the passive interface.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How can we change Hello and Hold time in EIGRP?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly