eigrp命令
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
EIGRP命令列表
----------------
◆{Router(config)#router eigrp [AS号]}
开启EIGRP路由协议
◆{Router(config-router)#network [子网号]}
配置EIGRP子网
◆{Router(config-router)#network [子网号] [掩码]}
配置EIGRP无类子网
◆{no auto-summary}
关闭有类自动汇总
◆{ip summary-address [AS号] [IP地址] [掩码]}
手动配置汇总
◆{eigrp stub}
配置一个末梢路由
◆{variance}
配置一个不平衡的均衡负载
◆{ip hello-interval eigrp [AS号] [时间/s]}
改变Hello包发送频率
◆{ip hold-time eigrp [AS号] [时间/s]}
改变Hold-Time长度
◆{bandwidth}
改变一个接口上的带宽,最大化带宽将限制它自身的通路
◆{ip bandwidth-percent eigrp [AS号]}
改变EIGRP通路使用的带宽。默认为50%
◆{Router(config)#interface s0
Router(config-if)#ip summary-address eigrp [AS号] [IP地址] [掩码]} 手工配置汇总
◆{Router(config-router)#eigrp stub [receive-only | connected | redistributed | static | summary]}
配置末梢路由
◆{Router(config-route)#variance multiplier}
配置不等开销负载均衡
◆{Rout er(config-if)#ip hello-interval eigrp [AS号] [时间]}
配置Hello计时器
◆{Router(config-if)#ip hold-time eigrp [AS号] [时间]}
配置Hold计时器
◆{Router(config-if)#ip authentication mode eigrp [AS号] md5}
起用EIGRP的MD5认证
◆{Router(config-if)#ip anthentication key-chain eigrp [AS号] [chain-name]}
配置MD5密匙
◆{Router(config)#key chain [chain-name]
Router(config-if)#key [key-id]
Router(config-keychain-key)#key-string [key]}
Key-chain配置
◆{Router#interface s0
Router(config-if)#bandwidth speed-of-line}
接口带宽限定
◆{Router(config)#interface s0
Router(config-if)#ip bandwidth-percent eigrp [AS号] [百分比]} 接口带宽配比
◆{show ip eigrp neighbors}
输出EIGRP邻居信息
◆{show ip eigrp topology}
输出EIGRP拓扑表信息
◆{show ip eigrp traffic}
输出EIGRP的会聚信息
◆{debug ip eigrp packet}
跟踪EIGRP包信息
◆{debug ip eigrp neighbors}
跟踪EIGRP邻居间hello包信息
◆{debug ip eigrp}
跟踪EIGRP路由表变化
◆{debug ip eigrp summary}
跟踪EIGRP汇总信息
一、EIGRP基本命令
Router(config)#router eigrp [AS号]
Router(config-router)#network [子网号]
Router(config-router)#passive-interface fastethernet0/1
二、配置EIGRP的可选命令
----------------
下面将汇总EIGRP的可选命令:
◆{no auto-summary}
关闭有类自动汇总
◆{ip summary-address [AS号] [IP地址] [掩码]}
手动配置汇总
◆{eigrp stub}
配置一个末梢路由
◆{variance}
配置一个不平衡的均衡负载◆{bandwidth}
改变一个接口上的带宽,最大化带宽将限制它自身的通路
◆{ip bandwidth-percent eigrp [AS号]}
改变EIGRP通路使用的带宽。默认为50%
示例如下:
◆{ip summary-address [AS号] [IP地址] [掩码]}
手动配置汇总
Router(config)#interface s1/0
Router(config-if)#ip summary-address eigrp 100 172.20.0.0 255.255.224.0 Router(config-if)#interface s1/1
Router(config-if)#ip summary-address eigrp 100 0.0.0.0 0.0.0.0
这样的话这些子网就可以汇总到大的公司网中接收简单的默认路由。
◆{eigrp stub}
配置一个末梢路由
Router(config-router)#eigrp stub [receive-only | connected | redistributed | static | summary]
以下是对此命令参数的说明:
receive-only
是否默认:否 | 可以组合使用:否 | 描述:基于报告路由保护路由器connected
是否默认:是 | 可以组合使用:是 | 描述:允许连接路由器的报告
static
是否默认:否 | 可以组合使用:是 | 描述:允许静态路由的分派
summary
是否默认:是 | 可以组合使用:是 | 描述:报告汇总路由