Link to home
Start Free TrialLog in
Avatar of sunhux
sunhux

asked on

tftp server 16Mb limit use RCP (while trying to copy a 22Mb IOS out of a Cisco 6513)

I'm trying to copy out the IOS from a Cisco 6513 switch using :
> copy bootflash: tftp
. . .

& it reported:
"file size exceeded 16M tftp limit, use RCP"

I used 3Com Tftp server.  Where can I get RCP &
any tftp server that could copy out a bigger file
(above 16Mb)?

A freeware is needed.  Let me know where to
download from & how can I do  this "rcp" with
CatOS?

Can't find "rcp" command in CatOS  in the CatOS
help
SOLUTION
Avatar of JFrederick29
JFrederick29
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of sunhux
sunhux

ASKER


Does it has this 16Mb limit or the 16Mb limit is something that's set
on the switch's ACL (I'm home now, did not get to check this earlier):

ip rcmd rcp-enable
ip rcmd remote-host <dummy-cw-user> a.b.c.d <dummy-cw-user> enable


So for rcp, is the command :
copy flash: rcp:
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of sunhux

ASKER

Thanks, just got Solarwinds Tftp.  It appeared to be a 30-day trial
or did I get it wrong?
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Avatar of jjmartineziii
jjmartineziii
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of sunhux

ASKER

Hi,

Somehow we still ran into 16Mb limit with Solarwind tftp so jcs method of
using "ftp" worked.  We used 3Com's ftp server (just that I'm not sure if
it got transferred in "ascii" or "binary" format as 3Com ftp server has no
option to set the default mode/;type of transfer :

Any way I can specify to copy in binary/ascii in the command below :
copy flash: ftp://username:password@ip.of.ftp.server/path/filename.bin

When I issue "ftp" to a server, it allows me to specify 'ascii' or 'binary'
mode while at the  ftp> prompt
Avatar of sunhux

ASKER

I meant to ask :

Is there any way I can specify to copy in binary/ascii in the command below ?
copy flash: ftp://username:password@ip.of.ftp.server/path/filename.bin
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial