Is WIFIWAVE2 Capsman working with VLANs?

I’ve tried to migrate my capsman setting to wifiwave2 and didn’t manage to get it up and running.
Had anyone luck setting up capsman with wifiwafe2 and two WLANs which will have data path to different VLAN.
It is also essential to bring ether ports to different VLAN.

Support is simply not answering to the ticket. And The example from the documentation does not work.

I have been toying with it in 7.8 but it was not yet completely functional.
At the time I also issued a support ticket and received a response that one has to set up all VLAN stuff on the CAP as for non-capsman usage but DO NOT enable VLAN filtering on bridge.
And then it worked.

But since it is a workaround, I decided not to use that approach anymore until a more solid solution comes in place (like it was with old capsman).
At home I set up my AP’s manually for VLANs, no capsman.
For 1 customer I have a setup with capsman but no VLANs (for now using 2 cAP AX and 1 AX3). At full implementation it should become 11 cAP AX and 3 AX3, then I will need VLANs.

But if we disable VLAN filtering on bridge, will VLAN’s on other untagged port still work ?

COuld this help? http://forum.mikrotik.com/t/capsman-with-wifiwave2/167429/1

Yes it is for me for v7.10

bof
CAP AX


/interface wifiwave2
# managed by CAPsMAN
/interface wifiwave2 cap
set discovery-interfaces=bridgeLocal enabled=yes slaves-datapath=capdp slaves-static=yes
/interface wifiwave2 datapath
add bridge=bridgeLocal comment=defconf disabled=no name=capdp

eof


bof
CAPsMAN


[admin@HomeR1] /interface/wifiwave2> export compact hide-sensitive 
# model = RB5009UPr+S+
/interface wifiwave2 channel
add band=5ghz-ax disabled=no frequency=5160-5805 name=5Ghz skip-dfs-channels=all
add band=2ghz-ax disabled=no name=2Ghz skip-dfs-channels=all width=20mhz
/interface wifiwave2 security
add authentication-types=wpa2-psk disable-pmkid=yes disabled=no group-encryption=ccmp group-key-update=30m name=\
    sguestPSK wps=disable
add authentication-types=wpa2-psk disable-pmkid=yes disabled=no group-encryption=ccmp group-key-update=1h name=\
    coolwifiPSK wps=disable
add authentication-types=wpa2-psk disable-pmkid=yes disabled=no group-encryption=ccmp group-key-update=1h name=\
    s2gwifiPSK wps=disable
/interface wifiwave2 configuration
add channel=5Ghz country="United States" datapath.vlan-id=69 disabled=no mode=ap name=5g-coolwifi security=\
    coolwifiPSK ssid=coolwifi
add channel=5Ghz country="United States" datapath.vlan-id=69 disabled=no mode=ap name=5g-s2gwifi security=\
    s2gwifiPSK ssid=s2gwifi
add channel=5Ghz country="United States" datapath.vlan-id=80 disabled=no mode=ap name=5g-sguest security=\
    sguestPSK ssid=sguest
add channel=2Ghz country="United States" datapath.vlan-id=69 disabled=no mode=ap name=2g-coolwifi security=\
    coolwifiPSK ssid=coolwifi
add channel=2Ghz country="United States" datapath.vlan-id=69 disabled=no mode=ap name=2g-s2gwifi security=\
    s2gwifiPSK ssid=s2gwifi
add channel=2Ghz country="United States" datapath.vlan-id=80 disabled=no mode=ap name=2g-sguest security=\
    sguestPSK ssid=sguest
/interface wifiwave2 capsman
set ca-certificate=auto certificate=auto enabled=yes interfaces=v50_mgmt package-path="" \
    require-peer-certificate=no upgrade-policy=none
/interface wifiwave2 provisioning
add action=create-dynamic-enabled comment="5Ghz profile" disabled=no master-configuration=5g-coolwifi \
    name-format=5G-%I- slave-configurations=5g-s2gwifi,5g-sguest supported-bands=5ghz-ax
add action=create-dynamic-enabled comment="2Ghz profile" disabled=no master-configuration=2g-coolwifi \
    name-format=2G-%I- slave-configurations=2g-s2gwifi,2g-sguest supported-bands=2ghz-ax
[admin@HomeR1] /interface/wifiwave2>

eof


Will try, i have combo RB4011 and ax2 for testing that, just in case i fu** something up :laughing: :laughing:

And where and how are your VLANs defined ?
Or is this a setup without VLANs ? That we all know works just fine.

If you look at my config, it lists the vlan IDs

My vlans are deployed at my router (which the CAP AX is connected at).

/interface vlan
add interface=LANBridge name=v22_ISP2 vlan-id=22
add interface=LANBridge name=v50_mgmt vlan-id=50
add interface=LANBridge name=v55_apps vlan-id=55
add interface=LANBridge name=v68_cam vlan-id=68
add interface=LANBridge name=v69_main vlan-id=69
add interface=LANBridge name=v70_voice vlan-id=70
add interface=LANBridge name=v75_IOT vlan-id=75
add interface=LANBridge name=v80_guest vlan-id=80
add interface=LANBridge name=v88_test vlan-id=88
add interface=LANBridge name=v99_test vlan-id=99
add interface=LANBridge name=v100_test vlan-id=100
add comment="Virus Testing" interface=LANBridge name=v255 vlan-id=255

/interface bridge port
add bridge=LANBridge comment="CAP AX" interface=ether5 pvid=50

/interface bridge vlan
add bridge=LANBridge tagged=LANBridge,LACPtoSwitches,ether5 vlan-ids=55,70,75,80,88,99,100,255
add bridge=LANBridge tagged=LANBridge,LACPtoSwitches,ether5 vlan-ids=69
add bridge=LANBridge tagged=LANBridge,LACPtoSwitches vlan-ids=50
add bridge=LANBridge tagged=LANBridge,LACPtoSwitches,ether5 vlan-ids=68