I understand the concept of VLANs and why I need to utilize them to segregate my guest, IoT, and primary/management networks. I also understand the concept of tagged and untagged VLANs. But there are clearly some concepts in the end-to-end solution that I am missing as I gave up after frantically trying various methods of configuration to make this all work as expected.
Let me start with my current network setup, and then i'll detail my goal.
Currently I have 3 Netgear R7800 "dumb" APs that I flashed the latest OpenWRT. They each have 1 SSID (my management/primary network). The SSIDs are the same (name and encryption/auth) for each AP to support devices throughout the house & roaming (with different channels of course). Each AP is connected via one ethernet cable to an unmanaged switch. The unmanaged switch is connected to the LAN port of my 2-port Protectli FW2 router, which is also running the latest OpenWrt. The WAN port of the router is connected to a cable modem. Relatively simple setup I think, and this is all working fine.
What I want to do is add 2 more SSIDs to each AP: 1 for IoT devices and another for guest devices. I realize that VLANs are needed to support this, so I purchased a Zyxel GS1900-8 managed switch, which I also flashed to the latest OpenWrt.
So my final network configuration will have 3 dumb APs, each with 3 SSIDs: "primary", "IoT", and "guest". The "primary" SSID/network has access to everything (it can reach out to clients on all 3 networks + the internet). The "guest" and "IoT" networks/SSIDs can only hit the internet and cannot initiate communications with any other clients on the local network (not even clients on their respective networks). Each AP will be hardwired to the managed switch on a separate port. So port 1 on the managed switch will be connected to the router's LAN port, and port 2 on the managed switch will be connected to one of the 3 APs, with port 3 on the switch connected to another one of the 3 APs, etc.
I'm having trouble understanding how I need to configure OpenWrt on my APs, managed switch, and router to make all of this work. I assume each SSID will have it's own VLAN. Say the "primary" network/SSID will be VLAN 10, and the "IoT" network will be VLAN 20, and the "guest" network will be VLAN 30. How exactly do I configure interfaces, devices, wireless, firewall zones, etc on the APs, switch, and router to make all of this fit together?
I'm a little anxious about this as I don't want to break my existing functional (and very important to me) network in the process.