24-Port Layer 3 Switch Management Guide

C
OMMAND
L
INE
I
NTERFACE
4-238
Default Setting
The default depends on the setting specified with the version
command:
Global RIPv1 - Routes 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 receive version based on these options:
- Use “none” to passively monitor route information advertised by
other routers attached to the network.
- Use “1” or “2” if all routers in the local network are based on RIPv1
or RIPv2, respectively.
- Use “v2-broadcast to propagate route information by broadcasting
to other routers on the network using RIPv2, instead of multicasting
as normally required by RIPv2. (Using this mode allows RIPv1
routers to receive these protocol messages, but still allows RIPv2
routers to receive the additional information provided by RIPv2,
including subnet mask, next hop and authentication information.)
Example
This example sets the interface version for VLAN 1 to send RIPv1
packets.
Related Commands
version (4-235)
Console(config)#interface vlan 1
Console(config-if)#ip rip send version 1
Console(config-if)#