Compare cert salaries and plan your next career move
amb1s1 wrote: If I have a 2 BR with three protocols, is the proper way to distribute is to do redistribute for the three protocols. To understand my question you can click this linkhttp://www.routeralley.com/ra/labs/redistribution_lab.pdf. Like you see in the middle Router 5 and 8 are BRs and they have 3 protocols to redistribute RIP, OSPF and EIGRP.
amb1s1 wrote: Tech, I'm not going by what the task ask, I just want to know the proper way.
amb1s1 wrote: How can I accomplish task 7. 7. Ensure that neither route feedback nor routing loops occur after redistribution is complete.
scheistermeister wrote: amb1s1 wrote: How can I accomplish task 7. 7. Ensure that neither route feedback nor routing loops occur after redistribution is complete. Use route-maps to change the redistributed administrative distance.
amb1s1 wrote: scheistermeister wrote: amb1s1 wrote: How can I accomplish task 7. 7. Ensure that neither route feedback nor routing loops occur after redistribution is complete. Use route-maps to change the redistributed administrative distance. You are saying to change the AD, but I thought the router knows which protocol is better to route. Like I have RIP and OSPF, I would think the router choose OSPF instead of RIP.
amb1s1 wrote: How do I confirm if I'm doing the route-map right?
kpjungle wrote: amb1s1 wrote: How do I confirm if I'm doing the route-map right? If you are changing the administrative distance with route-maps, you can check if that new distance takes effect on your selected routes.
amb1s1 wrote: kpjungle wrote: amb1s1 wrote: How do I confirm if I'm doing the route-map right? If you are changing the administrative distance with route-maps, you can check if that new distance takes effect on your selected routes. , But How?
amb1s1 wrote: Finally I got it. Thanks guys for help. Now I have another question on Question 5. "5. IGP updates should not be forwarded out inappropriate interfaces. For Example, Router 5 should neither send nor accept RIP or OSPF updates out its Ethernet0 interface." I did a Passive-interface on all protocols under each BR. I just did a debug EIGRP on Router 5 with the passive interface on and I didn't eigrp hello send to any of the RIP or OSPF router, but I went a disable all the Passive interface and I still don't hello been send to RIP or OSPF. Can anyone explain me what is the purpose of the passive-interface in this topology? Thanks
tech-airman wrote: amb1s1 wrote: Finally I got it. Thanks guys for help. Now I have another question on Question 5. "5. IGP updates should not be forwarded out inappropriate interfaces. For Example, Router 5 should neither send nor accept RIP or OSPF updates out its Ethernet0 interface." I did a Passive-interface on all protocols under each BR. I just did a debug EIGRP on Router 5 with the passive interface on and I didn't eigrp hello send to any of the RIP or OSPF router, but I went a disable all the Passive interface and I still don't hello been send to RIP or OSPF. Can anyone explain me what is the purpose of the passive-interface in this topology? Thanks amb1s1, On R5, which routing protocols are running on it?
gojericho0 wrote: amb1s1 wrote: Finally I got it. Thanks guys for help. Now I have another question on Question 5. "5. IGP updates should not be forwarded out inappropriate interfaces. For Example, Router 5 should neither send nor accept RIP or OSPF updates out its Ethernet0 interface." I did a Passive-interface on all protocols under each BR. I just did a debug EIGRP on Router 5 with the passive interface on and I didn't eigrp hello send to any of the RIP or OSPF router, but I went a disable all the Passive interface and I still don't hello been send to RIP or OSPF. Can anyone explain me what is the purpose of the passive-interface in this topology? Thanks Copy and paste sh ip protocols on this guy
Router_4#sh ip route Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2 i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2 ia - IS-IS inter area, * - candidate default, U - per-user static route o - ODR, P - periodic downloaded static route Gateway of last resort is not set O E2 192.168.89.0/24 [110/20] via 192.168.46.2, 00:04:54, Serial0/1 C 192.168.46.0/24 is directly connected, Serial0/1 R 192.168.12.0/24 [120/4] via 192.168.45.2, 00:00:03, Serial0/0 O E2 192.168.90.0/24 [110/20] via 192.168.46.2, 00:04:45, Serial0/1 C 192.168.45.0/24 is directly connected, Serial0/0 4.0.0.0/24 is subnetted, 1 subnets C 4.4.4.0 is directly connected, Loopback0 R 192.168.57.0/24 [70/1] via 192.168.45.2, 00:00:03, Serial0/0 O E2 192.168.78.0/24 [110/20] via 192.168.46.2, 00:05:49, Serial0/1 D 192.168.23.0/24 [90/2172416] via 192.168.34.1, 00:05:44, FastEthernet1/0 O 192.168.67.0/24 [110/128] via 192.168.46.2, 00:05:49, Serial0/1 C 192.168.34.0/24 is directly connected, FastEthernet1/0
gojericho0 wrote: ok passive interface normally blocks the sending of updates from an interface. The interface can normally still form neighbors and accept incoming routes. The exception is EIGRP. If using a passive interface with this protocols neighbors will not form, and consequently you will not be able to send or receive updates. If you want the same effect as passive interface on other protocols create a distribute list that blocks any network going out
gojericho0 wrote: ok passive interface normally blocks the sending of updates from an interface. The interface can normally still form neighbors and accept incoming routes.The exception is EIGRP. If using a passive interface with this protocols neighbors will not form, and consequently you will not be able to send or receive updates. If you want the same effect as passive interface on other protocols create a distribute list that blocks any network going out
tech-airman wrote: gojericho0 wrote: ok passive interface normally blocks the sending of updates from an interface. The interface can normally still form neighbors and accept incoming routes.The exception is EIGRP. If using a passive interface with this protocols neighbors will not form, and consequently you will not be able to send or receive updates. If you want the same effect as passive interface on other protocols create a distribute list that blocks any network going out gojericho0, Are you sure about the above?
scheistermeister wrote: tech-airman wrote: gojericho0 wrote: ok passive interface normally blocks the sending of updates from an interface. The interface can normally still form neighbors and accept incoming routes.The exception is EIGRP. If using a passive interface with this protocols neighbors will not form, and consequently you will not be able to send or receive updates. If you want the same effect as passive interface on other protocols create a distribute list that blocks any network going out gojericho0, Are you sure about the above? He is correct, you use the eigrp stub receive only [or the other parameters] to make an eigrp interface act like a passive-interface.
aaronbalchunas wrote: Howdy, I am the author of the lab in question. If I can be of any help, or answer any questions, please let me know. That's one of the more difficult labs I've inflicted on my students, though they seem to enjoy it. It takes them, on average, 6 to 8 hours to fully complete it and eliminate all loops/feedback. The question was asked, how do you know if route feedback is occuring? Traceroute is your friend. The loops/suboptimal paths should be quite apparent. You should also see several unreachable routes. Adjusting administrative distances will correct some, but not all of the loops. Using route-tags with route-maps, in conjunction with fiddling with AD's, is a more robust solution. Ah, the joys of ridiculously overcomplicated labs. - Aaron Balchunashttp://www.routeralley.com
gojericho0 wrote: aaronbalchunas wrote: Howdy, I am the author of the lab in question. If I can be of any help, or answer any questions, please let me know. That's one of the more difficult labs I've inflicted on my students, though they seem to enjoy it. It takes them, on average, 6 to 8 hours to fully complete it and eliminate all loops/feedback. The question was asked, how do you know if route feedback is occuring? Traceroute is your friend. The loops/suboptimal paths should be quite apparent. You should also see several unreachable routes. Adjusting administrative distances will correct some, but not all of the loops. Using route-tags with route-maps, in conjunction with fiddling with AD's, is a more robust solution. Ah, the joys of ridiculously overcomplicated labs. - Aaron Balchunashttp://www.routeralley.com Hey Aaron, thanks for registering with our community. as you see we are having quite the discussion about one of your labs and learning a lot. it would be great if you drop by this site every now and then and help us with some of our questions and maybe even throw us a couple of curve balls
Compare salaries for top cybersecurity certifications. Free download for TechExams community.