码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2018-07-07 13:39:41      阅读:142      评论:0      收藏:0      [点我收藏+]

标签:实验   cap   ges   cape   cond   echo   .com   second   高级   

一、实验拓扑:
明文认证:
技术分享图片
二、命令部署:
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 路由认证:明文、密文

标签:实验   cap   ges   cape   cond   echo   .com   second   高级   

原文地址:http://blog.51cto.com/13856092/2137527

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!