标签:algorithm auth cat link end mac The ati 类型
// 接口认证
int g0/0/1
ospf authentication-mode simple huawei //明文认证
ospf authentication-mode md5 1 cipher huawei //MD5认证
// 区域认证
ospf
area 0
authentication-mode hmac-md5 1 plain huawei //区域0 的所有接口开启了hmac-md5的类型,密钥为huawei(包括vlink)
// vlink 也是区域0的一部分
ospf
area 34
vlink-peer 4.4.4.4 hmac-md5 1 plain huawei
======================================================
// 密钥链
keychain Jchao mode periodic daily //定义密钥链的名字为Jchao,每天周期发送
key-id 1 //定义密钥ID
key-string huawei //密钥ID为1的密钥是huawei
algorithm sha-1 //对密钥的加密
receive-time daily 09:00 to 18:00 //每天09:00 to 18:00接收
send-time daily 09:00 to 18:00 //每天09:00 to 18:00发送
int g0/0/1
ospf authentication-mode keychain key //在接口下调用密钥链Jchao
标签:algorithm auth cat link end mac The ati 类型
原文地址:https://www.cnblogs.com/j-chao/p/13184320.html