01-17-2017 04:40 PM - edited 07-05-2021 06:23 AM
Is there any nifty way to change AP mode from local to FlexConnect for all APs associated to a controller?
The process of finding each AP, setting, changing it and then saving is a bit time consuming. I guess it might be possible to write a shell script and have it ssh to the controller but short of that, anything built in to the WLC that I might have missed?
Solved! Go to Solution.
01-17-2017 06:17 PM
I do not think there is a built in feature for this conversion.
As long as you have AP names, then you can work out the CLI commands required for this
(WLC) >config ap mode flexconnect submode none <Cisco AP-1>
.
(WLC) >config ap mode flexconnect submode none <Cisco AP-n>
HTH
Rasika
*** Pls rate all useful responses ***
01-17-2017 06:17 PM
I do not think there is a built in feature for this conversion.
As long as you have AP names, then you can work out the CLI commands required for this
(WLC) >config ap mode flexconnect submode none <Cisco AP-1>
.
(WLC) >config ap mode flexconnect submode none <Cisco AP-n>
HTH
Rasika
*** Pls rate all useful responses ***
01-18-2017 06:29 AM
Ok thanks! I figured I would ask before I embark on doing it manually next time I get around to such a task.
01-18-2017 07:55 AM
Most commands done for specific AP's you would be doing the same. A single command for each AP. I typically run the show AP summary and capture all the joined AP's and then use the provided hostnames for all my AP commands.
-Scott
*** Please rate helpful posts ***
01-23-2017 02:24 AM
Hello,
Thanks for the tip, it has worked perfectly for me.
Regards,
Abel
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide