How to prevent advertising routes from another BGP session, ROUTEROSv7?
Posted: Fri Jun 07, 2024 12:39 am
I have a BGP session, for example with AS1000, through which they send me the complete routing table. However, we are now going to connect to an IXP, let's say AS3000. The IXP is requesting that I do not advertise any routes learned from AS1000. Would the following filter be effective?
Would this be placed in the input filter?
I appreciate it in advance.
Code: Select all
if(bgp-input-remote-as==1000){reject}
I appreciate it in advance.