Routing Information Protocol (RIP) | 441
Figure 25-3 shows an example of the RIP configuration after you use the version command to set RIPv2 in 
ROUTER RIP mode. After you set the 
version command in ROUTER RIP mode, the interface 
(TenGigabitEthernet 0/0) participating in the RIP process is also set to send and receive RIPv2. 
Figure 25-3.  show ip protocols Command Example 
To configure the interfaces to send or receive different RIP versions from the RIP version configured 
globally, use either of the following commands in INTERFACE mode: 
To configure an interface to receive or send both versions of RIP, include 
1 and 2 in the command syntax. 
Figure 25-4 shows the command syntax for sending both RIPv1 and RIPv2 and receiving only RIPv2. 
Figure 25-4.  Configuring an Interface to Send Both Versions of RIP
Command Syntax Command Mode Purpose
ip rip receive version [1] [2]
INTERFACE Set the RIP version(s) received on that interface.
ip rip send version [1] [2]
INTERFACE Set the RIP version(s) sent out on that interface.
FTOS#show ip protocols
 Routing Protocols is RIP
 Sending updates every 30 seconds, next due in 23
 Invalid after 180 seconds, hold down 180, flushed after 240
 Output delay 8 milliseconds between packets 
 Automatic network summarization is in effect 
 Outgoing filter for all interfaces is 
 Incoming filter for all interfaces is 
 Default redistribution metric is  1
 Default version control: receive version 2, send version 2 
        Interface       Recv  Send  
        TenGigabitEthernet 0/0   2     2   
 Routing for Networks: 
         10.0.0.0 
 Routing Information Sources:
 Gateway         Distance      Last Update
 Distance: (default is 120)
FTOS#
RIPv2 configured 
globally and on the 
interface.
FTOS(conf-if)#ip rip send version 1 2
FTOS(conf-if)#ip rip receive version 2