Start a Conversation

Unsolved

This post is more than 5 years old

T

1098

April 26th, 2016 07:00

Insert old Running config into live dell stack

I have a copy of an old running config that I would like to make live on my dell stack. Its saved as a txt file. How can safely perform this operation?

5 Practitioner

 • 

274.2K Posts

April 26th, 2016 09:00

As long as the config comes from the same model switch, and from the same major revision of firmware, it should work. What model switch are you working with? We can get you the correct steps.

29 Posts

April 26th, 2016 10:00

Dell Powerconnect 6248. The whole stack has the exact same firmware version.

5 Practitioner

 • 

274.2K Posts

April 26th, 2016 11:00

You will need to use the copy command to copy the backup configuration you have to the running configuration on the switch. Page 1101 of the cli guide has some information about the copy command.

http://dell.to/1SbCIzR

And here is a KB article that discusses backing up configurations.

http://dell.to/1NPR5aY

The resulting command would look similar to: console#copy tftp://192.168.0.1/backup running-configuration

5 Practitioner

 • 

274.2K Posts

April 26th, 2016 14:00

The filename itself should not matter. You may need to change the extension to .cfg.

29 Posts

April 26th, 2016 14:00

so in my case it would need to be

copy tftp://921.168.ip.ip/running-config-backup.txt running-configuration

Is it neccessary to save the file as something else other than .txt?

29 Posts

April 26th, 2016 15:00

Thanks

No Events found!

Top