-138
Example
This example sets the interface version for VLAN 1 to receive RIPv1
packets.
Related Commands
version (3-135)

ip rip send version

Use this command to specify 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 versi on
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.
• You can specify the re ceive version based on these options:
Console(config)#interface vlan 1
Console(config-if)#ip rip receive version 1
Console(config-if)#