EIGRP 没有区域、分层设计; 但是它可以采用AS号和路由汇总来提高扩展性.
Router(config-router)# maximum-path 6 设置为1则取消负载均衡
Router(config-router)#times active-time 1 修改SIA(struck-in-active)时间 默认为3分钟
Router(config-router)# variance 2 {multiplier} 不等价的负载均衡
Router(config-route)#metric maximum-hops 更改最大跳数(默认100跳,最大255跳)
改变K值:
Router(config-router)#metric weights tos k1 k2 k3 k4 k5 Tos值一般为0
# metric weights 0 0 0 1 0 0 将delay作为EIGRP的度量
EIGRP默认路由发布
1:写一条默认路由,network到EIGRP进程
ip route 0.0.0.0 0.0.0.0 interface (接口必须是up而且要有address,或者是null0,也可以是lookback接口)
router eigrp AS
network 0.0.0.0
2、 ip default-network address
路由汇总 : 接口配置 ip summary-address eigrp as-number address mask
限制EIGRP查询范围 1、使用汇总 2、使用stub routing
router eigrp as
eigrp stub receive-only | connected | static | summary