11-25-2012 08:33 PM - edited 03-07-2019 10:14 AM
Say a route has a /24 route in its eigrp top, "distribute-list out" applies a prefix list (only matching that /24 subnet) on a interface to a eigrp neighbor. but on the same interface, "ip summary-addess" summarise that subnet to a /16 subnet. Will the /24 or /16 route be advertised to the eigrp neighbor?
Solved! Go to Solution.
11-25-2012 09:13 PM
Both /16 and /24 won't be advertised
Your summary configuration will try to send /16 subnet.but distribute-list will block it
Raju
11-25-2012 09:13 PM
Both /16 and /24 won't be advertised
Your summary configuration will try to send /16 subnet.but distribute-list will block it
Raju
11-26-2012 02:38 PM
Thanks Raju, So the summary gets processed first then it goes through the distribute-list. If it's the other way around, the /24 will pass the distribute-list and get summarised to /16, then gets passed to the neighbour.
11-26-2012 07:58 PM
yes. the summary-address will get processed first
Raju
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