EIGRP Flashcards

1
Q

Successor Route

A

Route with the lowest metric to the destination

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

Successor

A

First next-hop router for the successor

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

Feasible Distance

A

The metric value for the lowest metric path to the destination

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

Reported Distance

A

The distance reported by a router to reach a destination prefix. The value is the feasible distance for the advertising router

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

Feasibility Condition

A

For a route to be considered a backup route the reported distance received must be lower than the feasible distance of the successor

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

Feasible Successor

A

A route that satisfies the feasibility condition and is maintained as a backup route

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

EIGRP IP Protocol and Multicast Address

A

IP Protocol 88 and Multicast Address 224.0.0.10

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

Equal Cost Multipathing (ECMP)

A

Used when there are multiple successors. When multiple routes have an equal cost

To avoid ECMP adjust bandwidth or delay on an interface

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

Cisco Express Forwarding (CEF)

A

Default switching type. Includes the FIB and the Adjacency table

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

FIB Table

A

Contains an IP network prefix, the next-hop address, and the outgoing interface

R5#sh ip cef

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

Adjacency Table

A

Contains layer 3 protocol, the outgoing interface, and a precomputed layer 2 headers.

R5#sh adjacency detail

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

Process Switching

A

Performs IP routing table lookup for each packet that needs to be switched. Most CPU intensive.

You can enable it by disabling CEF

no ip cef global configuration command
no ip route-cache interface command

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

Unequal Cost Multipathing and Variance

A

To enable unequal cost load balancing you can adjust the metric variance multiplier. Largest FD divided by smallest FD

Example (26368/26112)
(282112/26112)

282112/26368 = 10.7

R5#(config-router) router eigrp 100
variance 11

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

EIGRP Packet Types

A

Hellos - sent every 5 seconds, hold time 15 seconds
Updates - carry route prefix and metric info
Acknowledgments - unicast Hello packets that carry no data
Queries - gives neighbor 3 minutes to reply
Replies -

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

EIGRP K Values

A
K1 = 1 Bandwidth
K2 = 0 Bandwidth
K3 = 1 Delay
K4 = 0 Reliability
K5 = 0 Reliability
Weighted metric formula
256 x (bandwidth + delay)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly