01-01-2019 10:20 PM - edited 07-05-2021 09:39 AM
Dear All,
Wish you all happy new year !
I have a situation to change the AP High availability : One of my WLC is decommissioned and replaced with other name and IP address. I need to replace the secondary WLC name and IP in all Access Point. Is there any global command to change the secondary-base details to all AP in one go ? else it will be huge task to type each command.
Regards
Sharath
01-01-2019 10:38 PM
Hi Sharath,
If you have list of your AP names, you can do it easily via WLC CLI config. See below
config ap secondary-base <secondary_wlc_name> <LAP-1> <secondary_wlc_mgtip>
config ap secondary-base <secondary_wlc_name> <LAP-2> <secondary_wlc_mgtip>
config ap secondary-base <secondary_wlc_name> <LAP-3> <secondary_wlc_mgtip>
config ap secondary-base <secondary_wlc_name> <LAP-N> <secondary_wlc_mgtip>
If you want to change primary controller information use "config ap primary-base " CLI command with same syntax.
HTH
Rasika
*** Pls rate all useful responses ***
01-02-2019 03:30 AM
01-02-2019 01:10 PM
There is no global command as these are individual AP specific configuration.
Use microsoft excel "concatenate" to derive CLI commands once you put your AP names into one column. It is not that difficult and you can do this in very short time as long as you have CLI configs ready.
HTH
Rasika
*** Pls rate all useful responses ***
01-03-2019 04:11 AM
01-03-2019 05:36 PM
Thanks Rasika and all,
I have one more question to all on Regulatory Domain
I also have a configuration on few WLC with RD as Germany ( E ) and few WLC with UK ( E ), If the AP happens to fail over from UK WLC to Germany WLC with that AP get's connected ? or it would not..
I believe its should get connected as WLC would look for "E" parameter not the country code... is it ? Looking for your expert advice.
Regards
Sharath
01-03-2019 11:01 PM
06-09-2020 02:58 AM
We have Cisco Prime..How i can push it to all Cisco AP via One Go.
06-09-2020 05:38 AM
01-02-2019 12:00 AM
Get the list of WAPs from WLC using command ...
1. show ap summary
2. Export the list to notepad, keeping ONLY the hostnames of WAPs for whom you want to change the "Secondary WLC".
3. Use command config ap secondary-base <Secondary WLC Name> <WAP Name> <Secondary WLC IP Addr>
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