ECS4660-28F_Management Guide-R03

Table Of Contents
C
HAPTER
51
| IP Routing Commands
Routing Information Protocol (RIP)
– 1746
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.)
EXAMPLE
This example sets the interface version for VLAN 1 to send RIPv1 packets.
Console(config)#interface vlan 1
Console(config-if)#ip rip send version 1
Console(config-if)#
RELATED COMMANDS
version (1741)
ip rip send-packet This command configures the interface to send RIP packets. Use the no
form to disable this feature.
[no] ip rip send-packet
DEFAULT SETTING
Enabled
COMMAND MODE
Interface Configuration (VLAN)
DEFAULT SETTING
Enabled
COMMAND USAGE
The no form of this command allows the router to passively monitor route
information advertised by other routers attached to the network, without
transmitting any RIP updates.