OcNOS-SP : Layer 3 Guide : Routing Information Protocol Command Reference : Routing Information Protocol Commands : ip rip authentication string
ip rip authentication string
Use this command to specify the authentication string or password used by a key.
You can configure authentication for a single key or multiple keys at different times. Use this command to specify password for a single key on an interface.
Use the no parameter with this command to disable this feature.
See Appendix A, Routing Information Protocol Authentication for how this command is related to the other authentication commands.
Command Syntax
ip rip authentication string LINE
no ip rip authentication string
Parameters
LINE
Specify the authentication string or password used by a key.
Default
None
Command Mode
Interface mode
Applicability
This command was introduced before OcNOS version 1.3.
Examples
In the following example, the interface eth1 is configured to have an authentication string as guest, any receiving RIP packet in that interface should have the same string as password.
#configure terminal
(config)#interface eth1
(config-if)#ip rip authentication string guest
Last modified date: 08/28/2023