I need to now how to configure the rpki verify, filter rule, in new (scripts) format present in 7.1beta4.
something like this doesn’t work:
add chain=bgp_in rule={if match={rpki invalid } then= {action reject } }
failure: invalid match at if
may someone of you help me?
regards
Ros
https://help.mikrotik.com/docs/display/ROS/ROSv7+Basic+Routing+Examples
/routing/bgp/rpki
add group=myRpkiGroup address=192.168.1.1 port=8282 refresh-interval=20
/routing/filter/rule
add chain=bgp_in rpki-verify=myRpkiGroup
add chain=bgp_in match-rpki=invalid action=reject
add action=accept
?
rpingar
February 10, 2021, 9:02am
3
no they are not working on new beta4 because the rule are changed following the script languace
mrz
February 10, 2021, 12:38pm
4
In currently released beta (v7.1beta4) it is not possible to add rpki validation. We will finish routing filters release and then update documentation with new syntax.
rpingar
February 10, 2021, 1:41pm
5
when may we espect the new beta about routing filters working?
regards