System information

Troubleshooting TCP/IP
Book Title
7-116
RIP/IGRP: Routes Missing from Routing Table
Symptom: Routes are missing from the routing table. Hosts on one network cannot access hosts on
a different network. Error messages stating “host or destination unreachable” are generated.
The problem might be occurring in an internetwork running only RIP or IGRP, or a combination of
the two.
Table 7-9 outlines the problems that might cause this symptom and describes solutions to those
problems.
Table 7-9 RIP/IGRP: Routes Missing from Routing Table
Possible Problem Solution
Misconfigured or
missing network router
configuration command
Step 1 Use the show running-config privileged exec command to view the
router configuration.
Step 2 Make sure that a network router configuration command is specified for
every network to which a router interface belongs.
For example, if the IP address of one interface is 192.168.52.42, and the
IP address of another interface is 108.168.54.10, enter the following
commands to enable RIP on the interfaces:
c4500(config)#router rip
c4500(config-router)#network 192.168.52.0
c4500(config-router)#network 108.168.0.0
Make sure the correct process IDs, addresses, and other variables are properly
specified for the routing protocol you are using. For more information, consult the
Cisco IOS configuration guides and command references.
Misconfigured route filtering
Step 1 Use the show running-config command to check suspect routers.
Step 2 See if any distribute-list in or distribute-list out router configuration
commands are configured on the router.
The distribute-list in command filters specific information in routing
updates received by a router. The distribute-list out command prevents a
router from including specific information in routing updates that it
transmits.
The information that is filtered is specified with an access list.