实验要求:掌握OSPF基于区域的MD5认证

 拓扑如下:

基于区域的OSPF的MD5认证

 

配置如下:

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
area 0 authentication message-digest
interface s0/0/0
ip ospf message-digest-key 1 md5 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
area 0 authentication message-digest
interface s0/0/0
ip ospf message-digest-key 1 md5 123

相关文章:

  • 2021-12-11
  • 2022-12-23
  • 2021-12-21
  • 2021-06-28
  • 2021-11-09
  • 2021-04-15
  • 2021-11-23
  • 2021-05-28
猜你喜欢
  • 2021-12-05
  • 2021-12-05
  • 2021-07-28
  • 2022-12-23
  • 2021-04-11
  • 2021-12-05
  • 2022-02-07
相关资源
相似解决方案