您好,登錄后才能下訂單哦!
1、實驗拓?fù)鋱D
2、EIGRP工作流程
路由器A發(fā)出hello包,路由器B收到路由器A的hello包后,將其添加到鄰居表中。
路由器B發(fā)出hello包,路由器A收到路由器B的hello包后,將其添加到鄰居表中。
路由器B緊接著發(fā)送自己的完整路由表信息退給路由器A,路由器A收到后將其添加到拓?fù)浔碇校⒒貞?yīng)ACK報文。
路由器A緊接著發(fā)送自己的完整路由表信息退給路由器B,路由器B收到后將其添加到拓?fù)浔碇?,回?yīng)ACK報文。
最有路由器A和路由器B將最優(yōu)的路由器條目添加到路由表中。
3、EIGRP封裝
4、三大表
鄰居表中,SRTT表示可靠報文發(fā)出到收到ACK的時間間隔,RTO表示重傳超時時間,發(fā)出update后,如收不到ACK,就在RTO之后再發(fā)update,默認(rèn)重傳16次,重傳16次后仍未收到ACK則重置鄰居關(guān)系。
Hold on = 3 * hello (hello默認(rèn)為5s)
可在接口模式下使用命令ip hello-interval eigrp 90 10修改hello時間間隔。
5、metric計算
帶寬 K1 負(fù)載 K2 延遲 K3 可靠性 K4 MTU K5
metric = 256 x (10^7/最小帶寬 + 延遲總和/10)
帶寬單位為kbps,延遲單位為usec,metric值是路由流入方向上的metric值。
FD:本地到目標(biāo)網(wǎng)絡(luò)的metric值
AD:通告距離,下一跳到目標(biāo)網(wǎng)絡(luò)的metric值
6、配置
R3
int s0/0
ip add 13.1.1.3 255.255.255.0
no shut
int lo0
ip add 3.3.3.3 255.255.255.0
no shut
router eigrp 90
network 3.3.3.0 0.0.0.255
network 13.1.1.0 0.0.0.255
no auto-summary
R1
int s0/0
ip add 13.1.1.1 255.255.255.0
no shut
int s0/1
ip add 12.1.1.1 255.255.255.0
no shut
int lo0
ip add 1.1.1.1 255.255.255.0
no shut
router eigrp 90
network 1.1.1.0 0.0.0.255
network 12.1.1.0 0.0.0.255
network 13.1.1.0 0.0.0.255
no auto-summary
R2
int s0/1
ip add 12.1.1.2 255.255.255.0
no shut
int lo0
ip add 2.2.2.2 255.255.255.0
no shut
router eigrp 90
network 2.2.2.0 0.0.0.255
network 12.1.1.0 0.0.0.255
no auto-summary
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進(jìn)行舉報,并提供相關(guān)證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權(quán)內(nèi)容。