实验步骤如下
1·定义key chain
2·定义key 值
3·定义key的密码
4·接口指定认证类型
5·接口调用
RIPv2密文认证配置
R1#show run
conf t
key chain t08
key 1
key-string cisco------密码
interface serial1/2
ip address 12.0.0.1 255.255.255.0
ip authentication mode md5或test----明文
ip authentication key-chain t08
serial restart-delay 0
router rip
version 2
network 1.1.1.0
net 12.0.0.0
no auto-summar