I’m in the process of migrating a PoP from Cisco to Mikrotik.
I have a route-map on Cisco that matches a route that has been tagged with ex: 33316.
route-map BGP_STATIC_INJECT permit 10
description BGP_STATIC_INJECT
match tag 33318
set community ASN:33318 ASN:65000 ASN:65010 no-export additive
I can’t figure out based on the docs how to write a filter for this, is there a matcher for route tags?
Thanks