分享

EIGRP路由汇总和OSPF路由汇总配置-Cisco频道-中国IT实验室

 tcwl123 2010-12-29

EIGRP配置:

core#configure terminal
core(config)#router eigrp f10
core(config-router)#network 192.168.10.0
core(config-router)#network 10.0.0.0
core(config-router)#no auto-summary
core(config-router)#interface ethernet 0
core(config-if)#ip summary-address eigrp 10 192.168.10.64 255.255.255.224

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

  OSPF配置:

core#configure terminal
core(config)#router ospf 1
core (config-router)#network 192.168.10.64 0.0.0.3 area 1
core(config-router)#network 192.168.10.68 0.0.0.3 area 1
core(config-router)#network 10.10.10.0 0.0.0.255 area 0
core(config-router)#area 1 range 192.168.10.64 255.255.255.224

  由于OSPF在默信时并不去汇总任何边界,因此不需要配置no auto-summary命令。

    本站是提供个人知识管理的网络存储空间,所有内容均由用户发布,不代表本站观点。请注意甄别内容中的联系方式、诱导购买等信息,谨防诈骗。如发现有害或侵权内容,请点击一键举报。
    转藏 分享 献花(0

    0条评论

    发表

    请遵守用户 评论公约

    类似文章 更多