Okay so I'm trying to brush up on my advanced routing protocol topics like redistribution. Anyways I'm reading through this cisco article and it is talking about mutual redistribution problems when more than one router is performing redestribution.
In this example there are 2 routers doing mutual redestribution and they are redistr. RIP and IGRP. It is trying to explain problems that can occur and how to solve them. Anyways to answer this question, you will probably have to skim through the article real quick.
So basically what is happening here is IGRP is redis. RIP into the IGRP domain. IGRP has a better AD than RIP. What the article is saying here is once the RIP routes are redis. into IGRP, then the updates bounce back to the routers performing mutual redis. and those routers believe that the new route through the IGRP domain is the correct path to get to the RIP domain because IGRP has a better AD. Thus creating a routing loop. Then they go on to talk about how to use a distribution list to stop those updates from going back to the routers performing redis. so that the correct routes can stick in the routing table. Again this is going to seem vague untill you see the diagram and skim through the config.
So here is where my question comes in. Why in this example did Split-horizon NOT do the exact same thing the distribute-list is doing??? Shouldn't split-horizon stop those IGRP updates from going back to those routers doing redis.?
So is split-horizon aware of the route administrative distances coming in? So if an external route came in on an interface, updates can still be sent back out that interface from which it was learned because the routes being sent back out are a different AD than the external routes that came in?
http://www.cisco.com/warp/public/105/redist.html
Here is the link, it's actually a pretty good article. The diagram and config is exactly half way down the page. the title is "Avoiding Problems Due to Redistribution"
This should be a good topic for you guys who are tired of answering "What does /24 mean?"