Leaflet
14-6
思科 ASA 系列命令参考,A 至 H 命令
第 14 章 eigrp log-neighbor-changes 至 export webvpn webcontent 命令
eigrp stub
summary 关键字允许 EIGRP 末节路由进程发送摘要路由。可以使用 summary-address eigrp 命
令手动创建摘要路由,或者通过启用 auto-summary 命令自动创建摘要路由(默认情况下启用此
命令)。
redistributed 关键字允许 EIGRP 末节路由进程从其他路由协议将重分布的路由发送到 EIGRP 路
由进程。如果不配置此选项,EIGRP 不会通告重分布的路由。
示例 以下示例使用 eigrp stub 命令将 ASA 配置为会通告连接的路由和摘要路由的 EIGRP 末节:
ciscoasa(config)# router eigrp 100
ciscoasa(config-router)# network 10.0.0.0
ciscoasa(config-router)# eigrp stub connected summary
以下示例使用 eigrp stub 命令将 ASA 配置为会通告连接的路由和静态路由的 EIGRP 末节。不允
许发送摘要路由。
ciscoasa(config)# router eigrp 100
ciscoasa(config-router)# network 10.0.0.0
ciscoasa(config-router)# eigrp stub connected static
以下示例使用 eigrp stub 命令将 ASA 配置为仅接收 EIGRP 更新的 EIGRP 末节。不会发送有关连
接的路由、摘要路由和静态路由的信息。
ciscoasa(config)# router eigrp 100
ciscoasa(config-router)# network 10.0.0.0 eigrp
ciscoasa(config-router)# eigrp stub receive-only
以下示例使用 eigrp stub 命令将 ASA 配置为会从其他路由协议通告重分布到 EIGRP 路由的
EIGRP 末节。
ciscoasa(config)# router eigrp 100
ciscoasa(config-router)# network 10.0.0.0
ciscoasa(config-router)# eigrp stub redistributed
以下示例使用不带任何可选参数的 eigrp stub 命令。当 eigrp stub 命令不带参数时,默认情况下
会通告连接的路由和静态路由。
ciscoasa(config)# router eigrp 100
ciscoasa(config-router)# network 10.0.0.0
ciscoasa(config-router)# eigrp stub
相关命令
命令 说明
router eigrp
将清除运行配置中的 EIGRP 路由器配置模式命令。
show running-config
router eigrp
显示运行配置中的 EIGRP 路由器配置模式命令。