cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
724
Views
0
Helpful
2
Replies

CIsco 4500 switch upgrade

Dave Kozlowski
Level 1
Level 1

Will upgrading my cisco switch overwrite my startup config?  And if so how can I save it?

Thanks

Dave

1 Accepted Solution

Accepted Solutions

Hi, IOS firmware is a bin file saved in flash memory separated by startup-config saved in nvram.

So you can upgrade the IOS whitout loosing your config.

If you want you can save the configuration file exporting the "show run" in a text file or using external server and copy command.

E.g.

copy startup-config http

copy startup-config ftp

copy startup-config tftp

 

Regards.

View solution in original post

2 Replies 2

Hi, IOS firmware is a bin file saved in flash memory separated by startup-config saved in nvram.

So you can upgrade the IOS whitout loosing your config.

If you want you can save the configuration file exporting the "show run" in a text file or using external server and copy command.

E.g.

copy startup-config http

copy startup-config ftp

copy startup-config tftp

 

Regards.

Big thanks

Dave