VLAN and wlan-station-bridge

Hi,

I want to configure vlans in a large wireless-network. There a clients (router, pc…) connecting over ether1 with a mikrotik like following:

[client] → [wlan-station-bridge] -->[wlan-ap-bridge]

On every mikrotik there is a bridge (wlan1 + ether1). To configure a vlan on ether1 I have to configure another bridge and put wlan1 in there!?!? Thats not possibble.

Now my question - are virtual ap the correct solution?

Thank you very much for any advice

Bye Sabrina

As far as I understood your question, you want the traffic that arrives at eth1 of cpe untagged, and and when it goes out through the wireless interface it should be tagged.

For this you will remove wlan1 from the bridge, add a new vlan interface and create it on top of wlan1. Then add this vlan interface to the bridge.

Thank you, that works and now I understand :slight_smile: