Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > Copy image from USB to 2821

Reply
Thread Tools

Copy image from USB to 2821

 
 
Bob Wilson
Guest
Posts: n/a
 
      11-19-2009
I am trying to put a new IOS image on a 2821 box, and TFTP after many
many tries with different PCs is not working. I have a USB drive
formatted to FAT that has the image on it, and when I do #sh usbflash0
it sees the image and lists the filename correctly. But when I try
#copy usbflash0 flash and a few other things, it tells me the source
and destination are the same.

I did RTFM as best I could -- I have a library of Cisco books but I
did all my Cisco stuff ten years ago when there were no USB ports.
One post in this loop says "copy the image from your USB drive..."
but doesn't say how. So I think it must be possible.

Thanks in advance for help,

Bob Wilson

 
Reply With Quote
 
 
 
 
Bob Wilson
Guest
Posts: n/a
 
      11-20-2009
On Nov 19, 4:05*pm, Bob Wilson <roverdro...@gmail.com> wrote:
> I am trying to put a new IOS image on a 2821 box, and TFTP after many
> many tries with different PCs is not working. *I have a USB drive
> formatted to FAT that has the image on it, and when I do #sh usbflash0
> it sees the image and lists the filename correctly. *But when I try
> #copy usbflash0 flash and a few other things, it tells me the source
> and destination are the same.
>
> I did RTFM as best I could -- I have a library of Cisco books but I
> did all my Cisco stuff ten years ago when there were no USB ports.
> One post in this loop says "copy the image from your USB drive..."
> but doesn't say how. *So I think it must be possible.
>
> Thanks in advance for help,
>
> Bob Wilson
> b...@bobwilson.us


PS -- It's not the USB I'm so interested in solving, it's getting the
image onto the router. If I'm barking up the wrong tree, somebody
tell me and suggest another way I can get it on there. Thanks again
 
Reply With Quote
 
 
 
 
Morph
Guest
Posts: n/a
 
      11-20-2009
In the message
<e746d9a2-5c00-4270-be67-> Bob
Wilson wrote:

| On Nov 19, 4:05*pm, Bob Wilson <roverdro...@gmail.com> wrote:
| > I am trying to put a new IOS image on a 2821 box, and TFTP after many
| > many tries with different PCs is not working. *I have a USB drive
| > formatted to FAT that has the image on it, and when I do #sh usbflash0
| > it sees the image and lists the filename correctly. *But when I try
| > #copy usbflash0 flash and a few other things, it tells me the source
| > and destination are the same.
| >
| > I did RTFM as best I could -- I have a library of Cisco books but I
| > did all my Cisco stuff ten years ago when there were no USB ports.
| > One post in this loop says "copy the image from your USB drive..."
| > but doesn't say how. *So I think it must be possible.
| >
| > Thanks in advance for help,
| >
| > Bob Wilson
| > b...@bobwilson.us
|
| PS -- It's not the USB I'm so interested in solving, it's getting the
| image onto the router. If I'm barking up the wrong tree, somebody
| tell me and suggest another way I can get it on there. Thanks again

Try using ftp.
copy ftp flash
 
Reply With Quote
 
Bob Wilson
Guest
Posts: n/a
 
      11-21-2009
On Nov 20, 3:56*pm, Morph <morph.n...@g.m.a.i.l> wrote:
> In the message
> <e746d9a2-5c00-4270-be67-4fe128012...@m26g2000yqb.googlegroups.com> Bob
>
> Wilson wrote:
>
> | On Nov 19, 4:05*pm, Bob Wilson <roverdro...@gmail.com> wrote:
> | > I am trying to put a new IOS image on a 2821 box, and TFTP after many
> | > many tries with different PCs is not working. *I have a USB drive
> | > formatted to FAT that has the image on it, and when I do #sh usbflash0
> | > it sees the image and lists the filename correctly. *But when I try
> | > #copy usbflash0 flash and a few other things, it tells me the source
> | > and destination are the same.
> | >
> | > I did RTFM as best I could -- I have a library of Cisco books but I
> | > did all my Cisco stuff ten years ago when there were no USB ports.
> | > One post in this loop says "copy the image from your USB drive..."
> | > but doesn't say how. *So I think it must be possible.
> | >
> | > Thanks in advance for help,
> | >
> | > Bob Wilson
> | > b...@bobwilson.us
> |
> | PS -- It's not the USB I'm so interested in solving, it's getting the
> | image onto the router. *If I'm barking up the wrong tree, somebody
> | tell me and suggest another way I can get it on there. *Thanks again
>
> Try using ftp.
> copy ftp flash


I'd thought of that earlier but didn't have an FTP server locally.
Since you suggested it, I got a server and installed it, and the image
slurped right over without a hitch. Thanks much

Bob W
 
Reply With Quote
 
bod43
Guest
Posts: n/a
 
      12-12-2009
On 6 Dec, 04:46, awstiver <alnos...@zoominternet.net> wrote:
> Some tftp servers have limitations on the size of file that can be
> transferred, and 2821 images can be pretty large. *I've had success with
> the latest tftp server from Solarwinds, and it's free.


I think all tftp servers have a limit of 64k blocks. Blocks are
usually 512 bytes but perhaps bigger ones are possible now,
no idea. Some old tftp implementations were limited to 32k
blocks due to incorrect implementation (signed instead of
unsigned int).

64k x 512 bytes = 32M.

ftp is the future for IOS images.

Serv-U is ideal for ftp (windows binaries available)
tftpd32 for tftp except that the new versions
have dhcp server which may be on by default
so take care.

Of course non-windows has it all in already.
 
Reply With Quote
 
Stephen
Guest
Posts: n/a
 
      12-12-2009
On Sat, 12 Dec 2009 12:47:57 -0800 (PST), bod43 <>
wrote:

>On 6 Dec, 04:46, awstiver <alnos...@zoominternet.net> wrote:
>> Some tftp servers have limitations on the size of file that can be
>> transferred, and 2821 images can be pretty large. *I've had success with
>> the latest tftp server from Solarwinds, and it's free.

>
>I think all tftp servers have a limit of 64k blocks. Blocks are
>usually 512 bytes but perhaps bigger ones are possible now,
>no idea. Some old tftp implementations were limited to 32k
>blocks due to incorrect implementation (signed instead of
>unsigned int).
>
>64k x 512 bytes = 32M.
>
>ftp is the future for IOS images.
>
>Serv-U is ideal for ftp (windows binaries available)
>tftpd32 for tftp except that the new versions
> have dhcp server which may be on by default
> so take care.
>
>Of course non-windows has it all in already.

i still use an ancient 3Com utility 3Cdaemon (on windows).

runs as a user mode program, and has TFTP client and server, FTP
server and a Syslog daemon.

A quick google shows it has actually been updated only 3 years ago....
http://support.3com.com/software/uti...ows_32_bit.htm
--
Regards

- replace xyz with ntl
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
what is Deep Copy, shallow copy and bitwises copy.? saxenavaibhav17@gmail.com C++ 26 09-01-2006 09:37 PM
Re: USB issue ... some USB 2 ports working only in USB 1 mode hungsolo2005@yahoo.com A+ Certification 0 06-14-2006 07:26 PM
is dict.copy() a deep copy or a shallow copy Alex Python 2 09-05-2005 07:01 AM
[Q] Hardware configurator for Cisco - e.g.2821 upgrades Papi Cisco 1 06-27-2005 08:19 PM
2821 Router Config RSI Cisco 1 05-21-2005 09:26 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57