I have a wAP ac and a cAP ac managed by CAPsMAN in hEX (RB750Gr3). In CAPsMAN I have two configs, conf1 with the main wireless for 2.4 and 5GHz, and conf2 for guest’s network, but right now only conf1 is being used. Is there a way to serve two SSID’s with CAPsMAN, without separating 2.4 and 5GHz ?
/caps-man export
# oct/28/2019 09:52:49 by RouterOS 6.44.5
# software id = H36F-KWET
#
# model = RouterBOARD 750G r3
# serial number = *******
/caps-man configuration
add country=italy datapath.bridge=bridge1 name=conf1 security.authentication-types=wpa-psk,wpa2-psk \
security.passphrase=********* ssid=Main
add country=italy datapath.bridge=bridge1 name=conf2 security.authentication-types=wpa-psk,wpa2-psk \
security.passphrase=********* ssid=Guests
/caps-man manager
set enabled=yes
/caps-man manager interface
set [ find default=yes ] forbid=yes
add disabled=no interface=bridge1
/caps-man provisioning
add action=create-dynamic-enabled master-configuration=conf1 slave-configurations=conf2