3. Advanced EIGRP Flashcards

1
Q

What is the secondary function of EIGRP Hello packets?

A

To ensure that a neighbor is still healthy and available

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

What is the default EIGRP Hello interval?

A

5 seconds (60 on slow speed interfaces)

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

How does the EIGPR hold timer work?

A

The timer decrements, and upon receipt of a hello packet, the hold timer resets and restarts countdown. If 0 is reached EIGRP declares the neighbor unreachable and notifies DUAL of a topology change

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

What is the default EIGRP Hold interval?

A

15 seconds (180 on slow speed interfaces)

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

What is the command to change the hello/hold timers?

A

On interface level:

  • ip hello-interval eigrp ASN seconds
  • ip hold-time eigrp ASN seconds

Named:

  • hello-interval seconds
  • hold-time seconds
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What command is used to view the hello/hold timers?

A

show ip EIGRP interfaces detail

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

What happens in EIGRP when a link goes down?

A
  • PAth recomputation most occur for any prefix where that neighbor was a successor (upstream router)
  • The feasible successor instantly becomes the successor route (if available)
  • The router sends an update packet for that path because of the new metrics
  • Downstream routers run their own DUAL
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What happens in EIGRP when a link goes down and there is no feasible successor?

A
  • DUAL must perform a new route calculation. The route state changes to Active in the topology table
  • The router that detected the topology change sends out query packets to neighbors with the reply status flag set
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How do other routers know that a route is set to active?

A

The query packet has the delay set to infinity

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

What are the 3 options that a router can do after receipt of a query packet?

A
  • It replies to the query that the router does not have a route to the prefix
  • If from the successor, it sets the prefix to active and sends out the query to all downstream routers for that route
  • If not from the successor, it ignores it. The receiving router replies with the EIGRP attributes for that route
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is a query boundary?

A

When a router does not mark the prefix as active;

  • It says it does not have the prefix
  • It replies with the attributes because the query did not came from the successor
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

When is the new topology calculation of DUAL complete?

A

When a reply has been received from every downstream router and the route is changed to Passive

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

What is a SIA query?

A

The Stuck-in-Active query. This is sent when the Active timer has been past by half and no response has been received.

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

What is the default active timer?

A

180 seconds

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

How can the active timer be changed?

A

timers active-time

topology base
timers active-time

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

How can you check the active timer?

A

show ip protocols

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

How does a router need to respond when a SIA query is received?

A

A SIA reply needs to be send within 90 seconds.

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

What happens when a router does not respond on time on the SIA query?

A

EIGRP will deem the router SIA and DUAL deletes all routes from that neihbor.

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

How can you find active queries?

A

show ip eigrp topology

20
Q

What is the command to activate summarization?

A

On interface level:

ip summary-address EIGRP ASN network subnetmask (leak map)

21
Q

What is the parameter LEAK-map used for?

A

To allow advertisement of a route identified in the summarization

22
Q

How can the parameter LEAK-map be used?

A

By creating an ACL with the leaked route
By creating a route-map -> match ip address ACL
Then readd the summary again

23
Q

On what interface does summarization take place (outgoing/ingoing)?

A

Outgoing, therefore the DEFAULT parameter cannot be used

24
Q

Why is summarization used?

A

To reduce the size of the routing table and reduce the CPU usage

25
Q

What is a summary discard route?

A

A route installed by EIGPR to prevent routing loops. Portion of the summarization that are not yet active will be sent to route Null0

26
Q

What is de AD of Null0?

A

AD is 5 by default

27
Q

How can you check the discard route?

A

show ip route network subnet

28
Q

What is special about the summarization metrics?

A

It will always use the metric of the lowest path

29
Q

How can a fluctuation in the summarization metrics be solved?

A

By changing the metrics with the command:

summary-metric network subnet bandwidth delay load reliability mtu

30
Q

What is automatic summarization?

A

Summarization that will take place when classful network boundaries are crossed. This is turned of by default because it can cause identical advertisement.

31
Q

How can automatic summarization be turned on?

A

Classic
auto-summary

Named
Topology base
auto-summary

32
Q

What is a EIGRP STUB router?

A

The stub router does not advertise routes learned through other peers, but only connected and summary routes

33
Q

How can a STUB router be installed?

A

With the command
eigrp stub

The router then announces itself as a stub within the Hello packet

34
Q

What are the key benefits of a STUB router?

A
  • EIGPR does not send query packets to a STUB router. This provides faster convergence
  • It prevents the stub from becoming a transit site
35
Q

How does EIGPR prevent sending STUB routes?

A

A route that is sent out of WAN interface will get marked with a stub site identifier

36
Q

Can the STUB functionallity be used on both EIGRP congifurations?

A

No, only on the named one

37
Q

What is the command to identify a WAN interface?

A

stub-site wan-interface

38
Q

What is the command to activate the stub site function and identifier?

A

eigrp stub-site

39
Q

What is the IP bandwidth percentage?

A

Can be used to control the ammount of bandwidth a routing protocol can use

40
Q

What is the command to change the bandwitdth percentage?

A

ip bandwidth-percentage eigrp

named interface
bandwidth-percentage

41
Q

What is Split-Horizon?

A

This prevents the advertisement of reverse routes and is enabled by default

42
Q

When do you disable Split-Horizon?

A

When u use a hub-and–spoke topology

43
Q

What is the command for route filtering?

A

Topology base

distribute-list

44
Q

What is an offset-list?

A

With an offset list, additional delay can be added up to a metric of a route

45
Q

What is the command for an offset list?

A

Topology base
Create an access list first
offset-list

46
Q

Can an ACL block EIGRP traffic?

A

Yes, but it will only be effective on inbound interfaces