cancel
Showing results for 
Search instead for 
Did you mean: 

restore from backup

restore from backup

Theo
New Contributor II
Hello,

I am attempting to do a backup and restore on my Extreme stack (2x X440, and 2x X450). How do I save the running config on each switch, and do I have to do that on each individually or can I back them up and restore as a whole stack?

I am familiar with the cisco ios commands below that is performed on each individual switch.

backing up running config:
hostname# copy running config start-up config

restore start-up to running config:
hostname# copy start-up config running config

5 REPLIES 5

Antonio_Prado
New Contributor II
I would add the scp2 command as well, for example:

scp2 primary.cfg USER@203.0.113.1:myswitch.confthis would copy the configuration primary.cfg to the ssh speaking box 203.0.113.1 with name myswitch.conf

--
antonio

Sumit_Johari
New Contributor II
Thanks Sumit
able to take backup......

danijuntak
New Contributor
sumit right..

Theo
New Contributor II
Thank you Sumit,

Your feed back was very helpful, and it is much appreciated. I also found the below youtube video to be a good resource as well, in case others have the same question and need to see it as well.

https://www.youtube.com/watch?v=g3e52b6N3zE

Thanks,
Theo
GTM-P2G8KFN