浅析EIGRP的配置

 

一:EIGRP特点:
<1>快速收敛
<2>减少带宽占用
<3>支持多种网络层协议
<4>无缝连接数据链路层协议和拓扑结构
二:EIGRP Metric的5个标准
<1>带宽(BW)
<2> 延迟(delay)
<3>可靠性(reliability)
<4>负载(loading)
<5>最大传输单元(MTU)

三:简单配置

 

浅析EIGRP的配置_EIGRP

 R1(config)#router eigrp 10

                    #net 172.16.0.0

                    #net 192.168.12.0

                    #net 192.168.14.0

                    #no au

R2,R3,R4, 如R1

或R1(config-router)#redistribute connected 发布直连

在接口上进行路由汇总
R1(config-if)#ip summary-address eigrp 10 172.16.0.0 0 255.255.252.0

R3(config-router)#variance 改变variance的值,默认1,为改变之前R3路由表

浅析EIGRP的配置_EIGRP_02 

R3(config-router)#variance 2 改变后

浅析EIGRP的配置_EIGRP_03

 

四:.度量值=(10.000.000/最小带宽+延迟/10)*256

五:简单查看命令

R1#show ip eigrp neighbors

R1#show ip eigrp topology //R1#show ip eigrp topology all-links

R1#debug eigrp packets