Cisco路由重分配
Cisco路由缺省的管理距离(AD)
直连接口 | 0 | OSPF | 110 |
*静态路由 | 1 | IS-IS | 115 |
EIGRP汇总路由 | 5 | RIP | 120 |
外部BGP | 20 | EGP | 140 |
EIGRP | 90 | 外部EIGRP | 170 |
IGRP | 100 | 内部BGP | 200 |
*静态路由使用接口替代下一跳地址时,目的网络被认为是直连网络,即管理距离为0
RIP | 其它路由分配进其中时,默认为无限大 |
EIGRP | 其它路由分配进其中时,默认为无限大 |
OSPF | 其它路由分配进其中时,默认为20;除了BGP为1 |
IS-IS | 其它路由分配进其中时,默认为0 |
BGP | 其它路由分配进其中时,默认为IGP本身metric |
Ospf 与eigrp rip间的重分配
(config)#router ospf 1
(config-router)#redistribute eigrp 100 metric 30 metric-type 1 subnets
(config-router)# redistribute rip subnets
注:subnets参数为重分配子网,不加即只重分配主类地址
(config)#router eigrp 100
(config-router)#redistribute ospf 1 metric 10000 100 255 1 1500
Bandwidth delay reliability loading mtu
(config-router)#redistribute rip metric 10000 100 255 1 1500
注:分配进eigrp的metric可固定为10000 100 255 1 1500
(config)#router rip
(config-router)#redistribute eigrp 100 metric 2
(config-router)# redistribute ospf 1 metric 2
注:rip以跳数作度量,最大为15跳
多进程的EIGRP与ospf间的重分配配
编辑推荐:
温馨提示:因考试政策、内容不断变化与调整,长理培训网站提供的以上信息仅供参考,如有异议,请考生以权威部门公布的内容为准! (责任编辑:长理培训)
点击加载更多评论>>