Configuration files on a switch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2019 02:17 AM
What are the other old configuration files remain in memory, after erasing start-up config file?
How can I find them by code?
- Labels:
-
Catalyst Switch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2019 02:32 AM
all the configuration stored in NVRAM, you can also keep the backup in a flash if you like to.
Once you do write erase and reboot, the switch go to default mode.
but if you like to delete the VLAN database some switches you can delete vlan.dat file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2019 04:37 PM
Thank you for your response.
I expected command code which lists other config files from the memory.
But you have also cleared other theoretical doubt about flash.
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2019 12:22 AM
You can use other command suggested
dir all-filesystems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2019 02:36 AM
The command you are looking for is dir all-filesystems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2019 08:26 AM - edited 10-24-2019 08:34 AM
Normally you cannot, as the device only keeps one copy.
PS:
Oh, if you have in mind, something like a PC "undelete" utility, you might, or might not, be able to find prior image(s) daa in flash, but you'll also face some of the same issues you would for a PC "undelete" utility.
