I have a freshly installed V24.10 on a TP-Link Archer C7 v5 which doesn't support DSA.
I have looked over other topics but haven't found this exact setup. The goal is to create 3 VLANs over WiFi only without involving any of the physical ports.
I understand the part where you create a different SSID for each VLAN and assign it a corresponding interface, then each interface will be assigned to a corresponding device. The only part I'm confused about is the devices section, which is the correct setup to create the devices:
1- Create a VLAN type device VLAN 10, 20 & 30
2- Create a switch VLAN 10, 20 & 30 but have all the ports not participating
3- Create a bridge that contains eth0 with bridge VLAN filtering, then create the VLANs through there like so:
Then you actually don't need to introduce VLANs at all, their purpose is to keep multiple networks on single physical connections separated. Simple "guest wifi" tutorials will work for you, you are not bound to call them "guest".
Would that provide Layer2 separation between the different WiFi networks? i.e. will the devices from different networks still be on the same broadcast domain?