route filtering based on route tag

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

Only OSPF and RIP routes can have tags.

Thanks.

I’ve pulled the route-map directly from a running router in the network, I’m really confused what it’s doing now (It’s the route map for redistributing static routes).

Off to continue digging.

Thanks again