Ch 9 Flashcards

1
Q

What is the Feasibility Condition?

A

If a non-successor route’s Reported Distance is less than the Feasible Distance then the route is a Feasible Successor Route

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

What is the Feasible Distance?

A

The local routers Composite Metric of the best route to reach a subnet - as calculated by the LOCAL ROUTER.

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

What is the Reported Distance?

A

The next-hop router’s best Composite Metric for the same subnet.

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

Successor

A

The route with the best metric, or best Feasible Distance. ‘show ip route’ shows the successor routes.

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

What is a Feasible Successor?

A

A route who’s Reported Distance is less than the local router’s Feasible Distance, if the best route fails EIGRP switches to the Feasible Successor.

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

If a successor route fails what does EIGRP do?

A

Switches over to the Feasible Successor route, if no Feasible Successor route then DUAL takes over to find a new route.

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

What does DUAL do?

A

1.) The local router sends EIGRP QUERY messages to its remaining neighbors looking for a route 2.) the neighbor replys with an EIGRP REPLY message confirming a viable route 3.) The route is then entered in the local routers table.

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

What 3 steps does EIGRP do when first joining the network?

A

1.) Neighbor Discovery 2.) Topology Exchange 3.) Chooses Routes

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

What type of messages are used to discover neighbors?

A

Hello Messages

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

What type of messages are used to exchange topology?

A

EIGRP Update Messages

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

What address are EIGRP Hello messages sent to ?

A

224.0.0.10

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

What address are EIGRP Update Messages sent to ?

A

The Unicast address of the neighboring router. If multiple neighbors are on the subnet then to 224.0.0.10

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

What protocol does EIGRP use?

A

Reliable Transport Protocol (RTP)

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

What advantage does RTP have?

A

provides mechanism to resend any messages that were not received

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

What is the default Hello interval?

A

5 seconds

17
Q

What is the Hold Interval

A

The amount of time a router will wait to hear a Hello from its neighbor before declaring it down.

18
Q

What is the default Hold Interval

A

3 times the Hello time or 15 seconds.

19
Q

How does EIGRP notify its neighbors of a topology change?

A

EIGRP Partial Update

20
Q

What are the checks that EIGRP performs to determine if it can be a neighbor?

A
  • passes authentication * Same Autonomous System number * Source IP address used by the neighbor to send Hello is on same subnet * EIGRP K-values must match
21
Q

What is the formula EIGRP uses to calculate the Composite Metric?

A

Metric = ((10^7 / least-bandwidth) + cumulative delay) * 256