路由器串列埠配置
乙太網埠配置
router1
192.168.1.1/24
59.64.1.1/24
router2
192.168.1.2/24
192.168.199.1/24
按表在路由器r1 和r2之間建立連線,配置ospf協議後(所有埠的area 為 0),網路中任何一台儀器都可以ping到另外一台。router配置路由資訊如下:
configure terminal
inte***ce ethernet1
ip add 59.64
.1.1
255.255
.255
.0 no shut
inte***ce serial1
ip add 192.168
.1.1
255.255
.255
.0 no shut
clock rate 64000
exit
router ospf 1
network 59.64
.1.0
0.0.0
.255 area 0
network 192.168
.1.0
0.0.0
.255 area 0
configure terminal
inte***ce ethernet1
ip add 192.168
.199
.1255.255
.255
.0 no shut
inte***ce serial1
ip add 192.168
.1.2
255.255
.255
.0 no shut
clock rate 64000
exit
router ospf 1
network 192.168
.199
.00.0
.0.255 area 0
network 192.168
.1.0
0.0.0
.255 area 0
host 0:.1
.2255.255
.255
.0 host 1
:.199
.2255.255
.255
.0
計網實驗 OSPF協議實驗
ospf協議概述及基本配置 ospf協議報文互動過程 ospf協議鏈路狀態描述 區域劃分及lsa種類 ospf協議路由的計算 ospf協議組網設計 ospf是乙個基於鏈路狀態 link state 的內部閘道器協議,核心思想 每一台路由器將其周邊的鏈路狀態描述出來,傳送給相鄰路由器,一段時間後,每台...
華為 OSPF 路由協議及小實驗
1 內部閘道器協議和外部閘道器協議 自治系統 as 相同路由程序協議的區域。內部閘道器協議 igp rip ospf isis協議 外部閘道器協議 egp bgp協議 2 ospf是鏈路狀態路由協議 3 ospf 基本概念 1 ospf區域 2 區域id 3 骨幹區域area 0 4 非骨幹區域 4...
OSPF協議入門
ospf是乙個基於鏈路狀態的動態路由協議 屬於igp的一種 基本思路 在自治系統中的每一台執行ospf的路由器收集各自的介面 鄰接資訊成為鏈路狀態,通過flooding演算法在整個系統廣播自己的鏈路狀態,使得整個系統內部維護有個同步的鏈路狀態資料庫,割據這一資料庫,路由器計算出以自己為根,其它網路節...