|
|
FAQ
Search
Memberlist
Usergroups
Register
Profile
Private messages
Log in
|
|
| Author |
Message |
Tom Linden Guest
|
Posted: Tue Oct 16, 2007 2:41 am Post subject: copy tftp ? |
|
|
OK, try to copy image from a 12.3(9) (IP 10.0.0.1) flash to a
12.0(5) (ip 10.0.0.91)
on the 12.2 set up the tftp server
CISCO2(config)#tftp-server flash:/c2600-ik9o3s3-mz.123-9.bin
CISCO2(config)#
and on the 12.0 copy it
csco#copy tftp: flash:
Address or name of remote host [10.0.0.91]? 10.0.0.1
Source filename [c2600-ik9o3s3-mz.123-9.bin]?
Destination filename [c2600-ik9o3s3-mz.123-9.bin]?
Accessing tftp://10.0.0.1/c2600-ik9o3s3-mz.123-9.bin...
%Error opening tftp://10.0.0.1/c2600-ik9o3s3-mz.123-9.bin (No such file or
directory)
csco#
What am I doing wrong?
TIA
Tom
--
PL/I for OpenVMS
www.kednos.com |
|
| Back to top |
|
 |
|
|
Tom Linden Guest
|
Posted: Sat Oct 20, 2007 11:42 pm Post subject: Re: Resolved: copy tftp ? |
|
|
On Tue, 16 Oct 2007 05:53:18 -0700, Trendkill <jpmason@gmail.com> wrote:
| Quote: | On Oct 16, 8:33 am, "Tom Linden" <t...@kednos.company> wrote:
On Tue, 16 Oct 2007 03:03:52 -0700, Trendkill <jpma...@gmail.com> wrote:
On Oct 15, 8:49 pm, "Tom Linden" <t...@kednos.company> wrote:
OK, try to copy image from a 12.3(9) (IP 10.0.0.1) flash to a
12.0(5) (ip 10.0.0.91)
on the 12.2 set up the tftp server
CISCO2(config)#tftp-server flash:/c2600-ik9o3s3-mz.123-9.bin
The command should have omitted the "/"
CISCO2(config)#tftp-server flash:c2600-ik9o3s3-mz.123-9.bin
CISCO2(config)#
and on the 12.0 copy it
csco#copy tftp: flash:
Address or name of remote host [10.0.0.91]? 10.0.0.1
Source filename [c2600-ik9o3s3-mz.123-9.bin]?
Destination filename [c2600-ik9o3s3-mz.123-9.bin]?
Accessing tftp://10.0.0.1/c2600-ik9o3s3-mz.123-9.bin...
%Error opening tftp://10.0.0.1/c2600-ik9o3s3-mz.123-9.bin(Nosuch file
or
directory)
csco#
What am I doing wrong?
TIA
Tom
--
PL/I for OpenVMSwww.kednos.com
Your tftp server running? No special characters or spaces in the root
directory name? Can you ping the tftp server? Seems like something
basic, but need more information.
--
PL/I for OpenVMSwww.kednos.com
So you have it working now? I usually do my tftps the old fashioned
way from my desktop, so missed that you were using one router to
another, so apologize for the questions on directory. Let me know if
its resolved, looks like you found the issue....slash should not be
required.
Yes, I did, and thank you for your help. |
--
PL/I for OpenVMS
www.kednos.com |
|
| Back to top |
|
 |
|
|