欢迎来到天天文库
浏览记录
ID:43504347
大小:116.00 KB
页数:7页
时间:2019-10-09
《双点双向重发布控制》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、实验需求及应用环境:1.在R5上执行双向重发布,再在R3上执行双向重发布2.分析次佳路由产生的原因,及解决方案3.要求R4去往1.1.1.1能够负载均衡,如何实现?4.要求R4去往11.11.11.11的下一跳首先R3,R5做备份,如何解决?实验调试过程:R1配置: routerrip //配置RIP version2 passive-interfacedefault nopassive-interfaceEthernet0/0 network1.0.0.0 network11.0.0.0 network192.168.12.0 noauto-sum
2、maryR2配置: routerrip //配置RIPversion2 passive-interfacedefault nopassive-interfaceEthernet0/0 nopassive-interfaceSerial1/0 nopassive-interfaceSerial1/1 network2.0.0.0 network192.168.12.0 network192.168.23.0 network192.168.25.0 noauto-summaryR3配置:routerospf1 //配置OSPF router-
3、id3.3.3.3 redistributeripmetric1000metric-type1subnetstag3route-map11 //重发布配置ROUTE-MPA的RIP到OSPF中,并打上标记3passive-interfacedefault nopassive-interfaceSerial1/1 network3.3.3.30.0.0.0area0 network192.168.34.00.0.0.255area0 distanceospfexternal170 //配置OSPF外部区域的管理距离为170routerrip //配置RIP ve
4、rsion2 redistributeospf1metric5 //重发布OSPF到RIP中 passive-interfacedefault nopassive-interfaceSerial1/0 network192.168.23.0 noauto-summaryaccess-list10permit11.11.11.11 //定义感兴趣流route-map11permit10 //创建ROUTE-MAP matchipaddress10 //匹配流量 setmetric500 //设定开销为500route-map3deny
5、10 //过滤匹配流量 matchtag5 //匹配打标记的流量route-map3permit20 //允许其它所有流量通过R4配置:routerospf1 //配置OSPF router-id4.4.4.4 passive-interfacedefault nopassive-interfaceSerial1/0 nopassive-interfaceSerial1/1 network4.4.4.40.0.0.0area0 network192.168.34.00.0.0.255area0 network192.16
6、8.45.00.0.0.255area0R5配置:routerospf1 //配置OSPF router-id5.5.5.5 redistributeripmetric1000metric-type1subnetstag5 //重发布RIP到OSPF中,并打上标记3 passive-interfacedefault nopassive-interfaceSerial1/0 network5.5.5.50.0.0.0area0 network192.168.45.00.0.0.255area0 distanceospfexternal170 //配置OSPF外
7、部区域的管理距离为170routerrip //配置RIP version2 redistributeospf1metric5 //重分布OSPF到RIP passive-interfacedefault nopassive-interfaceSerial1/1 network192.168.25.0 noauto-summaryroute-map5deny10 //过滤匹配流量 matchtag3 //匹配打标记的流量route-map5permit20 //允许其它所
此文档下载收益归作者所有