IP R
OUTING
C
OMMANDS
4-331
Example
This example sets the interface version for VLAN 1 to receive RIPv1
packets.
Related Commands
version (4-328)
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)
Default Setting
The default depends on the setting specified with the version command:
• Global RIPv1 - Route information is broadcast to other routers with
RIPv2
• Global RIPv2 - RIPv2 packets
Command Usage
• Use this command to override the global setting specified by the RIP
version command.
Console(config)#interface vlan 1
Console(config-if)#ip rip receive version 1
Console(config-if)#