<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Timeout while exporting a device state into a TFTP server in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/timeout-while-exporting-a-device-state-into-a-tftp-server/m-p/1227362#M124097</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm trying to export a device state from the Panorama CLI into a remote TFTP server, but I get a timeout.&lt;BR /&gt;Both the Panorama and the TFTP sever are on the same network, so the traffic does not pass the firewall.&lt;BR /&gt;Also, there's over 200 GB of free space on the TFTP server, so the problem is not a lack of space.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What's the reason of the timeout?&lt;BR /&gt;The Panorama's IP is xxx.yyy.128.30&lt;/P&gt;
&lt;P&gt;The TFTP server's IP is xxx.yyy.128.15&lt;BR /&gt;The first three octets are the same.&lt;/P&gt;
&lt;P&gt;The command I use is:&amp;nbsp;&lt;BR /&gt;tftp export device-state device {serial number} to xxx.yyy.128.15&lt;BR /&gt;&lt;BR /&gt;MobaXterm or Putty shows the Panorama attempting to upload the device-state onto the remote TFTP server, but the connection times out after a few seconds.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Connection_timed_out.png" style="width: 999px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/67282i51D2715FACD2D9FD/image-size/large?v=v2&amp;amp;px=999" role="button" title="Connection_timed_out.png" alt="Connection_timed_out.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 24 Apr 2025 14:56:45 GMT</pubDate>
    <dc:creator>Kfialkowski</dc:creator>
    <dc:date>2025-04-24T14:56:45Z</dc:date>
    <item>
      <title>Timeout while exporting a device state into a TFTP server</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/timeout-while-exporting-a-device-state-into-a-tftp-server/m-p/1227362#M124097</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm trying to export a device state from the Panorama CLI into a remote TFTP server, but I get a timeout.&lt;BR /&gt;Both the Panorama and the TFTP sever are on the same network, so the traffic does not pass the firewall.&lt;BR /&gt;Also, there's over 200 GB of free space on the TFTP server, so the problem is not a lack of space.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What's the reason of the timeout?&lt;BR /&gt;The Panorama's IP is xxx.yyy.128.30&lt;/P&gt;
&lt;P&gt;The TFTP server's IP is xxx.yyy.128.15&lt;BR /&gt;The first three octets are the same.&lt;/P&gt;
&lt;P&gt;The command I use is:&amp;nbsp;&lt;BR /&gt;tftp export device-state device {serial number} to xxx.yyy.128.15&lt;BR /&gt;&lt;BR /&gt;MobaXterm or Putty shows the Panorama attempting to upload the device-state onto the remote TFTP server, but the connection times out after a few seconds.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Connection_timed_out.png" style="width: 999px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/67282i51D2715FACD2D9FD/image-size/large?v=v2&amp;amp;px=999" role="button" title="Connection_timed_out.png" alt="Connection_timed_out.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Apr 2025 14:56:45 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/timeout-while-exporting-a-device-state-into-a-tftp-server/m-p/1227362#M124097</guid>
      <dc:creator>Kfialkowski</dc:creator>
      <dc:date>2025-04-24T14:56:45Z</dc:date>
    </item>
    <item>
      <title>Re: Timeout while exporting a device state into a TFTP server</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/timeout-while-exporting-a-device-state-into-a-tftp-server/m-p/1227410#M124101</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/1506484513"&gt;@Kfialkowski&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It doesn't sound like an issue with Panorama. I would first check Layer 3 and Layer 4. Can you reach the TFTP server via ping? Do you have any other clients within the /24 like a windows host or linux host? I would log into one of those clients and run a tcp connection test.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have a windows client run the following command to test TCP connectivity:&lt;BR /&gt;Test-NetConnection -ComputerName TFTP.Server.IP.Here -Port 69&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have a linux client run:&lt;BR /&gt;telnet TFTP.Server.IP.Here 69&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let me know how the testing goes. What kind of TFTP server do you have? Windows/Linux? If tcp conenctions via 69 are timing out still then id double check if you got a windows defender running or iptables/firewalld running on the server thats blocking the connection.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2025 03:01:22 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/timeout-while-exporting-a-device-state-into-a-tftp-server/m-p/1227410#M124101</guid>
      <dc:creator>JayGolf</dc:creator>
      <dc:date>2025-04-25T03:01:22Z</dc:date>
    </item>
  </channel>
</rss>

