I need to separate port groups in some of my switches, for example 1-16 network1, 17-24 network 2. Due to the concept of the switch, I can’t create two bridges with HW offloading (I can do that on my CRS125 though).
I can replace the last 8 ports with $30 cisco/linksys 8p switch running at wire speed, but I want to do it on my Mikrotik switches.
Port isolation is one possibility, segmentation using different VLANs (with all ports being untagged access so no VLANs outside the switch) is another one.
General rule: whatever you configure under /interface ethernet it’s done by switch chip, not by CPU. OTOH whatever you configure under /interface bridge it’s done by CPU unless it’s offloaded to hardware (CRS3xx offloads many things, other RBs only a few).