C
OMMAND
L
INE
I
NTERFACE
4-332
• 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-328)
ip split-horizon
This command enables split-horizon or poison-reverse (a variation) on an
interface. Use the no form to disable split-horizon.
Syntax
ip split-horizon [poison-reverse]
no ip split-horizon
poison-reverse - Enables poison-reverse on the current interface.
Command Mode
Interface Configuration (VLAN)
Default Setting
split-horizon
Console(config)#interface vlan 1
Console(config-if)#ip rip send version 1
Console(config-if)#