03-16-2021 02:41 PM - edited 07-05-2021 01:23 PM
Been working more and more with the 9800 WLC's recently and starting to get more comfortable with them...
Does anyone know what the equivalent CLI command is in the 9800 WLC for "config ap primary-base WLC03 Cisco_AP_1 192.168.142.12" That was used in the Aireos WLC to assign a primary and secondary WLC to AP's?
Solved! Go to Solution.
03-16-2021 03:14 PM
Here it is
c9800#ap name <AP_NAME> controller ?
primary Configure primary controller
secondary Configure secondary controller
tertiary Configure tertiary controller
c9800#ap name <AP_NAME> controller primary WLC1 ?
A.B.C.D Primary Controller IPv4 address
X:X:X:X::X Primary Controller IPv6 address
<cr> <cr>
HTH
Rasika
*** Pls rate all useful responses ***
03-16-2021 03:14 PM
Here it is
c9800#ap name <AP_NAME> controller ?
primary Configure primary controller
secondary Configure secondary controller
tertiary Configure tertiary controller
c9800#ap name <AP_NAME> controller primary WLC1 ?
A.B.C.D Primary Controller IPv4 address
X:X:X:X::X Primary Controller IPv6 address
<cr> <cr>
HTH
Rasika
*** Pls rate all useful responses ***
03-16-2021 04:28 PM
Worked perfectly... Thank you, Rasika!
03-24-2021 09:02 PM
Hi @brettlarkins @Rasika Nayanajith,
Would you expect this also to work if let's say I have a 5508 and 9800 WLC, then I want to revert back to the old controller (5508) joining for this specific AP? I asked this because, I have this setup where I want to test it out using those commands and send it to the AP. First migrate the APs from old controller to the new controller and then what if I want to revert back to the old controller, would I expect this just fine? I'm using static IP addressing for the APs.
07-11-2022 04:36 AM
Thanks it worked very well
03-06-2024 05:29 AM
It Is there a way to do it massively by GUI or CLI? in the 9800 wlc
03-06-2024 12:36 PM
You have to get AP names and workout CLI command script in .txt file and then apply it in one go.
HTH
Rasika
04-26-2024 08:14 AM
Hi, is there a CLI command to remove the secondary controller name and IP ?
thanks!
06-24-2024 01:23 PM
You can use below CLI command to remove secondary configs
9800-WLC#ap name <AP_NAME> no controller secondary <WLC_NAME> <WLC_MGT_IP>
HTH
Rasika
*** Pls rate all useful responses ***
06-24-2024 02:33 AM
Guys, thanks for the help
is there any command to know the current Primary and Secondary Controllers?
I want a show command and not a config command.
Thanks!
06-24-2024 04:09 AM
>....is there any command to know the current Primary and Secondary Controllers?
9800# show ap name <APname> config general
M.
06-24-2024 01:29 PM
Since this is AP specific configuration, you have to issue it for each AP name individually (as Marce1000 responded). However if you have many APs on WLC, you can get filtered output using below.
WLC2#sh ap config general | in AP Name|Primary|Secondary
Cisco AP Name : AP5-C9166
Primary Cisco Controller Name : WLC2
Primary Cisco Controller IP Address : 192.168.130.20
Secondary Cisco Controller Name : WLC1
Secondary Cisco Controller IP Address : 192.168.130.10
HTH
Rasika
*** Pls rate all useful responses ***
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