C613-50170-01 Rev B
Command Reference for x510 Series
905
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
RIP C
OMMANDS
IP
RIP
AUTHENTICATION
KEY
-
CHAIN
5)
Specify the mode of authentication for the given interface (text or MD5),
using the following command:
awplus(config-if)#
ip rip authentication mode {md5|text}
Example
In the following example of a configuration for multiple keys authentication, a
password “toyota” is set for key 1 in key chain “cars”. Authentication is enabled on
vlan2 and the authentication mode is set to MD5:
awplus#
configure terminal
awplus(config)#
key chain cars
awplus(config-keychain)#
key 1
awplus(config-keychain-key)#
key-string toyota
awplus(config-keychain-key)#
accept-lifetime 10:00:00 Oct 08
2016 duration 43200
awplus(config-keychain-key)#
send-lifetime 10:00:00 Oct 08 2016
duration 43200
awplus(config-keychain-key)#
exit
awplus(config-keychain)#
exit
awplus(config)#
interface vlan2
awplus(config-if)#
ip rip authentication key-chain cars
awplus(config-if)#
ip rip authentication mode md5
Example
In the following example, the VLAN interface vlan23 is configured to use key-chain
authentication with the keychain “mykey”. See the
command for a description
of how a key chain is created.
awplus#
configure terminal
awplus(config)#
interface vlan23
awplus(config-if)#
ip rip authentication key-chain mykey
Related
Commands