EIGRP Tables
EIGRP uses different tables for its Routing Operation. Mainly, three types of EIGRP Tables are used in EIGRP (Enhanced Interior Gateway Routing Protocol). What are the EIGRP Tables? These EIGRP Tables are given below:- Neighbour Table
- Topology Table
- Routing Table

You can test your Routing Knowledge on CCNP Route Practice Tests Page!
EIGRP Neighbor Table
EIGRP Neighbor Table keeps all the routers that EIGRP neighbourship is established. EIGRP Neighbour Table is established by Hello messages. EIGRP (Enhanced Interior Gateway Routing Protocol) has a specific Neighbour Table for each Layer 3 protocols. For example, if you are using both IPv4 and IPv6 protocols, you will have two different EIGRP Neighbour Tables. You can see the EIGRP Neighbour Table with “show ip eigrp neighbors ” command. In EIGRP Neighbour Table you can see the ip address of the neighbour, the port you access to the neighbour, the port’s uptime etc. You can see an output of “show ip eigrp neighbors ” command is given below:EIGRP Topology Table
EIGRP Topology Table keeps all the routes to all the destinations. It keeps all the Successor and Feasible Successor routes. We can say also, “it keeps the best routes and the alternatives”. You can check EIGRP Topology Table with “show ip eigrp topology ” command. An example output of “show ip eigrp topology” command is given below:- Active State :The state that router has no route and trying to find a route. Queries are sent through the all interfaces.
- Passive State :The state that the router has choosen a route.
EIGRP Routing Table
EIGRP Routing Table is the table which keeps the Best Routes to any destinations. This Best Routes are Successors. You can see the EIGRP Routing Table with “show ip route eigrp” command. An example output of “show ip route eigrp” command is given below:In the EIGRP Configuration Lesson, you can check these tables detailly.
Feasible Distance, Advertised Distance, Successor and Feasible Successor
In EIGRP Protocol, there are some new terms that explains different routes to a destination according to their metrics. These terms are :- Feasible Distance
- Advertised Distance
- Successor
- Feasible Successor
What is Feasible Distance and Advertised Distance?
Feasible Distance (FD) : The cost of the route to the next hop, plus, next hop to the destination. (A-B) + (B-C) + (C-Dest) è 5 + 5 + 5 =15 Advertised Distance (AD) : The cost of the route from the next hop to the destination. (B-C) + (C-Dest) è 5 + 5 =10
What is Successor and Feasible Successor?
Now, let’s check the other two important terms, Successor and Feasible Successor.You can test your Routing Knowledge on CCNP Route Practice Tests Page!
[sc name=”ContentRMessage”] EIGRP Article Series… EIGRP – Part 1 EIGRP – Part 2 (EIGRP Tables) EIGRP – Part 3 (EIGRP Packet Types and Neighborship) EIGRP – Part 4 (Other EIGRP Properties) EIGRP – EIGRP Configuration with Packet Tracer EIGRP for IPv6 – EIGRP for IPv6 Overview EIGRP for IPv6 – EIGRP for IPv6 Configuration on Cisco IOS