Front | Back |
Four protocols EIGRP supports?
|
IP, IPv6, IPX and AppleTalk.
|
Algorithm EIGRP uses to maintain route information?
|
DUAL (Diffusing Update ALgorithm).
|
Protocol EIGRP uses to control sending, tracking, and acknowledging updates and EIGRP messages between routers?
|
RTP (Reliable Transport Protocol).
|
What is EIGRP table stored in RAM, which keeps list of all adjacent routers?
|
Neighbor table.
|
What is EIGRP table stored in RAM, which contains all learned routes advertised by neighbouring routers?
|
Topology table.
|
What is EIGRP table which holds the best routes (the successor routes) to each destination?
|
Routing table.
|
In EIGRP, what is best route to remote network, stored in Topology table before copied into Routing table?
|
Successor.
|
In EIGRP, what is backup route which has an AD less than the FD of the current successor route, stored in Topology table?
|
Feasible successor.
|
What is the lowest-cost route between the next-hop router and the destination?
|
Advertised distance (AD)
|
What is the sum of the AD plus the cost between the local router and the next-hop router?
|
Feasible distance (FD)
|
Commands to configure EIGRP for AS 20 on router connected to 172.16.10.0/24?
|
Router eigrp 20
network 172.16.0.0
(not 172.16.10.0 as classful)
|
Command to display EIGRP adjacencies and directly connected neighbors?
|
Show ip eigrp neighbors
|
Command to display all EIGRP routes in the routing table?
|
Show ip route eigrp
|
Command to display the EIGRP topology table, including successors and feasible successors?
|
Show ip eigrp topology
|
Command to display neighbors state discovered by EIGRP and the contents of Hello packets?
|
Debug eigrp neighbors
|