網路規劃與管理技術第 七章 路由規劃與設定 上一頁    下一頁

7-8 混合繞路設定

內容:

  • 7-8-1 靜態 + 動態繞路設定

  • 7-8-2 交替動態繞路設定

7-8-1 靜態+動態繞路設定

(請下載:『自治系統網路()_介面設定.pkt,再實作演練

 

7-5 自治系統網路()

(A) 靜態繞路規劃與設定

預設閘門規劃與設定:請參考 7-3-1

靜態路由表規劃與設定:請參考 7-3-2

(B) 動態繞路規劃

RIPv2 繞路規劃與設定:請參考 7-5-2

OSPF 繞路規劃與設定:請參考 7-6-2

EIGRP 繞路規劃與設定:請參考 7-7-2

(C) 顯示路由表

R2 路由器

R2(config)#do show ip route

Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP

D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area

N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2

E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP

i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area

* - candidate default, U - per-user static route, o - ODR

P - periodic downloaded static route

 

Gateway of last resort is 192.168.101.2 to network 0.0.0.0

 

120.0.0.0/8 is variably subnetted, 2 subnets, 2 masks

R 120.0.0.0/8 [120/3] via 192.168.101.2, 00:00:26, FastEthernet0/1

D 120.118.166.0/24 [90/26119680] via 192.168.101.2, 00:00:36, FastEthernet0/1

S 192.168.0.0/24 [1/0] via 192.168.100.1

C 192.168.1.0/24 is directly connected, FastEthernet1/0

S 192.168.2.0/24 [1/0] via 192.168.101.2

S 192.168.3.0/24 [1/0] via 192.168.101.2

C 192.168.100.0/24 is directly connected, FastEthernet0/0

C 192.168.101.0/24 is directly connected, FastEthernet0/1

D 192.168.102.0/24 [90/30720] via 192.168.101.2, 00:03:40, FastEthernet0/1

D 202.168.1.0/24 [90/26117120] via 192.168.101.2, 00:01:56, FastEthernet0/1

S* 0.0.0.0/0 [1/0] via 192.168.101.2

討論:

(1) OSPF 協定所產生的路徑大多被拋棄,因 AD = 110,比其他協定或靜態路由表都高。

(2) RIP 協定上沒有設定 Network Mask,他所產生的 120.0.0.0/8 路徑僅有,因此被保存下來。

(3) 動態繞路僅保留 EIGRP 協定,因 AD = 90 最低。

(4) 如欲限制靜態路徑的 AD 值,其設定命令如下:(預設值 1 改為 150)

R1(config)#ip route 192.168.1.0 255.255.255.0 192.168.100.2 150

各種繞路路徑的 AD 值如下:

路徑來源

預設 AD

直接介面

0

靜態路徑

1

EIGRP

90

IGRP

100

OSPF

110

RIP

120

外部 EIGRP

170

未知

255(不會選用)

 (C) 繞路測試:完成後『自治系統網路()_靜態+動態繞路.pkt,再實作演練

PC1 (192.168.0.1) 繞路測試:

C:\>ping 192.168.1.1     [OK]

C:\>ping 192.168.2.1     [OK]

C:\>ping 192.168.3.1     [OK]

C:\>ping 120.118.166.1   [OK]

 

 

7-8-2 交替動態繞路設定

(請下載:『自治系統網路()_介面設定.pkt』,再實作演練)

 

7-5 自治系統網路()

(A) 交替動態繞路規劃

所有路由器:沒有靜態繞路與預設閘門。

R1 R2:採用 RIPv2 繞路協定。

R2 R3:採用 OSPF 繞路協定。

R3 R4:採用 EIGRP 繞路協定。

R4 R_R5:採用 RIPv2 繞路協定。

(B) 動態繞路規劃

RIPv2 繞路規劃與設定:請參考 7-5-2

OSPF 繞路規劃與設定:請參考 7-6-2

EIGRP 繞路規劃與設定:請參考 7-7-2

(C) 顯示路由表 (完成後:自治系統網路(一)_交替繞路設定.pkg)

R1 路由器

R1#show ip route

Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP

D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area

C 192.168.0.0/24 is directly connected, FastEthernet1/0

R 192.168.1.0/24 [120/1] via 192.168.100.2, 00:00:22, FastEthernet0/1

C 192.168.100.0/24 is directly connected, FastEthernet0/1

R 192.168.101.0/24 [120/1] via 192.168.100.2, 00:00:22, FastEthernet0/1

備註:僅收到 R2 利用 RIPv2 (R) 交換訊息。

R2 路由器

R2#show ip route

R 192.168.0.0/24 [120/1] via 192.168.100.1, 00:00:21, FastEthernet0/0

C 192.168.1.0/24 is directly connected, FastEthernet1/0

O 192.168.2.0/24 [110/2] via 192.168.101.2, 00:15:32, FastEthernet0/1

O 192.168.3.0/24 [110/3] via 192.168.101.2, 00:11:18, FastEthernet0/1

C 192.168.100.0/24 is directly connected, FastEthernet0/0

C 192.168.101.0/24 is directly connected, FastEthernet0/1

O 192.168.102.0/24 [110/2] via 192.168.101.2, 00:14:44, FastEthernet0/1

O 202.168.1.0/24 [110/1002] via 192.168.101.2, 00:11:02, FastEthernet0/1

備註:僅收到 R1 利用 RIPv2 (R) 交換訊息,與 R3 利用 OSPF (O) 交換訊息。

R3 路由器

R3#show ip route

O 192.168.1.0/24 [110/2] via 192.168.101.1, 01:09:11, FastEthernet0/0

C 192.168.2.0/24 is directly connected, FastEthernet1/0

D 192.168.3.0/24 [90/30720] via 192.168.102.2, 00:41:01, FastEthernet0/1

O 192.168.100.0/24 [110/2] via 192.168.101.1, 01:09:11, FastEthernet0/0

C 192.168.101.0/24 is directly connected, FastEthernet0/0

C 192.168.102.0/24 is directly connected, FastEthernet0/1

D 202.168.1.0/24 [90/26114560] via 192.168.102.2, 00:41:01, FastEthernet0/1

備註:僅收到 R2 利用 OSPF(O) 交換訊息,與 R4 利用 EIGRP(D) 交換訊息。

R4 路由器

R4#show ip route

 

R 120.0.0.0/8 [120/1] via 202.168.1.2, 00:00:02, Serial0/2/0

D 192.168.2.0/24 [90/30720] via 192.168.102.1, 00:42:02, FastEthernet0/0

C 192.168.3.0/24 is directly connected, FastEthernet1/0

D 192.168.101.0/24 [90/30720] via 192.168.102.1, 00:42:02, FastEthernet0/0

C 192.168.102.0/24 is directly connected, FastEthernet0/0

C 202.168.1.0/24 is directly connected, Serial0/2/0

備註:僅收到 R3 利用 EIGRP(D) 交換訊息,與 R_R5 利用 RIPv2(R) 交換訊息。

R_R5 路由器

R_R5#show ip route

 

120.0.0.0/24 is subnetted, 1 subnets

C 120.118.166.0 is directly connected, FastEthernet0/0

R 192.168.3.0/24 [120/1] via 202.168.1.1, 00:00:07, Serial0/2/0

R 192.168.102.0/24 [120/1] via 202.168.1.1, 00:00:07, Serial0/2/0

C 202.168.1.0/24 is directly connected, Serial0/2/0

備註:僅收到 R4 利用 RIPv2(R)

(D) 結論

網路無法全部通達,僅能與相鄰路由器管轄之網路通訊

依各繞路協定所言,傳遞所建立的路由表給相鄰路由器。其實並非如此,僅傳遞該協定所建立的路由表,因此,整體網路上的路由表並無法完全互相傳遞。

為了要保證整體網路可以互相通訊,每路由器上必須有一只大家共同的協定,一般都採用 RIPv2 協定。

翻轉工作室:粘添壽

 

網路規劃與管理技術:

 

 

翻轉電子書系列: