CRS and hardware MAC-based Vlan

I’m trying to setup MAC-based Vlan with CRS125 switch. Default in my conf interface eth7 is slave of eth2 and belongs to default untagged Vlan.
Eth2 connected to the bridge with IP 192.168.1.1/24
According to wiki, on eth port properties I set:

/interface ethernet switch mac-based-vlan add src-mac=00:0B:82:45:BA:65 new-customer-vid=77
/interface ethernet switch port set eth7 allow-fdb-based-vlan-translate=yes

So device with MAC 00:0B:82:45:BA:65 behind port eth7 disappears from default vlan.
I can see it in

/interface ethernet switch unicast-fdb print
#    MAC-ADDRESS       PORT    VLAN-ID ACTION                       MIRROR SVL        AGE ISOLATION-PROFILE QOS-GROUP
DA 00:0B:82:45:BA:65 ethe...      77 forward                      no     no           2 promiscuous       none

I try to create additional “bridge-222” with separe ip (192.168.222.1/24) and DHCP-Server with pool, to connect hardware mac-based Vlan 77, but i don’t now how to do this… I don’t saw arp on “bridge-222”. But i can see MAC in switch forwarding base.
I tryed add switch1-cpu to Vlan config and nothing happens.

/interface ethernet switch vlan add ports=eth7,switch1-cpu vlan-id=77

What I have to do, to set up connectivity between device in MAC-based vlan and new bridge with services?

/interface ethernet switch egress-vlan-tag
add tagged-ports=switch1-cpu vlan-id=77