Another way to verify that EIGRP and other functions of the router are configured properly is to examine the IPv4 routing tables with the show ip route command. As with any dynamic routing protocol, the network administrator must verify the information in the routing table to ensure that it is populated as expected, based on configurations entered. For this reason, it is important to have a good understanding of the routing protocol configuration commands, as well as the routing protocol operations and the processes used by the routing protocol to build the IP routing table.

Notice that the outputs used throughout this course are from Cisco IOS 15. Prior to IOS 15, EIGRP automatic summarization was enabled by default. The state of automatic summarization can make a difference in the information displayed in the IPv4 routing table. If a previous version of the IOS is used, automatic summarization can be disabled using the no auto-summary router configuration mode command:

Router(config-router)# no auto-summary

Figure 1 shows the topology for R1, R2, and R3.

In Figure 2, the IPv4 routing table is examined using the show ip route command. EIGRP routes are denoted in the routing table with a D. The letter D was used to represent EIGRP because the protocol is based upon the DUAL algorithm.

The show ip route command verifies that routes received by EIGRP neighbors are installed in the IPv4 routing table. The show ip route command displays the entire routing table, including remote networks learned dynamically, directly connected and static routes. For this reason, it is normally the first command used to check for convergence. After routing is correctly configured on all routers, the show ip route command reflects that each router has a full routing table, with a route to each network in the topology.

Notice that R1 has installed routes to three IPv4 remote networks in its IPv4 routing table:

R1 has two paths to the 192.168.10.8/30 network, because its cost or metric to reach that network is the same or equal using both routers. These are known as equal cost routes. R1 uses both paths to reach this network, which is known as load balancing. The EIGRP metric is discussed later in this chapter.

Figure 3 displays the routing table for R2. Notice similar results are displayed including an equal cost route for the 192.168.10.4/30 network.

Figure 4 displays the routing table for R3. Similar to the results for R1 and R2, remote networks are learned using EIGRP, including an equal cost route for the 172.16.3.0/30 network.