EIGRP Flashcards

1
Q

Multicast Address

A

224.0.0.10

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

Hello Packet Timer

A

Every 5 seconds

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

Dead Time Interval

A

Every 15 Seconds

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

EIGRP Metric Calculation pt1

A

256 ( [k1Bandwidth] + [k3Delay])

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

EIGRP Metric Calculation pt2 DELAY

A

Delay is the sum of all the delays of the link along the path.
Delay = [Sum of Total Delay/10]*256

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

EIGRP Metric Calculation pt3 BANDWIDTH

A

Bandwidth is the lowest bandwidth of the links along the path.
BW = (10^7 /lowest bandwidth in kbps)*256

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

What is the Feasible distance?

A

This is the total cost from the local router to the destination.
FD = AD + cost between local router and next hop

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

Advertise Distance

A

Cost of next- hop router to destination

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

How does EIGRP calculate the second best route?

A

The route has to satisfy the feasibility condition.

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

What is the successor?

A

Best route to the destination

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

Feasible successor?

A

Backup path

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

Feasibility condition

A

The FD of the current successor router > AD of the feasible successor.

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

What will EIGRP do if it does not have a feasible successor for a route and the successor route goes down?

A

It will send out query messages to find another successor and possibly feasible successor

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

What is stuck in Active

A
  • If a successor path is lost and no feasible successor is identified, the router sends out queries on all interfaces in an attempt to identify an alternate path.
  • No successor can be chosen until the router receive replies from all queries.
  • If a reply is missing for 3 minutes, the router becomes stuck in active (SIA) [older version ios]
  • In that case it resets the neighbor relationship with the neighbor that did not reply.
  • with newer version ios, the upstream routers will send out a SIA Query message after 90 seconds. if they get a reply, the neighbor-ship will not be broken.

What is Keith Baker’s example

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

What is Stub Routing used for?

A

To limit queries. Improves network stability and reduces resource utilization.

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

How can a route be used in unequal cost load balancing?

A

by using the variance command. The cost of the successor multiply by the variance must be greater than the cost of the other routes to be used for load balancing.

17
Q

Tables

A

Neighbor Table | Topology Table | Routing Table