1、實驗目的:掌握OSPF基於區域的MD5認證app
2、拓撲圖:測試
3、具體步驟配置spa
(1)R1路由器配置router
Router>enableblog
Router#configure terminal接口
Enter configuration commands, one per line. End with CNTL/Z.ip
Router(config)#hostname R1md5
R1(config)#interface s0/0/0ci
R1(config-if)#ip address 192.168.1.1 255.255.255.0路由
R1(config-if)#clock rate 64000
R1(config-if)#no shutdown
%LINK-5-CHANGED: Interface Serial0/0/0, changed state to down
R1(config-if)#exit
R1(config)#interface l0
R1(config-if)#ip address 1.1.1.1 255.255.255.0
R1(config-if)#no shutdown
R1(config-if)#exit
R1(config)#router ospf 1
R1(config-router)#router-id 1.1.1.1
R1(config-router)#network 192.168.1.0 0.0.0.255 area 0
R1(config-router)#network 1.1.1.0 0.0.0.255 area 0
R1(config-router)#area 0 authentication message-digest
R1(config-router)#interface s0/0/0
R1(config-if)#ip ospf message-digest-key 1 md5 123
R1(config-if)#end
(2)R2路由器配置
Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname R2
R2(config)#interface s0/0/0
R2(config-if)#ip address 192.168.1.2 255.255.255.0
R2(config-if)#clock rate 64000
This command applies only to DCE interfaces
R2(config-if)#no shutdown
R2(config-if)#exit
R2(config)#interface l0
R2(config-if)#ip address 2.2.2.2 255.255.255.0
R2(config-if)#no shutdown
R2(config-if)#exit
R2(config)#router ospf 1
R2(config-router)#router-id 2.2.2.2
R2(config-router)#network 192.168.1.0 0.0.0.255 area 0
R2(config-router)#network 2.2.2.0 0.0.0.255 area 0
R2(config-router)#area 0 authentication message-digest
R2(config-router)#interface s0/0/0
R2(config-if)#ip ospf message-digest-key 1 md5 123
R2(config-if)#end
4、驗證測試:
(1)檢查接口是否啓用了MD5 認證,密鑰是多少
紅色標記處表示接口啓用了MD5 認證,密鑰是1
(2)檢查區域0是否 採用MD5 認證
紅色標記處代表區域0採用MD5 認證
(3)若是R1 區域0 啓動MD5 認證,而R2 區域0 啓動簡單口令認證,則R2 上出現下面
的信息:
*Feb 10 11:08:13.075: OSPF: Rcv pkt from 192.168.12.1, Serial0/0/0 : Mismatch
Authentication type. Input packet specified type 2, we use type 1
(4)若是R1 和R2 的區域0 都啓動MD5 認證,可是R2 的接口下沒有配置key ID 和密
碼或密碼錯誤,則R2 上出現下面的信息:
*Feb 10 11:08:43.075: OSPF: Rcv pkt from 192.168.12.1, Serial0/0/0 : Mismatch
Authentication Key - No message digest key 1 on interface