EIGRP Flashcards

(32 cards)

1
Q

Reported Distance (RD)

A

Also known as advertised distance. It is the distance to a destination network reported by an upstream neighboring router

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

Path Cost

A

The total cost from a source router to a destination network

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

Feasible distance

A

The lowest path cost from a source router to a destination network

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

Feasibility condition

A

Means that the reported distance (RD) must be less than the feasible distance (FD)

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

Successor

A

The actual route that will be placed in the routing table of EIGRP routers

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

Feasible successor

A

The next best alternate route to a destination network

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

IOS commands to troubleshoot EIGRP queries

A

show ip eigrp topology
debug eigrp fsm
debug eigrp packet update reply query

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

Stub router

A

A router that does not forward EIGRP learned routes nor receive queries queries from non-stub routers

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

What are the two types of EIGRP load balancing?

A

Equal Metric

Unequal-Metric

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

IOS command to view EIGRP topology table

A

show ip eigrp topology

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

EIGRP packet header protocol number

A

88

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

Command to view EIGRP neighbors of a router

A

show ip eigrp neighbors

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

Command to configure/start the EIGRP process

A

router eigrp autonomous-system-number

example: router eigrp 100

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

Command to include a local interface in the EIGRP process

A

network ip-address [wildcard-mask]

the wildcard mask is optional

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

Command to include all interfaces in the EIGRP process

A

network 0.0.0.0 255.255.255.255

17
Q

List the benefits provided by EIGRP stub routers

A
  1. improves network stability
  2. reduces resource utilization
  3. simplifies remote router configuration
18
Q

Command to examine router table in order to identify EIGRP routes

A

show ip route

19
Q

Default time in which a router waits to receive a reply to a query

A

Three minutes, after which the router will go into SIA state.

20
Q

Commands to enable equal cost load balancing

A

router eigrp #
network x.x.x.x
maximum-paths #

21
Q

How to compute variance for unequal cost load balancing

A

highest path cost of the link to include/smallest cost path

22
Q

Commands to enable unequal load balancing by defining variance multiplier

A

router eigrp #

variance #

23
Q

Display interfaces that have been enabled for EIGRPv6

A

show ipv6 eigrp interfaces

24
Q

Display ipv6 neighbor information

A

show ipv6 neighbors

25
Display entries in the ipv6 topology table
show ipv6 eigrp topology
26
Display the ipv6 routing table
show ipv6 route
27
Display ipv6 protocols configured on the router
show ipv6 protocols
28
Display ipv6 interface status and addressing assignments
show ipv6 interface brief
29
Command to analyze EIGRP configuration
show running-config
30
Steps to remove eigrp configuration
1. Enter configuration mode (conf t) 2. Remove global eigrp routing (no [ipv6] router eigrp #) 3. For IPv6, remove eigrp routing on interfaces a. interface ethernet0/0 b. no ipv6 eigrp #
31
Network command to enable EIGRP on all IPv4 enabled interfaces
network 0.0.0.0
32
Command to view passive interfaces
show ip/ipv6 protocols