一、实验拓扑:
明文认证:
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:!!!!!
22-高级路由:OSPF 路由认证:明文、密文
一、实验拓扑:
密文认证:

二、命令部署:
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:!!!!!
22-高级路由:OSPF 路由认证:明文、密文
还有个OSPF区域认证,这里不做了,都是一样的套路。

转载于:https://blog.51cto.com/13856092/2137528

相关文章:

  • 2021-07-07
  • 2021-05-24
  • 2021-11-15
  • 2022-01-14
  • 2021-07-25
  • 2021-11-01
  • 2022-12-23
  • 2021-12-18
猜你喜欢
  • 2021-06-15
  • 2021-09-10
  • 2022-01-19
  • 2021-08-23
  • 2021-04-23
  • 2021-04-12
  • 2021-11-02
相关资源
相似解决方案