EIGRP Flashcards

1
Q

What is EIGRP?

A

Cisco proprietary distance-vector routing protocol

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

Features of EIGRP

A

Diffusing Update Algorithm (DUAL)
Establishing Neighbor Adjacencies
Reliable Transport Protocol
Equal and unequal cost load balancing

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

Protocol used by EIGRP

A

Protocol-dependent modules (PDMs)

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

Security in EIGRP

A

Supports authentication but does not encrypt the EIGRP routing updates

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

EIGRP packet types

A

Hello , Update, Acknowledgement, Query, Reply

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

EIGRP broadcast

A

Uses multicast and unicast
IPv4 - 224.0.0.10
IPv6 - FF02::A

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

A packet type that is sent to initially exchange topology information or topology change. Contains needed routing information

A

Update Packets

Requires acknowledgement

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

A “dateless” Hello packets used to indicate receipt of any EIGRP packet during a “reliable”

A

Acknowledgement Packet

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

What packets require acknowledgement ?

A

update, query and reply packets

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

2 Packets that used DUAL when searching for networks

A

Query and reply

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

How to identify EIGRP

A

Autonomous System

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

Passive Interface Command

A

Prevents neighbor relationships from being established

Routing updates from a neighbor are ignored

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

EIGRP metrics

A

Bandwidth - Lowest
Delay - Cumulative
Reliability - Worsts
Load - Worsts

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

Command used to Examine the values for EIGRP Metrics

A

show interfaces

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

Purpose of Diffusing Update Algorithm (DUAL)

A

Provide the best and backup loop-free paths

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

Neighboring router that is used for packet forwarding and is the least-cost route to the destination network

17
Q

Actual metric of a route from the current router. Lowest calculated metric to reach the destination network

A

Feasible Distance

listed in the routing table as the second number inside the brackets

18
Q

Are “Backup Paths” that are loop-free. Must comply to a feasibility condition

A

Feasible successor (FS)

19
Q

Called “advertised distance” the reported metric from the neighbor advertising the route

A
Reported Distance (RD)
if RD
20
Q

command to list all

successors and FSs to destination networks.

A

show ip eigrp topology

21
Q

Similarities is EIGRPv2 & v3

A

Same protocol number (88)
Maintains a topology table and queries if no FS are avail
Uses DUAL to calculate the successor routes

22
Q

Administrative Distance of internal, summary and external

23
Q

Which bandwidth value is used when calculating the EIGRP metric of a route?

A

the slowest bandwidth of all outgoing interfaces between the source and destination

24
Q

What two conditions will result in an EIGRP route going into the active state

A

The successor is down

There is no feasible successor.

25
What information does EIGRP maintain within the routing table?
only successors
26
What needs to be configured so that classless addresses will be advertised instead of classful addresses
No auto summary. | Auto summary will let the routing table summarize your networks
27
IP range 1.0.0.0 to 126.0.0.0 | Subnet mask: 255.0.0.0 /8 bits
Class A
28
IP range 192.0.0.0 to 223.255.255.0 | Subnet mask: 255.255.255.0 /24 bits
Class C
29
IP range 128.0.0.0 to 191.255.0.0 | Subnet mask: 255.255.0.0 /16 bits
Class B
30
Which bandwidth value is used when calculating the EIGRP metric of a route?
the slowest bandwidth of all outgoing interfaces between the source and destination