12-11-2018 03:24 PM
01-21-2019 07:52 PM
You'd want to make sure to update your APs with a complete configuration so the supplemental CLI object with the MAC objects gets added to the AP. A delta configuration won't push the supplemental CLIs, and would cause the issue you are experiencing. Are you still having these problems with a complete configuration update?
01-21-2019 07:50 PM
Hey Sam,
I was wondering if you could help with an issue i've got for cwp bypass. I've noticed that when we configure the mac-objects shown above, the cwp bypass works a treat until we have to do any form of update to the aps i.e change guest network psk. Once we do that, the mac objects disappear but the CWP config remains. Any ideas how to make the mac objects permanent as it keeps breaking device access for non cwp capable devices? It's annoying having to reapply the mac objects everytime we make a change.
Cheers
Oli
12-11-2018 04:44 PM
You would want to use a supplemental CLI to do this. This guide will walk you through how to set up a supplemental CLI: https://thehivecommunity.aerohive.com/s/article/Supplemental-CLI-NG
The first command we'll run will create a new MAC object, so it's just defining the MAC address of the client device we want to have whitelisted. The second command is us adding the MAC object you just mad to a whitelist. The commands we will want to add to the supplemental CLI are:
mac-object <nameofmacobject> mac-range <mac_addr(i.e.1111:2222:3333)> - <mac_addr>
security-object <nameofsecurityobject> security mac-white-list mac-object <nameofmacobject>