03-05-2013 05:55 AM
Hi all
I want to achieve the following scenario:
I have a BGP feed that gives me routes with community X.
I have an input ACL on an interface.
I want to be able to say:
if src or dst of packet = any route with community x then drop
I can do this with FBF in junos, can I do this on IOS-XR?
Solved! Go to Solution.
03-06-2013 04:09 AM
Hi William,
I think you can use technique similar to RTBH :
by using rpl to set the next-hop to a /32 address statically routed to NULL.
For source address match, you combine this with RPF.
Hope it helps,
Serge.
03-05-2013 06:57 PM
Hi,
You could use route policy
Check this link for more details:
03-06-2013 12:47 AM
Thanks serge, but this is not what I want.
The route-policy only apply at the routing level, what I want is to packet filter based on routes having certain communities.
03-06-2013 04:09 AM
Hi William,
I think you can use technique similar to RTBH :
by using rpl to set the next-hop to a /32 address statically routed to NULL.
For source address match, you combine this with RPF.
Hope it helps,
Serge.
03-06-2013 05:38 AM
Thanks serge
thats just what I need.
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