to have VLAN on both ether1 and wlan1 you need to create two VLAN interfaces (like eth1-VLAN102 and wlan1-VLAN102) and bridge them. then put management IP to that bridge
I'm running into a similar problem at a client site, and I want to make sure it applies here before I start experimenting.
The installation consists of:
[WAN] <--> RB433 <-- (ether1) --> OmniTik <-- (wlan1/WDS) --> 3 x [SXT <-- (ether1) --> RB711]
On each of the three 711s, wlan1 has two VAPs defined (a hotspot, and another for office use), and ether1 has two VLANs defined. Each VAP is bridged to the corresponding VLAN. Admin traffic is carried on ether1 with no VLAN. Ether1 goes directly to the corresponding SXT, each of which bridges its ether1 and wlan1.
Each SXT connects to the OmniTik, which in turn bridges its wlan1 and ether1, where it arrives at the RB433. Traffic tagged with the hotspot VLAN is bridged to a hotspot interface, traffic tagged with the office VLAN is bridged to a private office LAN, and untagged traffic is handled directly.
This was working when the SXTs and OmniTik were using wds-mode=dynamic-mesh. At some point, I reconfigured it to use wds-mode=dynamic, which led to periodic ARP packet storms that were making the SXTs unreachable. Setting the SXTs to station-wds put an end to the ARP storms, but also seems to have stopped the VLAN traffic from getting through.
It sounds like you are saying that the traffic received by the SXTs cannot be passed between ether1 and wlan1 generically--that the VLANs need to be defined on the SXTs as well as the endpoints (711s and 433). Do I have that right? If so, I'm curious why it was working before. Could this have been due to a change in 5.8? (This wouldn't be the first time that the interaction of VLANs and bridges changed in a new release and broke something.)
I'm also curious about why the ARP storms started happening (does RSTP not work on the WDS interfaces between the three SXTs?), and why station-wds seems to handle VLAN traffic differently from wds-slave, bridge or ap-bridge. Any insight would be most appreciated.