cisco路由器OSPF基础配置命令
1.基本配置
R1(config)#interface fastEthernet 0/0
R1(config-if)#ip address 172.16.1.1 255.255.255.0
R1(config-if)#no shutdown
R1(config)#interface s2/0
R1(config-if)#ip add 192.168.1.5 255.255.255.252
R1(config-if)#clock rate 64000
R1(config-if)#no shutdown
R2(config)#interface s3/0
R2(config-if)#ip add 192.168.1.6 255.255.255.252
R2(config-if)#no shutdown
R2(config)#interface fa1/0
R2(config-if)#ip add 10.10.10.1 255.255.255.0
R2(config-if)#no shutdown
2.OSPF協議配置
R1(config)#router ospf 1
啟動ospf進程,進程ID為1(進程ID取值范圍是1-65535中的一個整數),此進程號只是本地的一個標識,具有本地意義,與同一個區域中的OSPF路由器進程號沒有關系,進程號不同不影響鄰接關系的建立。
R1(config-router)#network 172.16.1.0 0.0.0.255 area 0
宣告網絡,即定義參與OSPF進程的接口或網絡,并指定其運行的區域(區域0為骨干區域),通配符掩碼用來控制要宣告的范圍,任何在此地址范圍內的接口都運行OSPF協議,發送和接收OSPF報文,0表示精確匹配,將檢查匹配地址中對應位,1表示任意匹配,不檢查匹配地址中對應位。
R1(config-router)#network 192.168.1.4 0.0.0.3 area 0
R2(config)#router ospf 1
R2(config-router)#network 192.168.1.4 0.0.0.3 area 0
R2(config-router)#network 10.10.10.0 0.0.0.255 area 0
注意事項:
(1)在廣域網口DCE端要配置時鐘速率;
(2)ospf進程建議相同的進程號,利于網絡規劃管理;
(3)聲明網段后,掩碼用反掩碼。
3.查看路由信息
R1#show ip route 查看路由表
R1#show ip protocols 查看已配置并運行的路由協議
R1#show ip ospf neighbor 查看鄰居表
R1#show ip ospf neighbor detail 顯示鄰居路由器的詳細信息
R1#show ip ospf database 查看拓撲表,即鏈路狀態數據庫
R1#show ip ospf interface 查看所有運行OSPF的接口信息
R1#show ip ospf interface s2/0 查看s2/0接口的OSPF信息
R1#show interfaces s2/0 查看路由器的接口信息
查看Router ID號
R1# show ip protocols
R1#show ip ospf 1
R2#show ip ospf neighbor
4.更改接口相關信息
(1)下面更改接口帶寬以影響鏈路Cost
R1(config)#interface s2/0
R1(config-if)#bandwidth 64
查看更改結果
R1#show interfaces s2/0 查看帶寬值
R1#show ip ospf interface s2/0 查看開銷值
R1#show ip route ospf 查看路由表,看度量值的變化
(2)下面直接更改接口相關Cost
R1(config)#interface s2/0
R1(config-if)#ip ospf cost 200
查看更改結果
R1#show ip ospf interface s2/0 查看開銷值
R1#show ip route ospf 查看路由表,看度量值的變化
R1#show interfaces s2/0 查看帶寬值有無變化
5.監測和調試OSPF
R1#debug ip ospf events 監測OSPF事件
R1#undebug all 關閉
R1#debug ip ospf packet 監測OSPF包的傳輸 (PT模擬器沒有該命令)
總結
以上是生活随笔為你收集整理的cisco路由器OSPF基础配置命令的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: centos使用迅雷远程下载
- 下一篇: SQL Server 不允许保存更改。您