EIGRP 没有区域、分层设计; 但是它可以采用AS号和路由汇总来提高扩展性.


Router(config-router)# maximum-path 6     设置为1则取消负载均衡

Router(config-router)#times active-time 1    修改SIAstruck-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

 

MD5 身份验证:
     全局模式: key chain name
                Key key-id
                Key-string key
     接口模式: ip authentication mode eigrp autonomous-system md5
                Ip authentication key-chain eigrp autonomous-system name

限制EIGRP查询范围 1、使用汇总  2、使用stub routing

   router eigrp as

   eigrp stub receive-only | connected | static | summary