Chap 7 - EIGRP Flashcards

1
Q

What makes EIGRP different from other Distance Vector protocols?

A

EIGRP maintains a topology table.

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

What 4 things does each entry in the topology table contain?

A
  • Network Prefix
  • EIGRP neighbors advertising that prefix
  • Metrics from each neighbor (Reported Distance, Hop Count)
  • Values used in calculating the metric (bandwidth, delay, load, reliability, MTU)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

In the Topology Table what state is a route in when it is stable?

A

Passive

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

In the Topology Table what state is a route in when it is computing a new path?

A

Active

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

What protocol port does EIGRP use?

A

88

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

What multicast address does EIGRP use?

A

224.0.0.10

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

What are the 5 packet types used by EIGRP when communicating with other routers?

A
  • Hello
  • Request
  • Update
  • Query
  • Reply
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the Hello packet used for?

A
  • Detecting neighbors
  • Making sure the neighbor is still up
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the Request packet used for?

A

Used to get specific information from one or more neighbors

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

What is the Update packet used for?

A

Used to transmit routing and reachability information to other routers

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

What is the Query packet used for?

A

Sent to search for another path during convergence

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

What is the Reply packet used for?

A

Sent in response to a Query packet

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

What is EIGRP’s reference bandwidth?

A

10 Gbps or 107

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

Which K values default to 1?

A

K1 and K3

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

What 4 things do EIGRP Wide Metrics do?

A
  • Accomodates up to 655 Tbps
  • Scales by 65,535
  • Delay measured in picoseconds
  • adds 6th K value
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

How is the Variance value computed if you want to put feasable successor routes in the RIB?

A

Feasable Successor metric divided by the Successor Metric and round up

17
Q

For Unequal cost load balancing how is traffic divided.

A

Proportionately based on the actual metric

18
Q

What is the EIGRP Hello timer on T1s or slower links?

A

Every 60 seconds

19
Q

What is the Hold timer?

A

3 times the Hello interval.

20
Q

What is the command to summarize a route in EIGRP?

A

Interface command: ip summary-address eigrp <as> <supernet> <mask></mask></supernet></as>

interface s0/1/0

ip summary-address eigrp 4 172.0.0.0 255.0.0.0 5

21
Q

During EIGRP neighbor establishment what is the purpose of the Pending state?

A

To defer sending and accepting any EIGRP messages containing routing information between these neighbors until their bidirectional connectivity has been confirmed

22
Q

During neighbor establishment what do the 2 neighbors do to confirm bidirectional connectivity?

A

They send each other Null update packets that contain no routing information but that have the Init flag set letting the neighbors know the neighborship is starting from scratch and once bidirectional communication is confirmed they each expect full routing updates.

23
Q

During neighbor establishment at what point does the neighborship transition from pending to full?

A

After both routers have their Null Update messages acknowledged.

24
Q

What are 3 ways the query boundary can be limited?

A
  • summary route
  • EIGRP stub feature
  • filter routes with distribution lists