EIGRP路由汇总和OSPF路由汇总配置


所属类别:网络技术

文章作者:shxy_1

特别推荐:免费发布信息 承包关键词~~抢爆了!HOT!


EIGRP配置: core#configure terminalcore(config)#router eigrp f10core(config-router)#network 192.168.10.0core(config-router)#network 10.0.0.0core(config-router)#no auto-summarycore(config-router)#interface ethernet 0core(config-if)#ip summary-address eigrp 10 192.168.10.64 255.255.255.224

由于EIGRP在有类边界上会自动汇总,因此必须要使用no auto-summary命令。

OSPF配置:core#configure terminalcore(config)#router ospf 1core (config-router)#network 192.168.10.64 0.0.0.3 area 1core(config-router)#network 192.168.10.68 0.0.0.3 area 1core(config-router)#network 10.10.10.0 0.0.0.255 area 0core(config-router)#area 1 range 192.168.10.64 255.255.255.224

由于OSPF在默信时并不去汇总任何边界,因此不需要配置no auto-summary命令。本文出自 51CTO.COM技术博客

相关信息

· 通过ASP.NET控件实现简单登录系统

· Sun VisualVM项目 开源Java问题解决方案

· 2yup漂流祈愿瓶大家一齐做(三)

· 保驾护航 保护迅雷下载安全四招








....

115628 15589