02-18-2025 08:43 AM
I need to send just the default route to a neighbor router in the same AS.
No other routes should be sent.
This is a ASR9K
looking for configuration assistance, I could do it on "normal" ios.
thank you
Solved! Go to Solution.
02-18-2025 09:28 AM
@dtamburin You can achieve this on the ASR9K using route policy language (RPL) to filter and send only the default route. Here’s how:
Create a route policy to permit only the default route:
Apply this policy to your BGP neighbor under the address family:
This ensures that only 0.0.0.0/0 is advertised, and no other routes are sent. Let me know if you need further clarification
02-18-2025 09:28 AM
@dtamburin You can achieve this on the ASR9K using route policy language (RPL) to filter and send only the default route. Here’s how:
Create a route policy to permit only the default route:
Apply this policy to your BGP neighbor under the address family:
This ensures that only 0.0.0.0/0 is advertised, and no other routes are sent. Let me know if you need further clarification
02-18-2025 10:15 AM
Thank you, I'll try it out and update.
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