CAPsMAN with two SSIDs

I have settings master configuration and slave

I have AP (CAPs) on my controller:

I have problem, AP gives out WI-FI only in manual mode, when you manually assign one configuration.
I want to get automatically master Wi-Fi network and slave Wi-Fi together

No images :frowning:

I set it like the following, but without problems, master and slave are enabled.

/caps-man provisioning
add action=create-dynamic-enabled hw-supported-modes=gn \
    master-configuration=cfg6-g name-format=prefix-identity \
    radio-mac=D4:CA:6D:xx:xx:xx slave-configurations=cfg5-g

Version is RouterOS6.41rc66.

It’s impossible to see Your configuration from screenshots. Please post output from /caps-man export



# dec/20/2017 09:42:42 by RouterOS 6.38.4
# software id = TPCF-JQJN
#
/caps-man channel
add band=2ghz-b/g/n extension-channel=Ce frequency=2412 name=loader tx-power=20 width=20
add band=2ghz-b/g/n extension-channel=Ce frequency=2412 name=free tx-power=20 width=20
/caps-man security
add authentication-types=wpa2-psk encryption=aes-ccm,tkip group-encryption=aes-ccm name=security1 passphrase=456****626
add authentication-types=wpa2-psk encryption=aes-ccm,tkip group-encryption=aes-ccm name=security2 passphrase=456****626
/caps-man configuration
add channel=loader datapath=loader datapath.vlan-id=50 datapath.vlan-mode=use-tag mode=ap name=cfg1 rates.basic=1Mbps,2Mbps,5.5Mbps,11Mbps,6Mbps,9Mbps,12Mbps,18Mbps,24Mbps,36Mbps,48Mbps,54Mbps rx-chains=0,1,2 security=security1 ssid=loader-new \
    tx-chains=0,1,2
add channel=free datapath=free datapath.vlan-id=40 datapath.vlan-mode=use-tag mode=ap name=free-new rates.basic=1Mbps,2Mbps,5.5Mbps,11Mbps,6Mbps,9Mbps,12Mbps,18Mbps,24Mbps,48Mbps,54Mbps rx-chains=0,1,2 security=security2 ssid=free-new tx-chains=\
    0,1,2
/caps-man datapath
add bridge=bridge1 name=loader
add bridge=bridge1 name=free
/caps-man interface
add configuration=free-new disabled=no l2mtu=1600 mac-address=6C:3B:6B:DA:4F:ED master-interface=none name=cap1 radio-mac=6C:3B:6B:DA:4F:ED
add configuration=free-new disabled=no l2mtu=1600 mac-address=6C:3B:6B:DC:9A:A0 master-interface=none name=cap2 radio-mac=6C:3B:6B:DC:9A:A0
add configuration=cfg1 disabled=no l2mtu=1600 mac-address=4C:5E:0C:07:18:E7 master-interface=none name=cap3 radio-mac=4C:5E:0C:07:18:E7
/caps-man manager
set enabled=yes
/caps-man provisioning
add action=create-dynamic-enabled master-configuration=cfg1 slave-configurations=free-new

Now manually caps-man interface, - working

I want on each AP two networks at the same time, master-configuration=cfg1 slave-configurations=free-new
I do not know how to get it done :frowning:

I think I did, no?

Excuse me. There were too few comments.

Probably, you need to specify the following parameters and specify the RBs to reflect the setting by CAPsMAN.

identity-regexp (string; Default: )
radio-mac (MAC address; Default: 00:00:00:00:00:00)

For radio-mac, it does not work with Empty MAC, and after all I feel like I had to specify every one.

Try without specifying interfaces

What RBs?
I did the right thing?

/caps-man provisioning
add action=create-dynamic-enabled hw-supported-modes=gn master-configuration=cfg1 name-format=prefix-identity radio-mac=6C:3B:6B:DA:4F:EC slave-configurations=free-new
add action=create-dynamic-enabled hw-supported-modes=gn master-configuration=cfg1 name-format=prefix-identity radio-mac=6C:3B:6B:DC:9A:9F slave-configurations=free-new

Does not work

Perahps try simpler configuration

/caps-man configuration
add channel=loader datapath=loader mode=ap name=cfg1 security=security1 ssid=loader-new
add datapath=free mode=ap name=free-new security=security2 ssid=free-new
/caps-man provisioning
add action=create-dynamic-enabled master-configuration=cfg1 slave-configurations=free-new

For slave configurations don’t specify channel, it works on the same radio as master. Also don’t specify interfaces, they will be created dynamically when CAP joins CAPsMAN.

thanks It works
I removed the CAPs interfaces on the router
AP came again and received two SSID at each point