11-25-2024 06:17 PM
Hello
We have several links to different IXP's in the region and also BGP sessions with several upstream providers. What i am trying to do is if any ASN is located in any of the IX that we peer with we then want to remove the routes that we get from our up stream providers.
We are looking to do this to limit the number of routes we are putting on the router.
Would this be possible?
Solved! Go to Solution.
11-25-2024 11:49 PM
How big is this may be considered RR part of the design again; this needs to be tested and role across where you are looking to do
My view as below :
https://www.ciscopress.com/articles/article.asp?p=1763921&seqNum=7
11-25-2024 11:49 PM
How big is this may be considered RR part of the design again; this needs to be tested and role across where you are looking to do
My view as below :
https://www.ciscopress.com/articles/article.asp?p=1763921&seqNum=7
11-25-2024 11:53 PM
I dont full understand issue here
But from what I get you need
Rpl to match as-path abd deny prefix
Am I correct?
MHM
11-27-2024 08:59 AM
here is a simple example if still needed
## create as path match
!
as-path-set TESTING
passes-through '12345'
end-set
## route-policy
!
route-policy BGP_OUT
if as-path in TESTING then
drop
else
pass
endif
end-policy
11-27-2024 09:01 AM
I think he dont get idea about using rpl.
he use RR between eBGP ?? I dont get that
MHM
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