Command Line Interface
1044 1553-KDU 137 365 Uen D 2006-06-16
•Use 1 2 if some routers in the local network are using RIPv2, but
there are still some older routers using RIPv1.
Example
This example sets the interface version for VLAN 1 to receive RIPv1 packets.
Related Commands
version (section 7.26.11 on page 1041)
7.26.13 ip rip send version
This command specifies a RIP version to send on an interface. Use the no form
to restore the default value.
Syntax
ip rip send version {none | 1 | 2 | v2-broadcast}
no ip rip send version
• none - Does not transmit RIP updates.
• 1 - Sends only RIPv1 packets.
• 2 - Sends only RIPv2 packets.
• v2-broadcast - Route information is broadcast to other routers
with RIPv2.
Command Mode
Interface Configuration (VLAN)
Console(config)#interface vlan 1
Console(config-if)#ip rip receive version 1
Console(config-if)#