cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
400
Views
1
Helpful
7
Replies

4331 router

moman62
Level 1
Level 1

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)

1 Accepted Solution

Accepted Solutions


@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

 

View solution in original post

7 Replies 7

Leo Laohoo
Hall of Fame
Hall of Fame

@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.

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)


@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

 

. 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.

moman62
Level 1
Level 1

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?


@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.  

@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 !

Review Cisco Networking for a $25 gift card