EIGRP Flashcards

1
Q

What are the 4 components of EIGRP

A
  1. Protocol-Dependent Modules
  2. Reliable Transport Protocol (RTP)
  3. Neighbor Discovery/Recovery
  4. Diffusing Update Algorithm (DUAL)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is RTP?

A

RTP manages the delivery & reception of EIGRP Packets.

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

What is Reliability in RTP?

A

Reliability means the delivery is guaranteed and the packets will be delivered in order by adding 2 sequence numbers in the packet. Assigned by the sending RT. Seq # is incremented by 1 w/ each packet.

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

How is delivery guarenteed?

A

reliable multicast algorithm (Cisco P)

Multicast address 224.0.0.10 Each neighbor receiving a reliably multicast packet will unicast an ack.

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

EIGRP multiple Packet Protocol # and packet types

A
Protocol # 88 in IP header
Hello
ACKs
Updates
Queries and Replies
Requests (depreciated)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

EIGRP Hello Packets
Unicast or multicast?
Reliable or unreliable?

A

used by nei discovery and recovery process.

Multicast and use unreliable delivery

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

EIGRP ACKs
Unicast or multicast?
Reliable or unreliable?

A

Are hello packets w/ no data in them.

Always unicast and use unreliable delivery

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

EIGRP Updates.
Explain unicast vs multicast.
Are updates reliable or unreliable?

A

Convey route info. TX when necessary, contain only necessary information. sent only to RTs that require the info.
Required updates by a specific RT are unicast
Required updates to multiple RTs are multicast (metric or topology change
Always use reliable delivery

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

EIGRP Queries and Replies

Multicast vs unicast
Reliable vs unreliable

A

Used by DUAL finite state machine to manage its diffusing computations.

Queries can be mutli or unicast
Replies always unicast
Queries and Replies always use reliable delivery

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

Explain EIGRP Deadtime

A

If any packet is reliably multicast and an ACK is not received from a neighbor, the packet will be retransmitted as a unicast to that unresponding neighbor. If an ACK is not received after 16 of these unicast retransmissions, the neighbor will be declared dead.

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

What is EIGRP Mutlicast Flow Timer?

A

The time to wait for an ACK before switching from multi to unicast is specified here

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

What is EIGRP RTO?

A

Retransmission Timeout. Time between subsequent unicasts is specified here

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

What is EIGRP SRTT?

A

Smooth Rount-Trip Time. Both multicast flow timer and RTO are calculated for each nei from here

SRTT is the avg elapsed time, (milsec) between transmission of a packet to the nei and receipt of an ACK

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

What are the two steps to configuring EIGRP?

A
  1. enable EIGRP w/ the CMD #router eigrp
  2. Specify each major network on which to run EIGRP w/ the netw CMD
#router e  for short
#netw x.x.x.x x.x.x.x
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

EIGRP Process ID

A

Range 1 - 65535

Must be same for all EIGRP processes in all RTs that share info

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