12-10-2013 01:42 AM - edited 07-04-2021 01:23 AM
Hi guys,
Is there a command to see the startup-config?
Or a command to see "what exactly" am I going to save when receiving the below message:
The system has unsaved changes.
Would you like to save them now? (y/N)
I tried show run-config vs uploaded configuration file, but the format is different so I cannot compare...
Solved! Go to Solution.
12-11-2013 12:24 AM
If you are doing a change on WLC, then you have to take a backup of it prior to your configuration, that would be your startup config.
Then once you do the changes, take another backup & compare it with the previous one.
In that way you can find out what are the configuration lines added by your configuration.
HTH
Rasika
12-10-2013 02:33 AM
You can take a backup of your WLC configuration as shown below once you do the config & then it can be compared with originally downloaded config to WLC.
(WLC1) >transfer upload mode tftp
(WLC1) >transfer upload datatype config
(WLC1) >transfer upload filename wlc-backup-2013-12-10
(WLC1) >transfer upload path .
(WLC1) >transfer upload serverip x.x.x.x
(WLC1) >transfer upload start
Also you can try "show run-config commands" output as well. It will give most of the config commands except some advanced configuration (which is shown in the backup config)
HTH
Rasika
***** Pls rate all useful responses ****
12-10-2013 04:14 AM
I agree... You would need to compare the configs to see what has changed.
Sent from Cisco Technical Support iPhone App
12-10-2013 04:15 AM
So when I download the configuration using TFTP, what do I get: running-config or startup-config?
12-10-2013 06:03 AM
If you issue a show run-config ? you will see this:
commands Display list of configured commands on WLC.
no-ap Display running configuration of controller without AP configuration.
Thanks,
Scott
Help out other by using the rating system and marking answered questions as "Answered"
12-10-2013 10:40 AM
You would get running-config when you do the config backup using TFTP method.
HTH
Rasika
**** Pls rate all useful responses ****
12-10-2013 11:13 PM
Thank you, I needed to clear this.
Now for solving this topic: how can I see the startup-config for the WLC?
12-11-2013 12:24 AM
If you are doing a change on WLC, then you have to take a backup of it prior to your configuration, that would be your startup config.
Then once you do the changes, take another backup & compare it with the previous one.
In that way you can find out what are the configuration lines added by your configuration.
HTH
Rasika
12-11-2013 12:31 AM
This could be a method, for sure.
Trouble is that I need at some moment to see what I am actually saving. It's possible another one made some changes and it's a matter of knowing in detail all that was configured.
I was hoping for some classic: show startup-config.
If it's not possible, everyone can stick to your previous method. At least solves half the scenarios.
Thanks for the support!
12-11-2013 12:41 AM
Hi
With Areonet OS (5508,2504,etc) you do not have this freedom
If it is IOS you can do this using a single command "show archive config differences nvram:startup-config system:running-config" So with 5760/3850 you can do this.
http://mrncciew.com/2012/11/08/show-archive-config-differences-is-your-friend/
With Areonet 5508,2504 if you need to know what commands your configuration will adds to your config, you can do some sort of workaround (though it is not clean,still you can see what lines adding to WLC config)
Do "debug aaa tacacs enable" on your WLC CLI & then make a change using WLC GUI, you will see on your CLI what commands it will add to your config.
So you have to make your changes one by one to learn all the CLI config addition to your configuration.
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