08-05-2005 01:48 AM - edited 03-03-2019 10:12 AM
Hi
Could anyone please describe me about redistribute static route in the following document?
For example, if a static route is redistributed into IGRP on R5, and then IGRP subsequently redistributed into RIP on the same router (R5), the static route is not redistributed into RIP because it never got entered into the IGRP routing table. This is due to the fact that static routes have an AD of 1 and IGRP routes have an AD of 100 and the static route is installed in the routing table. To redistribute the static route into IGRP on R5, you need to use the redistribute static command under the router rip command.
Cisco Redistributing Routing Protocols
Document ID: 8606
http://www.cisco.com/warp/public/105/redist.html
I do not understand the last sentence that why does it use command under the router rip instead the router igrp command?
Thanks a lot,
Nitass
Solved! Go to Solution.
08-05-2005 04:22 AM
You actually need the redistribute static under both IGRP and RIP in this scenario.
What they mean here is that you can't expect that the static route that is redistributed into IGRP will automatically be redistributed from IGRP to RIP.
This is due to the fact that when you use the "redistribute
Let me know if I answered your question,
08-05-2005 04:14 AM
I think there is a mistake in this last sentence. I think the correct would be:
"To redistribute the static route into RIP on R5, you need to use the redistribute static command under the router rip command."
I think that, because the problem in the first place is that "the static route is not redistributed into RIP" when IGRP is redistributed into RIP.
08-05-2005 04:22 AM
You actually need the redistribute static under both IGRP and RIP in this scenario.
What they mean here is that you can't expect that the static route that is redistributed into IGRP will automatically be redistributed from IGRP to RIP.
This is due to the fact that when you use the "redistribute
Let me know if I answered your question,
08-05-2005 06:55 AM
Thanks for both replies.
To hritter,
I got it. Thanks for correcting me.
Have a nice day,
Nitass
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide