11-11-2010 11:02 PM - edited 03-04-2019 10:26 AM
Hi,
Is multiple distribute list acceptable?
router eigrp 10
distribute-list 20 out interface tu0
distribute-list 30 out
Thanks.
Solved! Go to Solution.
11-12-2010 01:34 AM
marcusbrutus wrote:
Or should I do the below instead?
int tu0
ip summary-address eigrp 1 10.55.0.0 255.255.0.0
*and just remove the distribute list from the eigrp process?
Note:Basically, i am looking to just advertise 10.55.0.0/24 out via the tu0 and advertise everything else out the remainint interfaces.
Marcus
Personally if you can use the EIGRP summary address then i would do that. Couple of things to note -
Is 10.55.0.0/24 a directly connected network on the router ? The reason i ask is that when you create a summary route EIGRP places the route into the local routers table with an AD of 5 and a next-hop of null0. If this router is actually learning the 10.55.0.0/24 network from another router then it that route it learns will have an AD of 90 so you have blackholed that network because the null0 route is preferred because of it's AD.
Having said that your summary route subnet-mask in the above example is 255.255.0.0 not 255.255.255.0 so the above may not apply. Basically what the above will do is for any routes that are more specific than 10.55.0.0/16 eg. 10.55.0.0/24, 10.55.1.0/24 etc.. those routes will work fine on the local router and traffic will be forwarded correctly.
For any 10.55.x.0 networks that do not have routes in the local routing table, these will be blackholed ie. sent to null0 which may well be what you want anyway.
Jon
11-12-2010 07:01 AM
yes multiple distribute list can be used. Below link gives more detail.
http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a0080208748.shtml
Thanks,
Madhu
11-11-2010 11:16 PM
Or should I do the below instead?
int tu0
ip summary-address eigrp 1 10.55.0.0 255.255.0.0
*and just remove the distribute list from the eigrp process?
Note:
Basically, i am looking to just advertise 10.55.0.0/24 out via the tu0 and advertise everything else out the remainint interfaces.
11-12-2010 01:34 AM
marcusbrutus wrote:
Or should I do the below instead?
int tu0
ip summary-address eigrp 1 10.55.0.0 255.255.0.0
*and just remove the distribute list from the eigrp process?
Note:Basically, i am looking to just advertise 10.55.0.0/24 out via the tu0 and advertise everything else out the remainint interfaces.
Marcus
Personally if you can use the EIGRP summary address then i would do that. Couple of things to note -
Is 10.55.0.0/24 a directly connected network on the router ? The reason i ask is that when you create a summary route EIGRP places the route into the local routers table with an AD of 5 and a next-hop of null0. If this router is actually learning the 10.55.0.0/24 network from another router then it that route it learns will have an AD of 90 so you have blackholed that network because the null0 route is preferred because of it's AD.
Having said that your summary route subnet-mask in the above example is 255.255.0.0 not 255.255.255.0 so the above may not apply. Basically what the above will do is for any routes that are more specific than 10.55.0.0/16 eg. 10.55.0.0/24, 10.55.1.0/24 etc.. those routes will work fine on the local router and traffic will be forwarded correctly.
For any 10.55.x.0 networks that do not have routes in the local routing table, these will be blackholed ie. sent to null0 which may well be what you want anyway.
Jon
11-12-2010 01:39 AM
Marcus
Sincere apologies, that has to be one of the most confusing posts i have ever written, even i am having trouble understanding it.
And on second thoughts a summary address is not the way to go because you are not actually summarising anything. Use distribute-lists as you suggested in your first post, it should work fine.
If you want to advertise the remaining routes out everywhere else though why do you need a 2nd distribute-list ? -do you still need to filter that set of routes ?
Jon
11-12-2010 07:01 AM
yes multiple distribute list can be used. Below link gives more detail.
http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a0080208748.shtml
Thanks,
Madhu
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