欢迎来到天天文库
浏览记录
ID:50228188
大小:457.00 KB
页数:7页
时间:2020-03-07
《路由协议的重分布.doc》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库。
1、路由协议的重分布一、定义:重分布是指连接到不同路由选择域的边界路由器在不同自主系统之间交换和通告路由选择信息的能力。OSPF172.16.0.0Boundary雲注soEIGRP192.16&5.0IPRoutingTable0E2192.168.5.00172.16.1.00172.16.2.00172.16.3.0RouterAadvertisesthesummaryroute192.168.5.0fromEIGRPtoOSPF.IPRoutingTableDEX172.16.0.0D192
2、.168.5.8D192.168.5.16D192.168.5.24RouterAadvertisesthesummaryroute172.16.0.0fromOSPFtoEIGRP.Routesarelearnedfromanotherroutingprotocolwhenarouterredistributestheinformationbetweentheprotocols.二、重分布原则:路由必须位于路由选择表中才能被重分发showiproute看到的三、在重分发时设定种子metric协
3、议SeedMetricRIP必须手工指定EIGRP必须手工指定OSPF20如果重分布进来的是BGP的话,Metric是1,这是个特例IS-IS0BGP携带原来的Metric值Rl(config-router)#default-metric1使用此命令来设定种子metric值四、重分布分两种:1、单向重分布2、双向重分布1)OSPF->RIP:将其它路由协议重分布进RIP,要注意加metric值Rl(config)#routerripRl(config-router)#redistributeos
4、pf110metric1(优于default-metric命令)也可用以下方法指定Metric值Rl(config-router)#default-metric3(默认SeedMetric=infinity无限大,修改SeedMetric=3)Rl(config-router)#redistributeconnected(可不加Metric,默认=1)重分布直连Rl(config-router)#redistributestatic(可不加Metric,默认=2)重分布静态,路由前会打上R2)R
5、IP->OSPF;将其它路由协议重分布进OSPF,要注意加subnets参数Rl(config)#routerospf110Rl(config-router)#redistributeripsubnets(如不加Subnets,默认只有主类地址能被重分布)默认的metric值为20,也可用以下命令指定:Rl(config-router)#default-metric8Rl(config-router)#redistributeripsubnetsmetric10(默认SeedCost=20,如果
6、将BGP->OSPF,默认=1)Rl(config-router)#redistributeripsubnetsmetric10metric-type1(加上路径Cost,默认为E2)Rl(config-router)#redistributeconnectedsubnetsRl(config-router)#redistributestaticsubnets还可在后面加router-map来过滤路由3)ISIS->EIGRP:将其它路由协议重分布进EIGRP时也要指定Metric值Rl(con
7、fig)#routereigrp90Rl(config-router)#default-metric150010025511500Rl(config-router)#redistributeisislevel-1-2metric154410025511500默认为level-2BWDIYRLoMTU(不加Metric,默认SeedMetric=infinity)带宽延迟可靠性负载MTURl(config-router)#redistributeconnected(不加Metric也可)(根据直连
8、接口的不同计算Metric)Rl(config-router)#redistributestatic(不加Metric也可)(根据下一跳接口计算Metric)•注意:当把ISIS重分布进其他路由协议时,运行ISIS的直连接口不能重分布进去,这是ISIS本身的BUG。只能通过重分布直连解决。3)EIGRP->ISIS:Rl(config)#routerisisRl(config-router)#redistributeeigrp90(默认SeedMetric=0,默认以L2路由进入ISIS)Rl(
此文档下载收益归作者所有