/interface bridge
add name=BR1 vlan-filtering=yes
/interface vlan
add interface=BR1 name=VLAN20_IOT vlan-id=20
add interface=BR1 name=VLAN30_GUEST vlan-id=30
add interface=BR1 name=VLAN40_TRUSTED vlan-id=40
/interface list
add name=WAN
add name=LAN
/interface wifi channel
add name=ch-5ghz skip-dfs-channels=all width=20/40/80mhz
add name=ch-2ghz width=20mhz
/interface wifi datapath
add bridge=BR1 name=dp-trusted traffic-processing=on-capsman vlan-id=40
add bridge=BR1 name=dp-iot traffic-processing=on-capsman vlan-id=20
add bridge=BR1 name=dp-guest traffic-processing=on-capsman vlan-id=30
/interface wifi security
add authentication-types=wpa2-psk disabled=no management-protection=disabled name=sec-trusted
add authentication-types=wpa2-psk management-protection=disabled name=sec-iot
add authentication-types=wpa2-psk management-protection=disabled name=sec-guest
add authentication-types=wpa2-psk management-protection=disabled name=sec-iot-2ghz
/interface wifi configuration
add channel=ch-5ghz country="United States" datapath=dp-trusted disabled=no name=cfg-trusted-5ghz security=sec-trusted security.authentication-types=wpa2-psk ssid=Redacted
add channel=ch-2ghz country="United States" datapath=dp-trusted disabled=no name=cfg-trusted-2ghz security=sec-trusted ssid=Redacted
add channel=ch-2ghz country="United States" datapath=dp-iot disabled=no name=cfg-iot security=sec-iot security.authentication-types=wpa2-psk ssid=Redacted
add channel=ch-2ghz country="United States" datapath=dp-guest disabled=no name=cfg-guest security=sec-guest ssid=Redacted
/interface wifi
# operated by CAP Redacted%VLAN40_TRUSTED, traffic processing on CAPsMAN (no encryption)
add configuration=cfg-trusted-5ghz disabled=no name=cap-wifi1 radio-mac=Redacted
# operated by CAP Redacted%VLAN40_TRUSTED, traffic processing on CAPsMAN (no encryption)
add configuration=cfg-guest disabled=no mac-address=Redacted master-interface=cap-wifi1 name=cap-wifi1-virtual1
# operated by CAP Redacted%VLAN40_TRUSTED, traffic processing on CAPsMAN (no encryption)
add configuration=cfg-trusted-2ghz disabled=no name=cap-wifi2 radio-mac=Redacted
# operated by CAP Redacted%VLAN40_TRUSTED, traffic processing on CAPsMAN (no encryption)
add configuration=cfg-iot disabled=no mac-address=Redacted master-interface=cap-wifi2 name=cap-wifi2-virtual1
# operated by CAP Redacted%VLAN40_TRUSTED, traffic processing on CAPsMAN (no encryption)
add configuration=cfg-guest disabled=no mac-address=Redacted master-interface=cap-wifi2 name=cap-wifi2-virtual2
/ip dhcp-server option
add code=138 name=capsman_ip value=Redacted
/interface wifi cap
set enabled=yes
/interface wifi capsman
set enabled=yes interfaces=VLAN40_TRUSTED require-peer-certificate=no upgrade-policy=none
/interface wifi provisioning
add action=create-enabled disabled=no identity-regexp="" master-configuration=cfg-trusted-5ghz slave-configurations=cfg-guest supported-bands=5ghz-ax
add action=create-enabled disabled=no identity-regexp="" master-configuration=cfg-trusted-2ghz slave-configurations=cfg-iot,cfg-guest supported-bands=2ghz-ax
The first cap is working fine. Used netinstaller on second and booted into cap. I can see the second cap in winbox when plugged into ether2 but not ether1, and the rb5009 sees the remote cap but not the radios.