如果您喜歡這裡的內容,記得分享到您的Facebook和Twitter上面所有的朋友們吧!

顯示具有 EIGRP 標籤的文章。 顯示所有文章
顯示具有 EIGRP 標籤的文章。 顯示所有文章

2016年10月19日 星期三

EIGRP Named Mode,名稱設定模式

我們先了解EIGRP名稱模式是什麼,讓大家可以快速上手,來用名稱模式設定,或是快速讀懂既有的名稱模式設定。未來我們再來比較,新的名稱模式,到底有什麼樣的好處。


2013年5月8日 星期三

EIGRP 已經不再是 Cisco 的私有協定

(雖然我的這篇文章不是即時訊息,不寫下來,再過沒多久連我自己都會忘記這件事!)

首爾,韓國中央郵局大樓
Cisco 大約是在今年2013年二月的時候,將 EIGRP 的完整協定內容,提交到 IETF審核,準備成為 Informational RFC。換句話說,任何網路設備廠商,只要按照該文件來製作路由交換協定的軟體,就可以和啟用EIGRP的 Cisco 的路由器直接交換路由資訊。因此,EIGRP從此不再是 Cisco 的私有協定了!

Published on Feb 11, 2013
Chris Le and Donnie Savage discuss the reasons behind Cisco's decision to open up EIGRP as an Informational draft and how this impacts future plans.

由這個變動來看,未來我們需要調整一些說法和想法。下面我列出幾個我隨手想到的幾個注意事項。

2009年1月19日 星期一

觀察和解決 "分等級(Classful)定址" 的問題, 使用EIGRP (CNA-02-006)

CCNA Exploration 4.0 第二學期上課檔案 (CNA-02-006), 觀察和解決 "分等級(Classful)定址" 的問題, 使用 EIGRP.




這個例子的網路圖, 和前面的這個例子一模一樣, 但是改用 EIGRP 練習. 應該會有很多朋友認為, 只要放棄  RIP 改使用比較新的 EIGRP 協定, 就可以立刻解決本圖問題, 但是常常就是忘了, EIGRP 的預設行為, 還是 "Classful". 以致於網路就會像這個 (Backup Link)一樣, 還是有問題.

R2>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 not set

D    10.0.0.0/8 [90/2172416] via 172.30.2.1, 00:00:10, Serial0/0/0
                [90/2172416] via 192.168.4.1, 00:00:10, Serial0/0/1
     172.30.0.0/16 is variably subnetted, 4 subnets, 2 masks
D       172.30.0.0/16 is a summary, 00:00:10, Null0
D       172.30.1.0/24 [90/2172416] via 172.30.2.1, 00:00:10, Serial0/0/0
C       172.30.2.0/24 is directly connected, Serial0/0/0
C       172.30.3.0/24 is directly connected, FastEthernet0/0
C    192.168.4.0/24 is directly connected, Serial0/0/1
D    192.168.5.0/24 [90/2172416] via 192.168.4.1, 00:00:10, Serial0/0/1
R2>

關鍵在於,  關掉 "Classful"  行為的 "no auto-summary" 命令!

router eigrp 1
 network 172.30.0.0
 network 192.168.4.0
 no auto-summary

所以正確的 (Backup Link)結果如下:

R2>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 not set

     10.0.0.0/24 is subnetted, 2 subnets
D       10.1.1.0 [90/2172416] via 172.30.2.1, 00:00:35, Serial0/0/0
D       10.2.2.0 [90/2172416] via 192.168.4.1, 00:00:34, Serial0/0/1
     172.30.0.0/24 is subnetted, 3 subnets
D       172.30.1.0 [90/2172416] via 172.30.2.1, 00:00:35, Serial0/0/0
C       172.30.2.0 is directly connected, Serial0/0/0
C       172.30.3.0 is directly connected, FastEthernet0/0
C    192.168.4.0/24 is directly connected, Serial0/0/1
D    192.168.5.0/24 [90/2172416] via 192.168.4.1, 00:00:34, Serial0/0/1
R2>


2008年3月21日 星期五

EIGRP的距離公式說明

IGRP的距離公式, 是使用了以下的複雜數學函式來計算:

IGRP路徑距離 =

[K1 * (B) + (K2 * (B))/(256-(Load)) + K3*(D)] * [K5/((Reliability) + K4)]

其中:
  • K1, K2, K3, K4, K5: 都是常數. 預設值是: K1=K3=1, K2=K4=K5=0
  • (B) = 10,000,000 / (沿著路徑上, 最小的頻寬值(單位為kbps))
  • (Load): 出發的路由器上的出口網卡的流量負載, 使用正整數表示, 1 (0%) 到255 (100%)
  • (D) = 沿著路徑上, 延遲時間值的總和(單位為 microseconds/10)
  • (Reliability): 出口網卡的可靠度, 使用正整數表示, 1 (0%) 到 255 (100%)
如果K1到K5這五個常數, 使用預設值時, 這個公式就可以簡化成這個:

IGRP路徑距離 = (B) + (D)

至於EIGRP的距離公式呢? 其實就是IGRP路徑距離乘以256:

EIGRP路徑距離 = 256 * (IGRP路徑距離)

在計算完所有的可能路徑的距離後, 路由器只會將距離最短的最佳路徑, 放到轉送封包時查詢的路由表中. 這點是所有的路由交換協定皆相同!

經典熱門文章