EIGRP Flashcards

1
Q

When does EIGRP send full and partial updates?

A

Full on neighbor adjacency

Partial as needed when network topology changes

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

What are the 2 primary timers for EIGRP?

A

Hello

Hold

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

What are the default values for the Hello and Hold timers in EIGRP?

A
Hello = 5 seconds
Hold = 3xHello, or 15 seconds by default
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are EIGRP’s 2 primary metrics?

A

Bandwidth and Delay

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

What is the multicast address for EIGRP?

A

224.0.0.10

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

Does EIGRP ever flood updates periodically?

A

No, only during adjacency setup or topology changes

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

What are the 3 required and 1 optional attributes that must pass before an EIGRP adjacency will be established?

A

Required:

  1. Same AS number
  2. Same IP subnet
  3. Matching K values

Optional:1. Authentication, if configured, must match.

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

What is the Feasible Distance in EIGRP?

A

The metric of an EIGRP route on the local router.

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

What is the Reported Distance in EIGRP?

A

The next-hop router’s best metric for a FD subnet

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

What algorithm is used by EIGRP

A

DUAL

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

What does DUAL stand for?

A

Diffusing Update ALgorithm

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

Does the EIGRP ASN need to match between neighbors?

A

Yes

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

Syntax to include interfaces into EIGRP

A

conf t
router eigrp ASN
network network [wildcard mask]

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

What 3 attributes must match for EIGRP neighbors to become adjacent?

A
  1. Same subnet
  2. Same ASN
  3. Matching K-values
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the all-EIGRP routers IPv6 address?

A

FF02::10

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

What are the EIGRP k values, in order?

A
K1 = Bandwidth modifier
K2 = Load modifier
K3 = Delay modifier
K4 = Reliability modifier
K5 = Additional Reliability modifier
17
Q

2 steps to have EIGRP use a key chain in authentication

A
  1. Under a given interface, set up authentication for the routing protocol.
  2. Staying under that same interface, bind the key-chain that will be used to the auth line.
18
Q

Syntax to bind a key chain to EIGRP authentication

A

conf t
int gi1/0
ip authentication key-chain eigrp asn key-chain name

19
Q

Syntax to add automatic summarization to EIGRP

A

auto-summary

20
Q

Change the bandwidth or delay on an interface for EIGRP

A

conf t
int gi1/0
bandwidth value
delay value

21
Q

Syntax to set the hello and hold timers for EIGRP

A

conf t
int gi1/0
ip eigrp hello-interval seconds
ip eigrp hold-time seconds

22
Q

Configuration to allow for unequal cost load balancing in EIGRP

A

variance multiplier

23
Q

When you show the routing table, what letter signifies that route was learned via EIGRP?

A

D

24
Q

Syntax to set up authentication for eigrp under an interface.

A

conf t
int gi1/0
ip authentication mode eigrp asn md5

25
Q

What is the successor?

A

The successor is the path that has the best metric.

26
Q

What is the Feasible Distance?

A

The metric of a given route from the current router’s point of view.

27
Q

What is the Reported Distance?

A

The metric of a given route from the neighbor’s point of view.

28
Q

If a path meets the feasibility condition, but does not fall within variance parameters, what happens to it?

A

It is held in reserve as a feasible successor, one which may take over if the current successor fails.

29
Q

What is the feasibility condition?

A

The reported distance of a path must be less than the FD of the path on the current router.

30
Q

What happens to a path who’s FD falls within variance parameters but does not meet the feasibility condition?

A

It’s not installed in the routing table, nor will it be a Feasible Successor

31
Q

How does a router determine if a path can be a Feasible Successor?

A

If the path’s RD is less that the FD, it will be a Feasible Successor.