Is there any available Route Filter conversion from v6 to v7?
I am currently running v6 and I want to upgrade to v7 and I need help with converting my current filters on v6 to v7. How can I convert the following below
chain=bgp-out-v4 prefix=2.2.2.2/24 invert-match=no action=accept
chain=bgp-out-v4 prefix=!2.2.2.2/24 invert-match=no action=discard
chain=bgp-out-v6 prefix=!xxxx:xxx::/32 invert-match=no action=discard
chain=bgp-out-v6 prefix=!xxxx:xxx::/32 invert-match=no action=discard
mrz
June 17, 2024, 1:44pm
2
is there anyone that can share an example of how this should be from version 6 to version 7
chain=bgp-out-v4 prefix=2.2.2.2/24 invert-match=no action=accept
chain=bgp-out-v4 prefix=!2.2.2.2/24 invert-match=no action=discard
This is what I have tried below but my upstream is saying they are not recovering anything from me
/routing filter rule
add chain=bgpoutv4 disabled=no rule=“if (dst in 2.2.2.0/24) { accept }”
add chain=bgpoutv4 disabled=no rule=reject
This is what I have tried below but my upstream is saying they are not recovering anything from me
/routing filter rule
add chain=bgpoutv4 disabled=no rule=“if (dst in 2.2.2.0/24 && dst-len == 0) { accept }”
add chain=bgpoutv4 disabled=no rule=reject
Also check that you have your route in a address list, default is bgp-networks and that the network is in your routing table