02-09-2025 05:34 PM
I am trying to tftp to my pc the old ios's on this router and am getting this message when doing so.
Router4331#copy flash: tftp
Source filename []? /bootflash/isr4300-universalk9.16.06.07.SPA.bin
Address or name of remote host []? 192.168.0.10
Destination filename [isr4300-universalk9.16.06.07.SPA.bin]? /bootflash/isr4300-universalk9.16.06.07.SPA.bin
Error opening bootflash:/bootflash/isr4300-universalk9.16.06.07.SPA.bin (No such file or directory)
Solved! Go to Solution.
02-10-2025 03:14 PM - edited 02-11-2025 04:07 PM
@moman62 wrote:Router4331#ping 192.168.0.7 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.0.7, timeout is 2 seconds: ..... Success rate is 0 percent (0/5)
What interface is used to reach that IP address?
Please add the following config:
conf t
ip tftp source-interface <INTERACE>
end
02-09-2025 06:34 PM
@moman62 wrote:
No such file or directory
There is no file called "/bootflash/isr4300-universalk9.16.06.07.SPA.bin" in the TFTP server.
Try calling the file "isr4300-universalk9.16.06.07.SPA.bin" and see what happens.
02-10-2025 12:56 PM
I created a loopback address and assigned it an ip address, I cannot ping my tftp server from the router nor can i ping the loopback address from the pc.
Router4331#copy flash: tftp
Source filename []? pp-adv-isr4000-1612.1a-37-49.0.0.pack
Address or name of remote host []? 192.168.0.7
Destination filename [pp-adv-isr4000-1612.1a-37-49.0.0.pack]? pp-adv-isr4000-1612.1a-37-49.0.0.pack
.....
%Error opening tftp://192.168.0.7/pp-adv-isr4000-1612.1a-37-49.0.0.pack (Timed out)
Router4331#
Router4331#
Router4331#ping 192.168.0.7
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.0.7, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)
02-10-2025 03:14 PM - edited 02-11-2025 04:07 PM
@moman62 wrote:Router4331#ping 192.168.0.7 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.0.7, timeout is 2 seconds: ..... Success rate is 0 percent (0/5)
What interface is used to reach that IP address?
Please add the following config:
conf t
ip tftp source-interface <INTERACE>
end
02-11-2025 11:29 AM
. conf t
. ip tftp source-interface g0/0/2 (or whatever port you have interface set to)
. copy flash: tftp
. copy tftp: flash:
All is working.
02-10-2025 04:56 PM
my question is what makes this 4331 so special lol. I am able to use the tftp server on my 2921 routers without incidence. or does this router demand that the tftp server is setup differently to transfer to and from?
02-10-2025 06:08 PM
@moman62 wrote:
or does this router demand that the tftp server is setup differently to transfer to and from?
IOS-XE behaves differently to classic IOS.
02-10-2025 09:33 PM
@moman62
You can tracerout from PC to Lo address / and check if you have a route or no.
If others is working only 4331 is not work / try to test real interface instead of Lo.
You can share # show ip route 192.168.0.7
Thanks !
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide