- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
Enhanced Security Measures in Place: To ensure a safer experience, we’ve implemented additional, temporary security measures for all users.
10-09-2017 02:54 PM
I am trying to migrate from RouterOS BGP setup.
I have filter rule like
chain=BGPINFilter-common prefix=10.32.0.0/14 prefix-length=14-32 invert-match=no action=discard set-bgp-prepend-path=""
basically it drops all prefixs for 10.32.0.0/14 down to /32's
how can I do this on the pa.
I have something like this
set template ybopa config network virtual-router vr_ybopa_default protocol bgp policy import rules BGPINFilter-common match address-prefix 10.32.0.0/14 exact no
I presume this means it will drop 10.32.0.0/14 and anything with longer prefix
and if I select exact it will only match 10.32.0.0/14
10-11-2017 01:48 AM
Hi Alex,
Yes, your understanding is right on this.
So it would reject all the prefixes from /14-32 if exact match is no
Also be little careful to have allow rule below deny for rest of the networks, it works in top down approach.
10-11-2017 01:48 AM
Hi Alex,
Yes, your understanding is right on this.
So it would reject all the prefixes from /14-32 if exact match is no
Also be little careful to have allow rule below deny for rest of the networks, it works in top down approach.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!