09-15-2022 02:45 AM
Hello, i work at a university and we run all cisco switches and routers for the university in our datacenter on prem. Recently we had a bad storm that took caused a power surge and took out 1 switch. We managed to recover by rebooting the switch, however it was a wakeup call. As we don't have the startup-config backedup anywhere.
So my supervisor tasked me with every quarter to backup the startup configs from our switch stacks onto our storage server. I've only ever done it on a single switch via usb. Never on a switch stack.
I'm assuming its same process correct just plug usb into masterswitch and then:
copy start-up config usb: *filename*
Can't exactly remember if that's the command to use. Thanks
09-15-2022 03:33 AM
>...and took out 1 switch
- Depends on how you define that , meaning always save the configuration on the switch when configuration changes are made (write mem). For the rest if a device becomes wiped (config erased) somehow (this happens seldom) I don't see the need for usb-backups , you can make an initial network configuration on it and restore from the storage server repository. Perhaps usb-backups could be useful for core switches.
M.
09-15-2022 10:00 AM
Do you have a network management system in place? It can almost surely do config backups.
If not, you still don't need to do this manually as there are features such as "config archive" that can backup to a remote server.
03-22-2023 09:27 AM - edited 03-26-2023 07:51 AM
To back up the startup configuration on a switch stack, you will need to use the following command:
copy startup-config tftp://<tftp server IP address>/<filename>
This command will copy the startup configuration of the switch stack to a TFTP server. You will need to replace <tftp server IP address> with the IP address of your TFTP server and <filename> with a name for the backup file.
By the way, I'm also a student and I found this out when I was doing writing for university, I'm really glad that I can be useful for others, usually I take the writings from here https://studydriver.com/minimum-wage/ because there are a lot of topics like IT and ending with minimum wage, this for me is a wide source of information that helps me everyday to make good writings, if you have any doubts you can directly from there to search what you need, I'm sure you will find everything you need!
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