Troubleshooting guide
BSR Troubleshooting Guide
5-86
6. To enable the proper routing protocol on the router interface, use the router
command in Global Configuration mode, as shown in the following example.
The following example shows how to enable the RIP routing protocol on the
router interface.
RDN(config)#router rip
7. To determine the network on which the routing protocol is running, use the
network command, as shown in the following example. The following
example shows how to enable the RIP routing protocol on the 10.10.10
network:
RDN(config-rip)#network 10.10.10.0 255.255.255.0
8. Check if one or more networks need to be associated with the appropriate
routing protocol. For example, to enable RIP routing for hosts 10.10.10.0 and
10.10.20.0, enter the following configuration commands:
RDN(config)#router rip
RDN(config-rip)#network 10.10.10.0 255.255.255.0
RDN(config-rip)#network 10.10.20.0 255.255.255.0
Misconfigured Router
Follow these steps to resolve misconfigured or missing router command that can
cause routes to be missing from routing tables:
1. To check routing tables on routers, use the show ip route command in
Privileged EXEC mode.
2. Determine whether there are missing routes to specific networks that are
known to be connected.
3. Reconfigure the identified missing routes so that they are associated to their
designated network.
Note: The Autonomous System (AS) number needs to be entered when
enabling BGP. The AS applies to BGP only.