Reference Guide
Routing Information Protocol (RIP) | 785
• Set send and receive version on page 788 (optional)
• Generate a default route on page 790 (optional)
• Control route metrics on page 791 (optional)
• Summarize routes on page 790 (optional)
• Control route metrics on page 791
• Debug RIP on page 791
For a complete listing of all commands related to RIP, refer to the 
FTOS Command Reference.
Enable RIP globally
By default, RIP is not enabled in FTOS. To enable RIP, use the following commands in sequence, starting 
in the CONFIGURATION mode: 
After designating networks with which the system is to exchange RIP information, ensure that all devices 
on that network are configured to exchange RIP information. 
The FTOS default is to send RIPv1, and to receive RIPv1 and RIPv2. To change the RIP version globally, 
use the 
version command in the ROUTER RIP mode. 
When RIP is enabled, you can view the global RIP configuration by using the 
show running-config 
command in the EXEC mode or the 
show config command shown in the following example in the 
ROUTER RIP mode. 
Figure 39-1.  show config Command Example in ROUTER RIP mode
When the RIP process has learned the RIP routes, use the show ip rip database command in the EXEC 
mode to view those routes as shown in the following example. 
Step Command Syntax Command Mode Purpose
1
router rip
CONFIGURATION  Enter ROUTER RIP mode and enable the RIP process 
on FTOS.
2
network ip-address ROUTER RIP Assign an IP network address as a RIP network to 
exchange routing information.
You can use this command multiple times to exchange 
RIP information with as many RIP networks as you 
want.
FTOS(conf-router_rip)#show config
!
router rip
 network 10.0.0.0
FTOS(conf-router_rip)#










