路由器配置——基於鏈路的OSPF簡單口令認證

1、實驗目的:掌握基於鏈路的OSPF簡單口令認證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 R1ci

R1(config)#interface s0/0/0路由

R1(config-if)#ip address 192.168.1.1 255.255.255.0terminal

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)#interface s0/0/0

R1(config-if)#ip ospf authentication

R1(config-if)#ip ospf authentication-key 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)#interface s0/0/0

R2(config-if)#ip ospf authentication

R2(config-if)#ip ospf authentication-key 123

R2(config-if)#end

 

4、驗證測試:

(1)檢查端口是否啓用了簡單口令認證。

紅色標記處代表該端口啓用了簡單口令認證。

(2)若是R1 的s0/0/0 接口啓動簡單口令認證,R2 的s0/0/0 接口沒有啓動認證,則
R2 上出現下面的信息:
*Feb 10 11:19:33.074: OSPF: Rcv pkt from 192.168.12.1, Serial0/0/0 : Mismatch
Authentication type. Input packet specified type 1, we use type 0
(3)若是R1 和R2 的s0/0/0 都啓動簡單口令認證,可是R2 的接口下沒有配置認證密
碼或密碼錯誤,則R2 上出現下面的信息:
*Feb 10 11:22:33.074: OSPF: Rcv pkt from 192.168.12.1, Serial0/0/0 : Mismatch
Authentication Key - Clear Text

相關文章
相關標籤/搜索