Five Cisco-7200 series routers and a switch is used in this simulated topology. All these routers are directly connected with each other via serial links. Routing protocols EIGRP, OSPF and BGP are used in this topology and then configured route redistribution on these routers. Different types of...
R2(config)#router ospf 1 R2(config-router)#redistribute eigrp 1 subnets ospf发布往eigrp中 R2(config)#router eigrp 1 R2(config-router)#redistribute ospf 1 metric 10000 100 255 1 1500 R2(config-router)#default-metric 10000 100 255 1 1500 R2(config-router)#redistribute ospf 1 R1#show ip *...
R2(config)#router ospf 1 R2(config-router)#redistribute eigrp 1 subnets ospf发布往eigrp中 R2(config)#router eigrp 1 R2(config-router)#redistribute ospf 1 metric 10000 100 255 1 1500 R2(config-router)#default-metric 10000 100 255 1 1500 R2(config-router)#redistribute ospf 1 R1#show ip *...
OK,进入下一个环节,开始配置EIGRP和OSPF(小激动一下,因为公司一大驼累人的事,一个星期没做过实验)。按照拓扑的要求进行路由协议的配置,先在R1和R2上配置EIGRP R1#show runn | b r e router eigrp 1 network 0.0.0.0 no auto-summary ! R2(config-router)#do show runn | b r e router eigrp 1 networ...
redistribute direct route-map OSPF20toEIGRP10_DIRECT Redistribution of networks/routes between the two protocols seems fine with the exception of AnyConnect addresses. Lets take AnyConnect Client Address 6.6.6.10 for example (scrubbed what I could, so some of the via's and where learned...
Router B mutually redistributes between EIGRP and OSPF. Router A and C routing tables: RouterA#show ip routeCodes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area ...
OSPF: Cosr. EIGRP: K-Values (Bandwidth, Delay, Load and Reliability). RIP: Hop count. We have to convert the metric from one routing protocol to another, and this doesn’t happen by default, we have to do it manually. We have to tell the router what metrics to use, and this differ...
You have implemented mutua l route redistribution between OSPF and EIGRP on a border router. When checking the routing table on one of the EIGRP routers within the EIGRP routing domain, you are seeing some, but not all of the expected routes. What shoul
R5&R6 is doing mutual redistribution between RIP & EIGRP. R3&R13 doing mutual redistribution between OSPF and EIGRP. Now R4 is learning route (7.7.7.7) from RIP domain i.e from R5 and propagates into OSPF domain through R3. And again R13 redistributes same prefix from OSPF to EIGRP and ...
You have implemented mutual route redistribution between OSPF and EIGRP on a border router. When checking the routing table on one o f the OSPF routers within the OSPF routing domain, you are seeing some, but not all of the expected routes.Which two things should you verify to troubles...