EIGRP 學習筆記

2021-07-13 10:22:38 字數 4145 閱讀 9133

區域網通訊

進端通訊

思科私有  前身igrp  瀰散更新演算法 快速收斂

傳輸層協議   ip協議號88

igrp  有類   eigro  無類

執行特徵:混合距離向量

混合度量值(頻寬,延遲,負載,可信度,mtu)

組播更新 224.0.0.10

router eigrp 100 自治系統號 不同as號不能通訊  ospf不同as號可以通訊

network + 主類網路號

network+網段+子網掩碼

metwork+網段+反掩碼

鄰居建立

hello 分組          鄰居表-->拓撲表-->路由表

update 分組

ack 分組

show ip eigrp neibors

5s hello   15s death

show ip eigrp topology  all-link  所有路由條目

hello分組

功能:建立和維護鄰居關係

週期: 5s   bw>=1.544m    60s  bw<1.544m

update分組

功能:用於承載和傳遞路由條目

更新特徵:

組播更新 224.0.0.10

觸發更新

增量更新

可靠更新   update包的seq=n     下一條的hello(ack)包的ack=n

show inte***ce f0/0 可以看五個k值的含義

bw頻寬    dly 100usec  延時

修改k值

router eigrp 100

metric weights 0 1 0 1 0 0 (第乙個是tos,後面的是k1-k5)

k值一致  as一致  路由認證一致 

路由彙總

network 192.168.0.0 0.0.255.255

在介面下f0/0 和 f1/0

ip summary-address 192.168.0.0 255.255.252.0

在r1處會出現乙個null0的路由條目  

洩漏圖(leak-map)

需求:接收端除了需要收到簡介的彙總路由之外,還需要收到某條精細路由用於實現高階策略

編寫acl匹配精細路由

access-list 1 permit 192.168.1.0 0.0.0.255

通過路由圖匹配acl

route-map leak

match ip address 1

在彙總程序下呼叫route-map

int f0/0

ip summary-address eigrp 100 192.168.0.0 255.255.252.0 5 leak-map leak  (5為預設ad,可以不寫)

路由認證

eigrp只支援md5認證

eigrp預設至呼叫第一把金鑰,並且第一把金鑰認證失敗,不會搜尋其他金鑰

基礎認證

key chain  eigrp

key 1

key-string cisco

int f0/0

ip authentication mode eigrp 100 md5

ip authentication key-chain 100 eigrp

時間認證

設定時間

clock timezone utc 0  (用3640的iso要這樣寫)

exit

clock set 20:13:50 18 jun 2016 (在特權模式下做)

show clock

設定金鑰

key chain eigrp

key 1

key-string cisco

accept-lifetime 20:19:30 jun 18 2016 20:20:15 jun 18 2016

send-lifetime 20:19:30 jun 18 2016 20:20:15 jun 18 2016

key 2

key-string cisco2

accept-lifetime 20:26:30 jun 18 2016 20:27:15 jun 18 2016

send-lifetime 20:26:30 jun 18 2016 20:27:15 jun 18 2016

key 3

key-string cisco3

accept-lifetime  20:27:30 jun 18 2016 infinite 

send-lifetime  20:27:30 jun 18 2016 infinite 

呼叫金鑰

int f0/0

ip authentication mode eigrp 100 md5

ip authentication key-chain 100 eigrp

預設路由

配置方便

動態適應網路

方法1ip router 0.0.0.0 0.0.0.0 lo1

router eigrp 100

network 0.0.0.0

方法2ip router 0.0.0.0 0.0.0.0 lo1

router eigrp 100

redistribute static metric 100 100 100 255 255 1500  (重分發  頻寬 延時 可靠性 負載 最大傳輸單元)

d*ex 0.0.0.0/0 [170/25628160] via 12.1.1.2, 00:02:02, fastethernet0/0

方法3router eigrp 100

network+邊緣有類網路  (10.0.0.0 0.255.255.255)

ip default-network 邊緣有類網路 (10.0.0.0)

被動介面

router eigrp 100

passive-inte***ce f0/0

除了rip協議,其他協議如eigrp、ospf、若一邊採用被動介面,則鄰居關係無法建立,路由條目無法互動

路由演算法(dual)

fd  可行距離:源到目的的最短距離

ad  通告距離:下一跳到目的地的距離

fc   可行條件:(防環機制)備份的ad值必須要小於最佳的fd值 ,大於的話直接刪除,不會納入備份路徑,不遵循有可能會產生環路

負載均衡(f5)

等價負載均衡

cef 思科快速**(cisco express forwarding)

no ip cef關閉快速**

debug ip icmp

show ip route 2.2.2.2

調整最大負載均衡路徑

router eigrp 100

maximum-paths=16

不等價負載均衡

不等價條件,滿足fc條件 adint f0/0

bandwidth 120000

show ip eigrp topology   拓撲表放所有路徑,路由表放最佳路徑  (fd/ad)

fd最佳*variance > fd備用

router eigrp 100

variance 2 (取值為fd1/fd2向上取整)

show ip route 2.2.2.2 (在traffic share count is 可以看到兩條鏈路的分配比例)

無縫切換(eigrp 與 ospf的差別)

router eigrp 100

passive-inte***ce f0/0

no network 

no eigrp 100

陷入主動(sia)導致網路動盪

query(3)&reply(4)

update(1) hello(5)

active 三分鐘

sia解決方案

sia time 延長或關閉

router eigrp 100

timers active-time disabled

sia query/reply 一半(sia time)

eigrp stub

stub特徵 一旦本地開啟stub特徵,鄰居無法向本地傳送query請求資訊,鄰居通過中毒更新告知本地路由有問題

router eigrp 100

eigrp stub

EIGRP 簡單學習筆記

1 igp協議 攜帶子網掩碼 無類別 2 dual 擴散更新演算法 瀰漫更新演算法 基於ip封裝 rip基於udp封裝 協議號88 3 跨層封裝 tcp ip支援跨層封裝 osi 不支援跨層封裝 4 特點 1 eigrp是高階距離向量型路由協議 2 收斂速度快 3 更新方式 觸發 增量 有界 觸發 ...

EIGRP 單播配置

r1與r2配置單播後,它們與r3之間就不能更新路由了,因此也學不到r3中的路由。實驗圖 按照上圖網路網路介面及eigrp,然後配置r1與r2之間實現單播更新。r1 router eigrp 1 network 0.0.0.0 auto summary neighbor 10.0.0.2 fastet...

EIGRP簡單實驗

eigrp簡單實驗 準確掌握 eigrp 路由協議的配置方法,以及對 network 命令的正確理解。並且學會對 eigrp 路由協議檢視排錯的相關命令。本次實驗推薦使用gns3或者eve軟體來做 本人使用的是gns3 router conf t router config hostname r1 ...