6 ip rip receive version, 7 ip rip receive-packet – CANOGA PERKINS 9175 Command Reference User Manual
Page 198
CanogaOS Command Reference
14-5
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)
14.7 ip rip receive-packet
To enable the interface to receive Routing Information Protocol (RIP) packets, use the ip rip
receive-packet command in interface configuration mode. To disable to receive RIP packets, use the
no form of this command.
Command Syntax