EIGRP Theory and Commands Flashcards
What is EIGRP?
Enhanced Interior Gateway Routing Protocol - a Cisco proprietary routing protocol, known as a hybrid protocol because EIGRP’s routing metrics use attributes used by both distance vector and link state routing protocols.
What is the biggest difference between how OSPF and EIGRP advertise routes?
- OSPF knows all the routes from all routers in an Area, however…
- EIGRP only knows the routes from its directly connected neighbors
What is the command to enable EIGRP on a Cisco router?
R1(config)# router eigrp {AS-number}
Example: router eigrp 1
What is the command to advertise a network prefix into EIGRP?
R1(config-router)# network {prefix} {wildcard-mask}
Example: network 10.1.1.0 0.0.0.255
What is the Successor in EIGRP?
The route from EIGRP that was the best route and installed to the routing table (RIB)
What is the Feasible Distance in EIGRP?
The value of the metric of an EIGRP route in the routing table (the Successor)
What symbol in the routing table (RIB) denotes an EIGRP learned route?
The letter “D”
What is the Administrative Distance of EIGRP?
90
What are the five different packet types used by EIGRP?
1.) Hello
2.) Request
3.) Update
4.) Query
5.) Reply
What are the default hello and hold down timers on a standard Ethernet connection between two EIGRP routers?
Hello is 5 seconds, Hold-down is 15 seconds
What are the default hello and hold down timers on a slow connection (like a T1) between two EIGRP routers?
Hello is 60 seconds, Hold-down is 180 seconds
What are the two elements that influence the calculation of the EIGRP metric?
1.) Worst bandwidth through the path
2.) Sum of delays
What is the newer method for calculating EIGRP called and what makes it different than the Classic Metrics?
Wide Metrics - it addresses scalability issues that come with higher speed interfaces by adding an additional K-value to the calculation.
What is the command that will display the EIGRP database information on a Cisco router?
show ip eigrp topology
What is the Reported Distance in EIGRP?
The metric that was advertised from a neighbor regarding the cost of a specific route. In other words, the advertised metric by the perspective of the neighbor device.