9 - EIGRP Concepts 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
  • Basically “is my neighbor closer to that subnet than I am?”
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 its best route to reach a subnet - in other words, the LOCAL ROUTER’s Metric

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 metric for the same route.

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

Successor

A
  • The local router’s 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?

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 = ((107 / least-bandwidth in path in Kbps) + cumulative delay) * 256

22
Q

For RIP, what is considered an infinite route?

23
Q

In EIGRP, what is considered an infinite route?

24
Q

What does OSPF consider to be an infinite route?

25
In which 2 situations does an EIGRP router send Multicast Updates?
* When the router needs to update multiple routers on the same subnet * When the router is sending Hello messages
26
What transport protocol does EIGRP use?
* Reliable Transport Protocol (RTP) * which is also IP port 88
27
What is the multicast address used by EIGRP?
224.0.0.10
28
What is the variance command for?
To allow for load-balancing across multiple paths by making routes who's feasible distances aren't exactly equal to the successor's appear to be equal.
29
How does the 'variance' command work?
1. Multiply the successor's metric by the variance. 2. If a feasible successor's RD is less than the successor's FD times the variance then treat the feasible successor's route as though it were an equal path.
30
Can a route that is not a FS be added to the routing table by using the 'variance' command?
No.