02-09-2022 07:38 AM
02-10-2022 10:18 AM
Hi Julio,
A TFTP timeout indicates that the switch was unable to get a response from the TFTP server. This could be due to various things, but is most commonly due to a firewall blocking TFTP traffic (including windows firewall).
I'd check the following:
-Can you ping the TFTP server from the switch using the appropriate VR context? If you're unsure of VR, simply note that VR-Mgmt is for the dedicated out of band management port only, VR-Default contains all normal front panel data ports.
ping vr <VR> <TFTP Server IP>
-Can you do the download image command and specify that VR specifically:
download image <TFTP IP> <File.xos> <VR>
-If that still timesout, I'd check any firewalls in the middle, even windows firewall (if the TFTP server is also windows).
Worst case scenario, you could setup a quick point-to-point network between the switch and a directly connected laptop to rule out any intermediate firewalls.
Hope that helps!