Service Manual

Examples of Verifying RIP is Enabled and Viewing RIP Routes
After designating networks with which the system is to exchange RIP information, ensure that all devices on that network are
congured to exchange RIP information.
The Dell Networking OS default is to send RIPv1 and to receive RIPv1 and RIPv2. To change the RIP version globally, use the
version command in ROUTER RIP mode.
To view the global RIP conguration, use the show running-config command in EXEC mode or the show config command
in ROUTER RIP mode.
Dell(conf-router_rip)#show config
!
router rip
network 10.0.0.0
Dell(conf-router_rip)#
When the RIP process has learned the RIP routes, use the show ip rip database command in EXEC mode to view those
routes.
Dell#show ip rip database
Total number of routes in RIP database: 978
160.160.0.0/16
[120/1] via 29.10.10.12, 00:00:26, Fa 1/49
160.160.0.0/16 auto-summary
2.0.0.0/8
[120/1] via 29.10.10.12, 00:01:22, Fa 1/49
2.0.0.0/8 auto-summary
4.0.0.0/8
[120/1] via 29.10.10.12, 00:01:22, Fa 1/49
4.0.0.0/8 auto-summary
8.0.0.0/8
[120/1] via 29.10.10.12, 00:00:26, Fa 1/49
8.0.0.0/8 auto-summary
12.0.0.0/8
[120/1] via 29.10.10.12, 00:00:26, Fa 1/49
12.0.0.0/8 auto-summary
20.0.0.0/8
[120/1] via 29.10.10.12, 00:00:26, Fa 1/49
20.0.0.0/8 auto-summary
29.10.10.0/24 directly connected,Fa 1/49
29.0.0.0/8 auto-summary
31.0.0.0/8
[120/1] via 29.10.10.12, 00:00:26, Fa 1/49
31.0.0.0/8 auto-summary
192.162.2.0/24
[120/1] via 29.10.10.12, 00:01:21, Fa 1/49
192.162.2.0/24 auto-summary
192.161.1.0/24
[120/1] via 29.10.10.12, 00:00:27, Fa 1/49
192.161.1.0/24 auto-summary
192.162.3.0/24
[120/1] via 29.10.10.12, 00:01:22, Fa 1/49
192.162.3.0/24 auto-summary
To disable RIP globally, use the no router rip command in CONFIGURATION mode.
Congure RIP on Interfaces
When you enable RIP globally on the system, interfaces meeting certain conditions start receiving RIP routes.
By default, interfaces that you enable and congure with an IP address in the same subnet as the RIP network address receive RIPv1
and RIPv2 routes and send RIPv1 routes.
Assign IP addresses to interfaces that are part of the same subnet as the RIP network identied in the network command syntax.
618
Routing Information Protocol (RIP)