Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > copying .bin file

Reply
Thread Tools

copying .bin file

 
 
Peter
Guest
Posts: n/a
 
      03-15-2005
I have a cisco 2620 that has the an IOS version that I need on my other
5 other cisco 2620's router. When I do a show flash: I see
c2600-d-mz.122-7a.bin. I would like to use the same IOS on my other
cisco 2620's.

There is documentation on how to copy from one cisco to another.
However, I would like to get it from the router to my machine and not
to another router till I am on site and connected locally. If there is
no way to do that, is there a way to copy it to the second router
without actually upgrading till I am in that location.

 
Reply With Quote
 
 
 
 
Spencer Teran
Guest
Posts: n/a
 
      03-15-2005
Peter wrote:
> I have a cisco 2620 that has the an IOS version that I need on my other
> 5 other cisco 2620's router. When I do a show flash: I see
> c2600-d-mz.122-7a.bin. I would like to use the same IOS on my other
> cisco 2620's.
>
> There is documentation on how to copy from one cisco to another.
> However, I would like to get it from the router to my machine and not
> to another router till I am on site and connected locally. If there is
> no way to do that, is there a way to copy it to the second router
> without actually upgrading till I am in that location.
>


Hi Peter,

You can accomplish this using either TFTP or FTP:

router# copy flash:c2600-d-mz.122-7a.bin tftp

You'll then be prompted to enter the IP addres of your TFTP host and the
destination filename. If you'd rather use FTP, try:

router# copy flash:c2600-d-mz.122-7a.bin ftp

It may take a couple minutes to come down and you'll see the
!!!!!!!!!!!! while it's downloading.

Cheers,
Spencer Teran
 
Reply With Quote
 
 
 
 
hkl@butlernetworks.com
Guest
Posts: n/a
 
      03-15-2005
Hi Peter.

Ran into the same problem some time ago. Remember that if you use the
ftp option you will have to specify the ftp-server username and
password in the config-file of the router:

ip ftp username <ftp-server username>
ip ftp password <password of the user>

You should make sure that your ftp server saves files in binary forms
per default, as I do not know if the router will tell the ftp-server
that the file should be saved in binary form. If the file is saved in
ASCII-form it will be corrupted.

If you have the line:"service password-encryption" in your router
config, the password will be hidden.

If you do not specify the username and password, the ftp upload will
fail.
This could of course be because I have not enabled anonymous ftp on my
server, but anyway, if you have an ftp server somewhere in your
network, you will have yourself created as a user.

Cheers,
Kruse

 
Reply With Quote
 
Peter
Guest
Posts: n/a
 
      03-16-2005
Thank you that worked.

 
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
Copying File With "Long" File Names Via Record Now Plus ? Robert11 Computer Support 4 07-13-2009 02:18 AM
"Cannot find the specified file, Make sure you specify the correctr path and file name." msg when copying The Stone Crusher Computer Support 5 04-05-2009 01:13 AM
Copying entire file, line by line into another file Jared Wiltshire C++ 8 08-07-2006 09:27 PM
copying a file from windows file system to ext2 and ext3 muttu2244@yahoo.com Python 2 01-11-2006 12:08 AM
Copying File or Changing File Date rf3@rocketmail.com Java 0 02-24-2005 12:38 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