EIGRP Flashcards

1
Q

What is EIGRP’s benefits over RIP

A

Support for networks more than 255 hops away
Fast convergence time
Better metric calculations
Un-equal multi path costing

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

What is the EIGRP successor route

A

the path with the lowest metric to the destination network.

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

Successor

A

The router that is the next hop away on the successor route

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

Feasible distance

A

The total distance from the router to the destination network.

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

Reported distance

A

The distance from the successor router to the destination network.

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

Feasibility condition

A

The feasibility condition is a calculation to determine if a route can become a feasible route.

Calculated by: if RD of the back up router < FD of the successor router then the condition is met.

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

Feasible successor

A

A backup router that satisfies the feasibility condition.

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

What does active and passive mean in the EIGRP topology table

A

Passive - the route is up and stable

Active - the router is recomputing the DUAL algorithm as there is a topology change.

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

What IP number does EIGRP use to communicate

A

88

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

What is the multicast address for EIGRP packets

A

224.0.0.10

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

What are the different EIGRP packet types

A

Hello
request
update
query
reply

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

What does the hello packet do

A

discover EIGRP neighbours and maintain relationships

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

what does the request packet do

A

Used to get specific information from a neighbour

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

what does the update packet do

A

Used to update neighbours when there is a topology change

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

What does the query packet do

A

Used to search for a new route when successor route is down.

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

What does the reply packet do

A

Sent in response to the query packet

17
Q

What is the default metric calculation

A

Total path delay in microseconds + the bandwidth of the slowest link (in the form of 10Gbps)

18
Q

What is the wide EIGRP metric used for

A

When using the standard metric with links higher than a Gb the delay is the same so the metric would be the same for 10Gbps and 50Gbps.

The wide metric allows you to input the exact delay.

K6 is introduced default value 0.

18
Q

Are wide metrics backwards compatible with normal metrics

A

yes

18
Q

What is the variance multiplier used for

A

UECMP, the variance is the amount of difference between the successor and feasible successor’s FD that will allow the feasible successor to be used in UECMP.

18
Q

Is UECMP on/off by default

A

Off variance is set to 1 by default to enable change to another whole number.

18
Q

What is the EIGRP hold timer and what is the default value

A

The hold timer is the amount of time the EIGRP router will wait if it has not received a hello packet before assuming route is dead.

default is 3x hello timer.

18
Q

What is the hello timer and what is the default timer

A

the interval between hello packets been sent to neighbours to confirm availability

default 5 seconds for interfaces ethernet and above E1 and 64k default timer is 60 seconds.

18
Q

What happens when a link goes down in EIGRP

A

Link goes line protocol down

The feasible successor route takes over as the successor route.

Update packet is sent to neighbours telling new path.

if there is no Feasible successor route then DUAL will recompute to destination network.

The router will send out a query packet to downstream routers with the delay set to infinity to inform them a link has gone active.

The neighbour will then either send a reply saying it has no route / If the query didn’t come from the successor then the router will reply with the route / the router will send queries to down stream routers.

18
Q

What does EIGRP route summarisation help

A

Improves network scaling.

18
Q

What command do you use to see the EIGRP topology table

A

show ip EIGRP topology