07-18-2024 11:28 AM
Hi. I have a 9800 WLC that has been configured via CLI. However, when I access the device via web interface it starts off with the "zerodayconfig" as if it is right out of the box. There doesn't seem to be anywhere that I can bypass this and I'm wondering what i did wrong. Are there any "common" issues/solutions for this?
Solved! Go to Solution.
07-18-2024 11:45 AM
- FYI : https://www.wiresandwi.fi/blog/cisco-wlc-9800-base-initial-configuration-cli
>...
To disable the Day-0 wizard, simply configure a country code via the CLI and then save the configuration to disable the Day-0 wizard from showing up in the HTTPS sessions afterward. To set the country code, we must first disable the wireless radios globally, and then re-enable them after the country code has been set.
Adjust the country code (“SE”) to match your regulatory domain, use the “tab” key to see what is available. Depending on your IOS-XE software version, all radios might need to be shut down to update the regulatory domain. The commands that do this will ask you to confirm that you are, to which you have to answer “y”, meaning “yes”.
config terminal
ap dot11 24ghz shutdown
y
ap dot11 5ghz shutdown
y
wireless country SE
y
no ap dot11 24ghz shutdown
no ap dot11 5ghz shutdown
do write memory
M.
07-18-2024 11:45 AM
- FYI : https://www.wiresandwi.fi/blog/cisco-wlc-9800-base-initial-configuration-cli
>...
To disable the Day-0 wizard, simply configure a country code via the CLI and then save the configuration to disable the Day-0 wizard from showing up in the HTTPS sessions afterward. To set the country code, we must first disable the wireless radios globally, and then re-enable them after the country code has been set.
Adjust the country code (“SE”) to match your regulatory domain, use the “tab” key to see what is available. Depending on your IOS-XE software version, all radios might need to be shut down to update the regulatory domain. The commands that do this will ask you to confirm that you are, to which you have to answer “y”, meaning “yes”.
config terminal
ap dot11 24ghz shutdown
y
ap dot11 5ghz shutdown
y
wireless country SE
y
no ap dot11 24ghz shutdown
no ap dot11 5ghz shutdown
do write memory
M.
07-18-2024 11:53 AM
Thank you !! That did the trick!
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