authentication keychain mode (RIP)
To enable an authentication keychain mechanism on RIP interfaces, use the authentication keychain mode command in interface configuration mode or VRF-interface configuration mode. To disable authentication keychain configuration on RIP interfaces, use the no form of this command.
authentication keychain keychain_name mode { md5 | text }
no authentication keychain keychain_name mode { md5 | text }
Syntax Description
keychain-name |
|
||
md5 |
Specifies that the authentication keychain mode is keyed message digest (md5). |
||
text |
Specifies that the authentication keychain mode is clear text. |
Command Default
Keychain authentication is disabled.
Command Modes
Interface configuration
VRF-interface configuration
Command History
Release | Modification |
---|---|
Release 4.0.0 |
This command was introduced. |
Usage Guidelines
To use this command, you must be in a user group associated with a task group that includes appropriate task IDs. If the user group assignment is preventing you from using a command, contact your AAA administrator for assistance.
All keychains need to be configured in Cisco IOS XR keychain database using the keychain configuration commands described in Implementing Keychain Management module of System Security Configuration Guide for Cisco ASR 9000 Series Routers
Task ID
Task ID | Operation |
---|---|
rip |
read, write |
Examples
Router#configure
Router(config)#router rip
Router(config-rip)#vrf vrf_rip_auth
Router(config-rip-vrf)#interface POS 0/6/0/0
Router(config-rip-vrf-if)#authentication keychain key1 mode md5
Router#configure
Router(config)#router rip
Router(config-rip)#interface POS 0/6/0/1
Router(config-rip-if)#authentication keychain key2 mode text