OcNOS-RON : Layer 3 Guide : Routing Information Protocol Command Reference : Routing Information Protocol Commands : ip rip authentication key-chain
ip rip authentication key-chain
Use this command to enable RIPv2 authentication on an interface and specify the name of the key chain to be used. If you do not configure a key chain results in no authentication.
Use the no parameter with this command to disable this function.
See Appendix B, Routing Information Protocol Authentication for information on how this command is related to the other authentication commands.
Command Syntax
ip rip authentication key-chain LINE
no ip rip authentication key-chain (LINE|)
Parameters
LINE
Specify the name of the key chain.
Default
If you do not configure a key chain, authentication is not used.
Command Mode
Interface mode
Applicability
This command was introduced before OcNOS version 1.3.
Examples
In the following example, interface eth0 is configured key-chain authentication and the name is specified as mykey. This name is used to enter the key-chain mode to specify the password. See the key command.
#configure terminal
(config)#interface eth0
(config-if)#ip rip authentication key-chain mykey
Last modified date: 08/28/2023