cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1787
Views
0
Helpful
1
Replies

Downloading a .tar file for Cat3750

gilson_machado
Level 1
Level 1

I am having problems to understand the process to download and use a tar file for Cat3750.

I have the tar file on my TFTP server and now I need to upgrade the IOS version using tar file.

Should I download via "copy tftp" or should I user the "archive" commands? How am I going to do that?

Thanks

1 Accepted Solution

Accepted Solutions

jamey
Level 4
Level 4

.tar files have the IOS and CMS files. You use the archive command.

to overwrite current files:

archive download-sw /overwrite /reload tftp:

to leave current files:

archive download-sw /leave-old-sw /reload tftp:

the /reload option is optional.

-HTH

View solution in original post

1 Reply 1

jamey
Level 4
Level 4

.tar files have the IOS and CMS files. You use the archive command.

to overwrite current files:

archive download-sw /overwrite /reload tftp:

to leave current files:

archive download-sw /leave-old-sw /reload tftp:

the /reload option is optional.

-HTH