
C613-50186-01 Rev B
Command Reference for AR2050V
834
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
RIP C
OMMANDS
IP
RIP
AUTHENTICATION
STRING
See the example below to specify
mykey
as the authentication string with MD5
authentication for the PPP interface ppp0:
awplus#
configure terminal
awplus(config)#
interface ppp0
awplus(config-if)#
ip rip authentication string mykey
awplus(config-if)#
ip rip authentication mode md5
Example
In the following example, the VLAN interface
vlan2
is configured to have an
authentication string as
guest
. Any received RIP packet in that interface should
have the same string as password.
awplus#
configure terminal
awplus(config)#
interface vlan2
awplus(config-if)#
ip rip authentication string guest
In the following example, the PPP interface
ppp0
is configured to have an
authentication string as
guest
. Any received RIP packet in that interface should
have the same string as password.
awplus#
configure terminal
awplus(config)#
interface ppp0
awplus(config-if)#
ip rip authentication string guest
Related
commands