10-26-2022 08:42 AM
Hello,
I currently have two WLC 9800-80's running 17.3.6 setup in HA. If I need to restore a config do I need to first unpair the WLC's from HA before I restore the config?
Secondly, I'm standing up a pair of WLC 9800-L's that are also going to run 17.3.6 and setup in HA. Essentially the config will be a mirror of the WLC 9800-80's in HA. Instead of having to manually configure the WLC 9800-L's, is there any easier way to apply the config from WLC 9800-80's and change the IP's?
I hope this makes sense
Thanks
Solved! Go to Solution.
10-26-2022 11:12 AM
10-27-2022 05:32 AM
I think @Luna99923 is asking about restoring the 9800-80 config on the 9800-80.
You should be able to just copy the config to startup and reload, should be no need to break SSO.
I'm not sure how the GUI does the restore and haven't tried it myself so you'll have to test that out.
I tend to prefer doing most things on CLI. As @Arshad Safrulla says you're more likely to spot any problems or errors that way whereas the GUI sometimes hides them or only gives an error without any detail.
10-26-2022 09:26 AM
My approach will be as below;
1. First build the HA SSO for 9800-L
2. Make sure that both the WLC’s are in config sync and SSO state has been achieved.
3. Take a backup from 9800-80 (show run)
4. Open it from a text editor and remove the certificates, redundancy configuration and change the Interface names and IP addresses.
5. You can upload the config file directly and restore it, but I prefer copy and paste as this will give me visibility to any errors.
At no point you need to break the HA if thats already configured. You can start configuring them when the pair is in HA.
If you are using copy and paste and you have site tags configured, then make sure that you re-order the commands to say that no local-site is before you assign the flex profile. Also certain changes to any existing policy profiles will be allowed only after you shut it down, so if thats the case make sure that you add no shut towards the end.
10-26-2022 10:27 AM
Arshad,
Thank you for this information. If I just wanted to restore the configuration on the 9800-80 pair using the same IP's, certificates, policy tags, etc.. Can I do this directly from the GUI by downloading the startup-config to the primary active WLC OR do I need to first unpair the HA pair?
10-26-2022 11:12 AM
10-27-2022 05:32 AM
I think @Luna99923 is asking about restoring the 9800-80 config on the 9800-80.
You should be able to just copy the config to startup and reload, should be no need to break SSO.
I'm not sure how the GUI does the restore and haven't tried it myself so you'll have to test that out.
I tend to prefer doing most things on CLI. As @Arshad Safrulla says you're more likely to spot any problems or errors that way whereas the GUI sometimes hides them or only gives an error without any detail.
10-27-2022 08:25 AM
Thank you so much @rich and @Arshad Safrulla !
This is exactly the information I was looking for.
01-22-2024 11:43 PM
Hello @Luna99923 - I don't see any message that states what you did at last.
I have similar setup. I have cisco 9800-L-F-K9 in HA and failed, i have got the RMA but i don't want to do the manual configuration. I'm lucky enough that i have back-up of sh tech and others. Can this be used to push it to the controller which me manually entering the configuration?
01-23-2024 12:16 AM
@abhilash.vijayanand if you use show tech as your backup you will lose all keys and passwords which are automatically removed from show tech. You need a backup of running or startup-config. As long as the base config is there and same version of software installed the config will sync when you connect to the active WLC.
Cisco has published a video on this topic: https://www.youtube.com/watch?v=7P6LEP6c9wY
06-03-2024 06:55 PM
I tried to restore a backup config to a lab 9800-L-C and since the backup contained password encryption, I got a bunch of errors when restoring. Is there any way to bypass this or do I have to manually put in the keys unencrypted?
06-03-2024 10:54 PM - edited 06-03-2024 10:55 PM
If you configure the same original AES encryption master key before restoring the config then the encrypted keys won't be a problem. If you don't have the original master key then yes, you will have to re-enter all those keys @Luna99923
06-04-2024 05:14 AM
Thanks. Where in the configuration do I enter this and what is the command. I do have the original master key.
06-04-2024 06:52 AM
conf t
password encryption aes
key config-key password-encrypt <your-master-key>
end
wr
06-04-2024 09:03 AM
How would I do this if I just wanted to copy the config from startup and reload? Or would the only way be to manually paste
password encryption aes
key config-key password-encrypt <your-master-key>
and then the rest of the config?
06-24-2024 01:02 AM
Yes manual paste is your only option.
The AES key is not part of the config and must be present (and correct) before restoring the encrypted configs for them to be correctly decrypted.
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