22-高级路由:OSPF 路由认证:明文密文

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了22-高级路由:OSPF 路由认证:明文密文相关的知识,希望对你有一定的参考价值。

一、实验拓扑:
明文认证:
技术分享图片
二、命令部署:
R1(config)#int f0/0
R1(config-if)#ip ospf authentication
R1(config-if)#ip ospf authentication-key 123

R2(config)#int f0/0
R2(config-if)#ip ospf authentication
R2(config-if)#ip ospf authentication-key 123

三、验证:
R1#ping 2.2.2.2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 2.2.2.2, timeout is 2 seconds:!!!!!
技术分享图片
一、实验拓扑:
密文认证:

二、命令部署:
R1(config)#int f0/0
R1(config-if)#ip ospf authentication message-digest
R1(config-if)#ip ospf message-digest-key 1 md5 123

R2(config)#int f0/0
R2(config-if)#ip ospf authentication message-digest
R2(config-if)#ip ospf message-digest-key 1 md5 123

三、验证:
R1#ping 2.2.2.2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 2.2.2.2, timeout is 2 seconds:!!!!!
技术分享图片
还有个OSPF区域认证,这里不做了,都是一样的套路。

以上是关于22-高级路由:OSPF 路由认证:明文密文的主要内容,如果未能解决你的问题,请参考以下文章

OSPF协议 配置和实验明文验证密文验证。

路由基础学习笔记之OSPF认证

为路由器配置明文密文口令;修改路由与交换机控制台会话时间

OSPF多区域配置和OSPF认证应用

动态路由协议OSPF高级配置

OSPF虚链路+末节区域+认证