MAC-based switching

Greetings,
I have CRS125 and CRS326. On any of them I need to set some fancy MAC-based switching on port: packets from certain MACs shound be in one switching group and others shound be in another. I’ve managed to do it on CRS125 by MAC-based VLANs and routing them on router, but I’d prefer some switching.
So, my config now is this:

/interface ethernet switch egress-vlan-tag
add tagged-ports=sfp vlan-id=440
/interface ethernet switch mac-based-vlan
new-customer-vid=440 src-mac-address=11:22:33:44:55:66
new-customer-vid=440 src-mac-address=22:33:44:55:66:77
/interface ethernet switch port
set 1 allow-fdb-based-vlan-translate=yes
/interface ethernet switch vlan

I’d like to switch this MACs from ether1 to ether2 and other MACs to sfp.
Any ideas?