04-18-2020 03:04 PM
Hi,
I am testing a scenario on my Level-2 Route Reflector to use a route-map for denying default route towards Level-1 RR and for all other routes which it learn from its clients, add LP 50. I use prefix-list for match and deny 0/0 and permit all other routes.
First part of deny default works fine as long as I don't config setting LP 50. When i config it, LP gets applied by, L2 RR start advertising default route as well
Can anyone suggest where i m wrong or how i can achieve it ?
In simple words, deny default and apply LP to all other routes using prefix-list under route-map doesn't work. As soon i apply LP command, default advertisement starts working too.
Appreciate guidance!
Solved! Go to Solution.
04-18-2020 04:24 PM - edited 04-18-2020 04:25 PM
ip prefix-list no-default seq 5 deny 0.0.0.0/0
ip prefix-list no-default seq 10 permit 0.0.0.0/0 le 32
route-map lp per 10
match ip add prefix-l no-default
set local 50
04-18-2020 04:11 PM
hi
can you please share the RM and PL config?
thanks
04-18-2020 04:24 PM - edited 04-18-2020 04:25 PM
ip prefix-list no-default seq 5 deny 0.0.0.0/0
ip prefix-list no-default seq 10 permit 0.0.0.0/0 le 32
route-map lp per 10
match ip add prefix-l no-default
set local 50
04-18-2020 04:31 PM
04-18-2020 04:47 PM
Thanks OMZ, it was bug of simulator. My configuration matches with urs and it works fine. Sometimes restart is only Solution. Thanks.
04-18-2020 05:03 PM
glad to help .. simulation (shaking head) been there .. when you doubt your perfect config .. :)
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