Our fiber comes into sfp-sfpplus1. I have sfp-sfpplus1, ether2 and ether3 in a bridge. Ports ether2 and ether3 are connected to a third party firewall in HA sync, which performs all access rules and NAT policies and security is enabled. The firewall is connected to the core switch.
Fiber > MikroTik CCR (ether2, ether3) > Firewall
At minimal if the firewall performs all rules, NAT, and security- what firewall filter rules should I use on the router?
The main question is if you use this device as a router or just as a dumb media converter and if it has it’s own IP? Does it need any rulues except guarding access via Winbox ones?
Since CCR is used as router and needs IP addresses set on all relevant interfaces for routing purposes, it also needs firewall rules which limit access to its management. Again: the rules you showed are fine as long as the permitted IP subnet (192.168.88.0/24) is safe. Whether it’s safe depends on the rest of router’s config (all of it) and physical layout. What I meant by my previous post is that rules controlling management access are completely ignored for traffic passing between two router interfaces (which is forwarded traffic). As you have dedicated firewall devices in place, this router doesn’t have to touch forwarded traffic, hence there’s no need for any firewall rule in forward chain .
Out-of-band management is usually preferred as it allows settings which define allowed access paths better. It is impossible to tell if you already have it based only on the firewall rules you posted. But configuring out-of-band management access doesn’t mean that firewall rules are not necessary, they are always necessary.