C
HAPTER
45
| IP Routing Commands
Routing Information Protocol (RIP)
– 1037 –
EXAMPLE
Console(config)#interface vlan 1
Console(config-if)#ip rip receive-packet
Console(config-if)#
RELATED COMMANDS
ip rip send-packet (1038)
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 {1 | 2 | 1-compatible}
no ip rip send version
1 - Sends only RIPv1 packets.
2 - Sends only RIPv2 packets.
1-compatible - Route information is broadcast to other routers
with RIPv2.
DEFAULT SETTING
1-compatible (Route information is broadcast to other routers with RIPv2)
COMMAND MODE
Interface Configuration (VLAN)
COMMAND USAGE
◆ Use this command to override the global setting specified by the RIP
version command.
◆ You can specify the send version based on these options:
■
Use version 1 or version 2 if all routers in the local network are
based on RIPv1 or RIPv2, respectively.
■
Use “1-compatible” 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 older RIPv2
routers which only receive RIP broadcast messages to receive all of
the information provided by RIPv2, including subnet mask, next hop
and authentication information.)