C613-50170-01 Rev B
Command Reference for x510 Series
907
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
RIP C
OMMANDS
IP
RIP
AUTHENTICATION
MODE
Usage: multiple
key
For multiple keys authentication, use the following steps to configure a route to
enable RIPv2 authentication using multiple keys at different times:
1)
Define a key chain with a key chain name, using the following commands:
awplus#
configure terminal
awplus(config)#
key chain <
key-chain-name>
2)
Define a key on this key chain using the following command:
awplus(config-keychain)#
key
<keyid>
3)
Define the password used by the key, using the following command:
awplus(config-keychain-key)#
key-string <
key-password>
4)
Enable authentication on the desired interface and specify the key chain to
be used, using the following commands:
awplus(config-if)#
ip rip authentication key-chain
<key-chain-name>
5)
Specify the mode of authentication for the given interface (text or MD5),
using the following commands:
awplus(config-if)#
ip rip authentication mode {md5|text}
Example 1
In the following example of a configuration for multiple keys authentication, a
password of “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 2
The following example shows MD5 authentication configured on VLAN interface
vlan2, ensuring authentication of RIP packets received on this interface.
awplus#
configure terminal
awplus(config)#
interface vlan2
awplus(config-if)#
ip rip authentication mode md5