ETH-7: Here the access point should be connected (via PWR-LINE PRO)
WLAN-1 2.4GHz: SSID “HomeBase”, frequency 2437, ACL
WLAN-2 5GHz: SSID “HomeBase”, frequency 5180, ACL
Virtual AP 2.4GHz: SSID “Homeautomation-24”.
Virtual AP 5GHz: SSID “Homeautomation-50”
Virtual AP 2.4GHz: SSID "Guest
Bridge: All ETH ports and WLANs
need 3 vlans, vlan10-home, vlan20-devices, vlan30-guest (assuming all vlans will travel through ether7)
Bridge ports
wlan1_2.4 ingress-filtering=yes frame types - only allow priority and untagged frames pvid=10 {note: home lan} {access port}
wlan2_5 ingress-filtering=yes frame types - only allow priority and untagged frames pvid=10 {note: home lan} {access port}
Vwlan3_2.4 ingress-filtering=yes frame types - only allow priority and untagged frames pvid=20 {note: home automation LAN} {access port}
Vwlan4_5 ingress-filtering=yes frame types - only allow priority and untagged frames pvid=20 {note: home automation 5.0} {access port}
Vwlan5_2.4 ingress-filtering=yes frame types - only allow priority and untagged frames pvid=30 {Note: guest lan} {access port}
ether7 ingress-filtering=yes frame types -only allow vlan tagged {note trunk port carrying all vlans}
ether2-6 WILL ASSUME THESE ARE ALL HOME LAN PORTS GOING TO DUMB DEVICES>…
(thus all look like etherX ingress-filtering=yes frame types - only allow priority and untagged frames pvid=10 {note: home lan} {access port}
Bridge vlans
add bridge=bridge-home tagged=bridge-Home,ether7 untagged=WLAN1_2.4,WLAN2_5,ether2,ether3,ether4,ether5,ether6 vlan-ids=10
add bridge=bridge-home tagged=ether7 untagged=Vwlan3_2.4,Vwlan4_5 vlan-ids=20
add bridge=bridge-home tagged=ether7 untagged=Vlwan5__2.4 vlan-ids=30
Similar on the CAPAC in that you need to define vlans 10,20,30 and associate them with a bridge (bridge-AP) but no dhcp stuff.
Bridge ports
wlan1_2.4 ingress-filtering=yes frame types - only allow priority and untagged frames pvid=10 {note: home lan} {access port}
wlan2_5 ingress-filtering=yes frame types - only allow priority and untagged frames pvid=10 {note: home lan} {access port}
Vwlan3_2.4 ingress-filtering=yes frame types - only allow priority and untagged frames pvid=20 {note: home automation LAN} {access port}
Vwlan4_5 ingress-filtering=yes frame types - only allow priority and untagged frames pvid=20 {note: home automation 5.0} {access port}
Vwlan5_2.4 ingress-filtering=yes frame types - only allow priority and untagged frames pvid=30 {Note: guest lan} {access port}
ether1 ingress-filtering=yes frame types - only allow tagged frames {trunk port}
Bridge vlans
add bridge=bridge-AP tagged=bridge-AP,ether1 untagged=WLAN1_2.4,WLAN2_5,ether2,ether3,ether4,ether5,ether6 vlan-ids=10
add bridge=bridge-home tagged=ether1 untagged=Vwlan3_2.4,Vwlan4_5 vlan-ids=20
add bridge=bridge-home tagged=ether1 untagged=Vlwan5__2.4 vlan-ids=30