ECS4660-28F_Management Guide-R03

Table Of Contents
C
HAPTER
51
| IP Routing Commands
Routing Information Protocol (RIP)
– 1744
EXAMPLE
This example sets an authentication password of “small” to verify incoming
routing messages and to tag outgoing routing messages.
Console(config)#interface vlan 1
Console(config-if)#ip rip authentication string small
Console(config-if)#
RELATED COMMANDS
ip rip authentication mode (1742)
ip rip receive
version
This command specifies a RIP version to receive on an interface. Use the
no form to restore the default value.
SYNTAX
ip rip receive version {1 | 2}
no ip rip receive version
1 - Accepts only RIPv1 packets.
2 - Accepts only RIPv2 packets.
DEFAULT SETTING
RIPv1 and RIPv2 packets
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 receive 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 the default of version 1 or 2 if some routers in the local network
are using RIPv2, but there are still some older routers using RIPv1.
EXAMPLE
This example sets the interface version for VLAN 1 to receive RIPv1
packets.
Console(config)#interface vlan 1
Console(config-if)#ip rip receive version 1
Console(config-if)#