您好,登錄后才能下訂單哦!
1、實驗拓撲圖
2、EIGRP工作流程
路由器A發出hello包,路由器B收到路由器A的hello包后,將其添加到鄰居表中。
路由器B發出hello包,路由器A收到路由器B的hello包后,將其添加到鄰居表中。
路由器B緊接著發送自己的完整路由表信息退給路由器A,路由器A收到后將其添加到拓撲表中,并回應ACK報文。
路由器A緊接著發送自己的完整路由表信息退給路由器B,路由器B收到后將其添加到拓撲表中,回應ACK報文。
最有路由器A和路由器B將最優的路由器條目添加到路由表中。
3、EIGRP封裝
4、三大表
鄰居表中,SRTT表示可靠報文發出到收到ACK的時間間隔,RTO表示重傳超時時間,發出update后,如收不到ACK,就在RTO之后再發update,默認重傳16次,重傳16次后仍未收到ACK則重置鄰居關系。
Hold on = 3 * hello (hello默認為5s)
可在接口模式下使用命令ip hello-interval eigrp 90 10修改hello時間間隔。
5、metric計算
帶寬 K1 負載 K2 延遲 K3 可靠性 K4 MTU K5
metric = 256 x (10^7/最小帶寬 + 延遲總和/10)
帶寬單位為kbps,延遲單位為usec,metric值是路由流入方向上的metric值。
FD:本地到目標網絡的metric值
AD:通告距離,下一跳到目標網絡的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
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。