Microsoft ES4649 Switch User Manual


 
Command Line Interface
4-258
4
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 {none | 1 | 2 | 1 2}
no ip rip receive version
none - Does not accept incoming RIP packets.
1 - Accepts only RIPv1 packets.
2 - Accepts only RIPv2 packets.
1 2 - Accepts RIPv1 or RIPv2 packets
Command Mode
Interface Configuration (VLAN)
Default Setting
The default depends on the setting specified with the version command:
Global RIPv1 - RIPv1 or RIPv2 packets
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” if you do not want to add any dynamic entries to the routing table
for an interface. (For example, you may only want to allow static routes for
a specific interface.)
- Use “1” or “2” if all routers in the local network are based on RIPv1 or RIPv2,
respectively.
- Use “1 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.
Related Commands
version (4-257)
Console(config)#interface vlan 1
Console(config-if)#ip rip receive version 1
Console(config-if)#