1、路由1:
router>en
router>enable
router#conf
router#configure
configuring from terminal, memory, or network [terminal]?
enter configuration commands, one per line. end with cntl/z.
router(config)#
router(config)#route ospf 1
router(config-router)#network 172.0.1.0 0.0.0.255 area 1 //通告路由與路由的連線ip段
router(config-router)#network 10.0.2.0 0.0.0.255 area 1 //通告自身ip段
router(config-router)#network 10.0.3.0 0.0.0.255 area 1 //通告自身ip段
router(config)#int g0/1
router(config-if)#ip ad
router(config-if)#ip address 10.0.7.1 255.255.255.0
router(config-if)#no sh
router(config-if)#no shutdown
開啟本地靜態路由對映到ospf
router(config)#route ospf 1
router(config-router)#redistribute static subnets
router(config-router)#ex
2、路由2:
router>en
router>enable
router#conf
router#configure
configuring from terminal, memory, or network [terminal]?
enter configuration commands, one per line. end with cntl/z.
router(config)#
router(config)#route ospf 1
router(config-router)#network 172.0.1.0 0.0.0.255 area 1 //通告路由與路由的連線ip段
router(config)#int g0/1
router(config-if)#ip ad
router(config-if)#ip address 10.0.7.2 255.255.255.0
router(config-if)#no sh
router(config-if)#no shutdown
檢視是否正常,命令 show vlan 思科路由器OSPF故障原因
所謂ospf是open shortest path first的縮寫,其是ietf組織開發的乙個基於鏈路狀態的自治系統內部路由協議。ospf協議允許自治系統的網路被劃分成區域管理,區域間傳送被壓縮,減少了占用的頻寬,通過收集和傳遞自系統中的鏈路來動態地發現並傳播路由,出現的故障主要是下面幾個問題造成...
ospf區域之間ping不通 思科OSPF基礎實驗
本次實驗使用環迴口模擬pc。每台路由器配置對應的位址。命令如下圖自己配置一下。全域性配置啟動ospf,network精確宣告進介面,新增區域 cisco network路由的方法有2種 if supportlists endif network做ospf程序內全域性宣告 if supportlist...
Ospf路由實驗
ospf路由實驗 實驗目的 1 熟悉ospf路由協議,邊界路由器,區域邊界路由器,hello包,lsu包,路徑選擇 2 進一步熟悉軟路由設定 3 理解vmnet1網絡卡 實驗目標 虛擬機器可以上外網,虛擬pc可以連線外網 實驗環境 1 gns3 模擬器 2 securecrt終端 3 vpcs 虛擬...