<?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 Re: flow_tcp_non_syn_drop - packet capture on this counter? in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/flow-tcp-non-syn-drop-packet-capture-on-this-counter/m-p/1239906#M125335</link>
    <description>&lt;P&gt;you can set packet-diag to track this counter&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;gt; debug dataplane packet-diag set log counter flow_tcp_non_syn_drop&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you'll need to enable logging, keep track of your dataplane resources to make sure you're not overloading your system, and then once a few seconds have passed (assuming the rate in your pasted output is 62 all the time) disable logging again, aggregate your captures and then check the aggregated file&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;reaper@PA-440&amp;gt; debug dataplane packet-diag set log counter flow_tcp_non_syn_drop 
reaper@PA-440&amp;gt; debug dataplane packet-diag clear log log
reaper@PA-440&amp;gt; debug dataplane packet-diag set log on

Packet log is enabled. WARNING: Enabling of debug commands could result in network outage. Not recommended if dataplane CPU is above 60%.
reaper@PA-440&amp;gt; 
reaper@PA-440&amp;gt; 
reaper@PA-440&amp;gt; 
reaper@PA-440&amp;gt; show counter global filter delta yes | match flow_tcp_non_syn_drop
flow_tcp_non_syn_drop                52        2 drop      flow      session   Packets dropped: non-SYN TCP without session match
reaper@PA-440&amp;gt; 
reaper@PA-440&amp;gt; debug dataplane packet-diag set log off

Packet log is disabled
reaper@PA-440&amp;gt; debug dataplane packet-diag aggregate-logs 



pan_packet_diag.log is aggregated


reaper@PA-440&amp;gt; less mp-log pan_packet_diag.log
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 13 Oct 2025 09:38:56 GMT</pubDate>
    <dc:creator>reaper</dc:creator>
    <dc:date>2025-10-13T09:38:56Z</dc:date>
    <item>
      <title>flow_tcp_non_syn_drop - packet capture on this counter?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/flow-tcp-non-syn-drop-packet-capture-on-this-counter/m-p/1239871#M125328</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I know this topic has been covered in a fair number of posts. Since I haven't read of anyone discussing this, I'm skeptical that it's an option. ....but I'm still going to post about it and ask directly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have my non_syn tcp counter incrementing pretty much all of the time. I'd like to know if there is a way to setup a packet capture filter based on traffic that matches this counter. I don't have specific flows that are reportedly not working, so I'm kind of shooting in the dark. Are there legitimate reasons for this counter to increment that I'm not thinking of?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;user@fw(active)&amp;gt; show counter global filter severity drop delta yes | match syn\|name\|---\|samp&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Elapsed time since last sampling: 5.336 seconds&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;name value rate severity category aspect description&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;--------------------------------------------------------------------------------&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;flow_tcp_non_syn_drop 342 62 drop flow session Packets dropped: non-SYN TCP without session match&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;--------------------------------------------------------------------------------&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;--------------------------------------------------------------------------------&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Oct 2025 17:54:06 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/flow-tcp-non-syn-drop-packet-capture-on-this-counter/m-p/1239871#M125328</guid>
      <dc:creator>H.Tendrup</dc:creator>
      <dc:date>2025-10-10T17:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: flow_tcp_non_syn_drop - packet capture on this counter?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/flow-tcp-non-syn-drop-packet-capture-on-this-counter/m-p/1239906#M125335</link>
      <description>&lt;P&gt;you can set packet-diag to track this counter&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;gt; debug dataplane packet-diag set log counter flow_tcp_non_syn_drop&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you'll need to enable logging, keep track of your dataplane resources to make sure you're not overloading your system, and then once a few seconds have passed (assuming the rate in your pasted output is 62 all the time) disable logging again, aggregate your captures and then check the aggregated file&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;reaper@PA-440&amp;gt; debug dataplane packet-diag set log counter flow_tcp_non_syn_drop 
reaper@PA-440&amp;gt; debug dataplane packet-diag clear log log
reaper@PA-440&amp;gt; debug dataplane packet-diag set log on

Packet log is enabled. WARNING: Enabling of debug commands could result in network outage. Not recommended if dataplane CPU is above 60%.
reaper@PA-440&amp;gt; 
reaper@PA-440&amp;gt; 
reaper@PA-440&amp;gt; 
reaper@PA-440&amp;gt; show counter global filter delta yes | match flow_tcp_non_syn_drop
flow_tcp_non_syn_drop                52        2 drop      flow      session   Packets dropped: non-SYN TCP without session match
reaper@PA-440&amp;gt; 
reaper@PA-440&amp;gt; debug dataplane packet-diag set log off

Packet log is disabled
reaper@PA-440&amp;gt; debug dataplane packet-diag aggregate-logs 



pan_packet_diag.log is aggregated


reaper@PA-440&amp;gt; less mp-log pan_packet_diag.log
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Oct 2025 09:38:56 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/flow-tcp-non-syn-drop-packet-capture-on-this-counter/m-p/1239906#M125335</guid>
      <dc:creator>reaper</dc:creator>
      <dc:date>2025-10-13T09:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: flow_tcp_non_syn_drop - packet capture on this counter?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/flow-tcp-non-syn-drop-packet-capture-on-this-counter/m-p/1239931#M125338</link>
      <description>&lt;P&gt;Excellent! thank you so much. In my case the files were located in the sXdpY-log folders, i.e.&lt;BR /&gt;less s2dp0-log&amp;nbsp; pan_packet_diag.log&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This will give me a whole lot more to sift through as I try to determine if I have asymmetric routing through my FWs or if there's something else going on. THanks again!&lt;/P&gt;</description>
      <pubDate>Mon, 13 Oct 2025 17:40:16 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/flow-tcp-non-syn-drop-packet-capture-on-this-counter/m-p/1239931#M125338</guid>
      <dc:creator>H.Tendrup</dc:creator>
      <dc:date>2025-10-13T17:40:16Z</dc:date>
    </item>
  </channel>
</rss>

