LHG XL 52 ac: how create tagged vlan to works as switch

Hello to everyone.

I need a help becouse i want to use 2x “LHG XL 52 ac” so that they work as a normal layer 2 switch with tagged vlan 106 and 104.

From terminal of both hiperlan I write:

/interface bridge
add name=bridge1 vlan-filtering=no

/interface bridge port
add bridge=bridge1 interface=ether1
add bridge=bridge1 interface=wlan1

/interface bridge vlan
add bridge=bridge1 tagged=ether1,wlan1 vlan-ids=106,104

/interface bridge set bridge1 vlan-filtering=yes

But it seems that this is not working. Can you help me?