1、實驗拓撲
按拓撲所示配置好ospf後,此時由於area2與area0之間隔著area1,此時area2中的r5並沒有路由可達area3、area0、area1。為此我們在r4上啟兩個ospf路由程序,分別將area1和area2宣告進去,並在ospf程序中分別將對方重分布進來即可。
2、實驗配置
r1配置
inte***ce loopback0
ip address 1.1.1.1 255.255.255.0
inte***ce serial0/0
ip address 12.1.1.1 255.255.255.0
router ospf 110
router-id 1.1.1.1
network 1.1.1.0 0.0.0.255 area 3
network 12.1.1.0 0.0.0.255 area 3
r2配置
inte***ce loopback0
ip address 2.2.2.2 255.255.255.0
inte***ce serial0/0
ip address 12.1.1.2 255.255.255.0
inte***ce serial0/1
ip address 23.1.1.2 255.255.255.0
router ospf 110
router-id 2.2.2.2
network 2.2.2.0 0.0.0.255 area 0
network 12.1.1.0 0.0.0.255 area 3
network 23.1.1.0 0.0.0.255 area 0
r3配置
inte***ce loopback0
ip address 3.3.3.3 255.255.255.0
inte***ce serial0/0
ip address 34.1.1.3 255.255.255.0
inte***ce serial0/1
ip address 23.1.1.3 255.255.255.0
router ospf 110
router-id 3.3.3.3
network 3.3.3.0 0.0.0.255 area 0
network 23.1.1.0 0.0.0.255 area 0
network 34.1.1.0 0.0.0.255 area 1
r4配置
inte***ce loopback0
ip address 4.4.4.4 255.255.255.0
inte***ce serial0/0
ip address 34.1.1.4 255.255.255.0
inte***ce serial0/1
ip address 45.1.1.4 255.255.255.0
router ospf 110
router-id 4.4.4.4
log-adjacency-changes
network 4.4.4.0 0.0.0.255 area 1
network 34.1.1.0 0.0.0.255 area 1
network 45.1.1.0 0.0.0.255 area 2
r5配置
inte***ce loopback0
ip address 5.5.5.5 255.255.255.0
inte***ce serial0/1
ip address 45.1.1.5 255.255.255.0
router ospf 110
router-id 5.5.5.5
log-adjacency-changes
network 5.5.5.0 0.0.0.255 area 2
network 45.1.1.0 0.0.0.255 area 2
3、配置ospf多程序重分布
此時r1和r5都沒有彼此的路由。我們將r4上ospf的配置修改如下
28 OSPF配置實驗之負載均衡
1 負載均衡解析 ospf只支援等價負載均衡,預設為4條線路負載均衡,最大支援6條線路負載均衡,我們可以在ospf路由程序下通過maximum paths 6修改ospf支援的負載均衡線路數。2 實驗拓撲 3 實驗配置 r1配置 inte ce loopback0 ip address 1.1.1....
思科單區域OSPF配置實驗
ospf open shortest path first開放式最短路徑優先 是乙個內部閘道器協議 interior gateway protocol,簡稱igp 用於在單一自治系統 autonomous system,as 內決策路由。是對鏈路狀態路由協議的一種實現,隸屬內部閘道器協議 igp 故...
26 OSPF配置實驗之不規則區域虛鏈路
1 實驗拓撲 按拓撲所示配置好ospf後,此時由於area2與area0之間隔著area1,此時area2中的r5並沒有路由可達area3 area0 area1。為此我們在r3 r4上建立一條虛鏈路即可。2 實驗配置 r1配置 inte ce loopback0 ip address 1.1.1....