EIGRP Flashcards
What are the 4 components of EIGRP
- Protocol-Dependent Modules
- Reliable Transport Protocol (RTP)
- Neighbor Discovery/Recovery
- Diffusing Update Algorithm (DUAL)
What is RTP?
RTP manages the delivery & reception of EIGRP Packets.
What is Reliability in RTP?
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 is delivery guarenteed?
reliable multicast algorithm (Cisco P)
Multicast address 224.0.0.10 Each neighbor receiving a reliably multicast packet will unicast an ack.
EIGRP multiple Packet Protocol # and packet types
Protocol # 88 in IP header Hello ACKs Updates Queries and Replies Requests (depreciated)
EIGRP Hello Packets
Unicast or multicast?
Reliable or unreliable?
used by nei discovery and recovery process.
Multicast and use unreliable delivery
EIGRP ACKs
Unicast or multicast?
Reliable or unreliable?
Are hello packets w/ no data in them.
Always unicast and use unreliable delivery
EIGRP Updates.
Explain unicast vs multicast.
Are updates reliable or unreliable?
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
EIGRP Queries and Replies
Multicast vs unicast
Reliable vs unreliable
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
Explain EIGRP Deadtime
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.
What is EIGRP Mutlicast Flow Timer?
The time to wait for an ACK before switching from multi to unicast is specified here
What is EIGRP RTO?
Retransmission Timeout. Time between subsequent unicasts is specified here
What is EIGRP SRTT?
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
What are the two steps to configuring EIGRP?
- enable EIGRP w/ the CMD #router eigrp
- 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
EIGRP Process ID
Range 1 - 65535
Must be same for all EIGRP processes in all RTs that share info