Microsoft ES4649 Switch User Manual


 
IP Routing Commands
4-259
4
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.
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-257)
Console(config)#interface vlan 1
Console(config-if)#ip rip send version 1
Console(config-if)#