We are moving from an OpenBSD-based router to a Microtik router and I am trying to figure out the route filters on Microtik.
We have a route filter on OpenBSD, for example:
match from 1.1.1.1 AS 1234 set { localpref +90 }
So I created a new route filter with the prefix 1.1.1.1, put the BGP AS path as 25512 and set BGP local pref as +90.
However it's supposed to be +90, but it reverts back to 90 and doesn't seem to allow me to use + or -.
I'm not able to test if this works, but I just wanted to see if that is on the right track or if I am going about this the wrong way.
Thanks.