07-15-2025 11:12 PM
I'm trying to copy IOS image for C3850 switch by TFTP
%Error opening tftp://A.B.C.D/cat3k_caa-universalk9.16.12.13.SPA.bin (Timed out)
07-15-2025 11:35 PM
First check is the TFTP Server reachable
try copy running config to TFTP is this works
Check the path is correct and File available in the root folder.
check Windows any Firewall which blocking
Do you have source interface configured - ip tftp source-interface x/x
if above both works, try below solution from my blog :
check this may be helpful :
07-15-2025 11:39 PM
conf t
ip tftp source-interface <VLAN>
end
07-16-2025 04:30 AM
debug tftp events <<- share this
MHM
07-19-2025 10:53 AM
BB has already made most of the suggestions I would have made, I will add to his suggestion about checking for connectivity:
- look carefully through your configuration for any entry about tftp (especially tftp source-interface).
- attempt to ping the server (if tftp specified a source interface then be sure to use that as the source of the ping).
- if ping was successful then look for issues he mentions such as acl, etc.
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