Bridge VLAN Filtering on disc lite 5

Hi everyone,
I’m loking for configure 2 disc lite5AC with vlan that i would like to transit in acces just in lan interface of station, so,
ptp →

/interface vlan
add interface=bridge1 name=VLAN201 vlan-id=201
/interface bridge port
add bridge=bridge1 interface=ether1
add bridge=bridge1 interface=wlan1
add bridge=bridge1 interface=VLAN201 pvid=201 tag-stacking=yes
/interface bridge vlan
add bridge=bridge1 tagged=bridge1 untagged=VLAN201 vlan-ids=201

st–>

/interface vlan
add interface=bridge1 name=VLAN201 vlan-id=201
/interface bridge port
add bridge=bridge1 interface=wlan1
add bridge=bridge1 interface=ether1 pvid=201 tag-stacking=yes
add bridge=bridge1 interface=VLAN201 pvid=201 tag-stacking=yes
/interface bridge vlan
add bridge=bridge1 tagged=bridge1 untagged=ether1 vlan-ids=201

I tried with tag-stacking=yes/no but no luck…what am I doing wrong?
Thanks!

http://forum.mikrotik.com/t/bridge-vlan-filtering/172864/1

Thanks,
i read the post, my scenario(like image) include lan+wan device, is it exactly the same for configuration as device with eth1/eth2/eth3 etc.? I mean, should I tag with my vlan ports(lan/wan) or bridge(lan+wan) ?
vlan.png