dziuzdy
October 16, 2015, 12:47pm
1
Hi!
I have a few CAPs and I have problem with configure more than 2 ssids.
Configuration:
network: 10 CAPs managed by CAPsMAN in local subnet
objective: the same 3 SSIDs (cfg1, cfg2, cfg3) on every CAP without setting each CAP in CAPsMAN separately
I need the same ssids on every CAP. I’m using Provisioning rules:
/caps-man provisioning
add action=create-dynamic-enabled master-configuration=cfg1 slave-configurations=cfg2
add action=create-dynamic-enabled master-configuration=cfg1 slave-configurations=cfg3
cfg1 and cfg2 are ok, but cfg3 is completely not set. It looks like second and next lines in Provisioning rules are ignored.
Greetings!
PSz
The provisioning rules are like firewall rules and work top down, first match.
If your mac filter is 00:00:00:00:00:00 for both rules the first will be used always and never reach the second.
Try adding in the mac address of the radio you want with cfg3 on the appropriate provision rule and drag it to the top.
Delete any existing radios and then reconnect your radio andsee if it provisons ok.
Zwodka
October 25, 2015, 10:12am
3
“/caps-man provisioning
add action=create-dynamic-enabled master-configuration=cfg1 slave-configurations=cfg2
add action=create-dynamic-enabled master-configuration=cfg1 slave-configurations=cfg3”
Use the following formula:
/caps-man provisioning
add action=create-dynamic-enabled master-configuration=cfg1 slave-configurations=cfg2,cfg3
Two Slave-Config instead of one