06-04-2013 04:11 AM - edited 03-07-2019 01:42 PM
Hello,
I installed a new router and trying to backup the initial configuration to our tftp server. But getting the error " %Error opening tftp://172.17.0.39/corporate-confg (Timed out)"
I can ping the tftp server from router. There is no firewall in between router and tftp server. Other network devices in the same subnet can upload / download from tftp server. Only this router can't use the tftp. I tried to install a seperate tftp server and tried but no hope with the freshly installed router. Router running config is attached. Please help me.
Regards,
Tony
Solved! Go to Solution.
10-19-2017 07:35 AM - edited 10-19-2017 07:36 AM
I was directly connected via a cross over cable to my ISR4331 and was having the same issue. Adding ip tftp source-interface gig0/0/0 worked for me. Thanks!
12-19-2017 07:47 AM
Same for me i had time outs and time outs on a ISR3121/K9 .. I forgot about this command but thanks for your post i solved it , i can TFTP again :)
12-26-2017 11:39 AM
01-03-2018 12:14 PM
This fixed my problem.
ip tftp source-interface gig0/0/0
01-03-2018 12:16 PM
07-05-2018 05:39 PM
Hi Michael,
I spent more than 4 hours. Finally, I put the source and it worked.
Thanks a lot!
10-19-2018 10:14 AM
That worked. Thank you so much!
11-03-2018 04:00 PM
02-05-2019 10:05 PM
Oh - its really grate. I have facing same problem also - right now its working properly.
02-07-2019 01:29 AM
That command certainly did- Tnx
04-29-2019 01:57 AM
We were experiencing this issue on a new VG450 .Worked straight away! Thank you...
05-23-2019 07:30 PM
06-20-2019 08:27 AM
That was it. thank you!
08-13-2019 04:14 PM
08-19-2019 03:19 AM - edited 08-19-2019 03:24 AM
Does FTP not use port 21 and TFTP use port 69 ?
For so far i have seen many Cisco routers and switches need that command to specify the port on where you want to do the TFTP download , i do not think that is caused by a bug.
For example Nexus switches or Catalyst 4900M and ASR1001-X and some newer ISR43xx (Generation3) routers require this command. Aliter networks tests all ports and we use this command requirement on many different types of equipment .
For example here you will find a example config for a 4500 supervisor engine also forced to configure the management vrf in order to copy a backup startup-configuration file on the management interface fastethernet1 :
Switch#
Switch#config t
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#
Switch(config)#
Switch(config)#interface f1
Switch(config-if)#ip vrf forwarding mgmtVrf
Switch(config-if)#ip addr 10.0.1.20 255.255.255.0
Switch(config-if)#speed auto
Switch(config-if)#duplex auto
Switch(config-if)#end
Switch#
Switch#
*Aug 14 07:54:43.611: %SYS-5-CONFIG_I: Configured from console by console
Switch#ping vrf mgmtVrf 10.0.1.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.0.1.1, timeout is 2 seconds:
.!!!!
Success rate is 80 percent (4/5), round-trip min/avg/max = 1/2/4 ms
Switch#
Switch#
Switch#config t
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#
Switch(config)#ip tftp source-interface FastEthernet1
Switch(config)#exit
Switch#
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