基于链路的OSPF简单口令认证

Posted guoshiyu

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了基于链路的OSPF简单口令认证相关的知识,希望对你有一定的参考价值。

实验要求:掌握基于链路的OSPF简单口令认证

拓扑如下:

技术分享图片

配置如下:

R1
enable
configure terminal
interface s0/0/0
ip address 192.168.1.1 255.255.255.0
no shutdown
clock rate 64000
interface l0
ip address 1.1.1.1 255.255.255.0
exit
router ospf 1
network 192.168.1.0 0.0.0.255 area 0
network 1.1.1.0 0.0.0.255 area 0
interface s0/0/0
ip ospf authentication
ip ospf authentication-key 123

 

 

R2
enable
configure terminal
interface s0/0/0
ip address 192.168.1.2 255.255.255.0
no shutdown
clock rate 64000
interface l0
ip address 2.2.2.2 255.255.255.0
exit
router ospf 1
network 192.168.1.0 0.0.0.255 area 0
network 2.2.2.0 0.0.0.255 area 0
interface s0/0/0
ip ospf authentication
ip ospf authentication-key 123

 































以上是关于基于链路的OSPF简单口令认证的主要内容,如果未能解决你的问题,请参考以下文章

基于链路的OSPFMD5口令认证

eNSP模拟实验-OSPF的认证

路由基础之配置OSPF的认证和被动接口的配置

单机环境下基于口令的身份认证

计算机身份认证和消息认证的区别

身份认证和访问控制技术学习-20199319