cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
443
Views
0
Helpful
3
Replies

CAT 3550 - copy flash tftp problem

johnnymac
Level 1
Level 1

trying to copy the IOS to a tftp server this is the output i'm getting any idea what i'm doing wrong?

Directory of flash:/

2 -rwx 0 Jan 01 1970 00:02:15 +00:00 env_vars

3 -rwx 344 Jan 01 1970 00:02:15 +00:00 system_env_vars

4 -rwx 3685 Jun 11 1993 19:22:59 +00:00 config.text

5 -rwx 5 Jun 11 1993 19:22:59 +00:00 private-config.text

8 drwx 192 Mar 01 1993 00:05:57 +00:00 c3550-i9q3l2-mz.121-22.EA

a

15998976 bytes total (8989696 bytes free)

PRKSW01_GF#copy flash tftp

Source filename []? c3550-i9q3l2-mz.121-22.EA1a

Address or name of remote host []? 1.0.84.205

Destination filename [c3550-i9q3l2-mz.121-22.EA1a]? c3550-i9q3l2-mz.121-22.EA1a

%Error reading flash:c3550-i9q3l2-mz.121-22.EA1a (Is a directory)

PRKSW01_GF#

kind Regards

J mac

1 Accepted Solution

Accepted Solutions

leonvd79
Level 4
Level 4

You are using image built from a tar file.

Try to following commands:

#cd flash:/c3550-i9q3l2-mz.121-22.EA1a/

#dir

#copy c3550-i9q3l2-mz.121-22.EA1a.bin tftp

HTH

Leon

*Please rate useful posts

View solution in original post

3 Replies 3

leonvd79
Level 4
Level 4

You are using image built from a tar file.

Try to following commands:

#cd flash:/c3550-i9q3l2-mz.121-22.EA1a/

#dir

#copy c3550-i9q3l2-mz.121-22.EA1a.bin tftp

HTH

Leon

*Please rate useful posts

You can also create an archive and download it to your tftp server.

# archive tar /create tftp:192.168.1.1/c3550-i9q3l2-mz.121-22.EA1a.tar flash:/c3550-i9q3l2-mz.121-22.EA1a

it worked great.

thanks alot