Cisco – Get WLC Running-Config Including All Secrets as Plaintext

ciscowireless

Our WLC 5508 pair is going EOL. I need to migrate the complete configuration (including secrets) to a new pair of CT3504 WLCs.

The problem I have is when I run show run-config commands, username / password secrets are obfuscated with ****.

I need those secrets as plaintext so I can paste the full configuration into the new WLC pair without loosing any configruation items. For instance, the mgmtuser entries are all obfuscated:

mgmtuser add mpenning **** read-write

I already tried config switchconfig secret-obfuscation disable and this still leaves many secrets obfuscated.

How do I get a full WLC configuration including all secrets as plaintext?

Best Answer

CLI:
You can use transfer upload (via CLI or GUI).

You should use transfer upload datatype config and transfer encrypt disable from the CLI to get the WLC's text configuration.

GUI:
WLC Transfer upload screen

In both cases, the passwords are hashed, but not obfuscated.