6 ip rip receive version – CANOGA PERKINS CanogaOS Command Reference User Manual
Page 228

CanogaOS Command Line Reference
Revision 1.02
Proprietary & Confidential Canoga Pertkins Metro Ethernet Switches
Page 228 of 855
Interface configuration
Usage
RIP Version 1 does not support authentication.
Examples
The following example configures the interface to use MD5 authentication:
Switch(config-if)# ip rip authentication mode md5
Related Commands
ip rip authentication key-chain
14.6 ip rip receive version
To specify a Routing Information Protocol (RIP) version to receive on an interface basis, use the ip rip
receive version command in interface configuration mode. To follow the global version rules, use the
no form of this command.
Command Syntax
ip rip receive version {1 [2] | 2 [1]}
no ip rip receive version
1
(Optional) Accepts only RIP Version 1 packets on the interface.
2
(Optional) Accepts only RIP Version 2 packets on the interface.
Default
This command is disabled by default.
Command Mode
Interface configuration
Usage
Use this command to override the default behavior of RIP as specified by the version command. This
command applies only to the interface being configured. You can configure the interface to accept both
RIP versions.
Examples
The following example configures the interface to receive both RIP Version 1 and Version 2 packets:
Switch(config-if)# ip rip receive version 1 2
Related Commands
version (RIP)