<?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: Detect high bandwith consumption in Next-Generation Firewall Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/next-generation-firewall/detect-high-bandwith-consumption/m-p/594446#M3556</link>
    <description>&lt;P&gt;Hi Procom,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can try identify the sessions from the CLI that is above a certain amount of data.&lt;/P&gt;
&lt;P&gt;show session all filter min-kb 1048576 ( will give you all session above 1 GB)&lt;/P&gt;
&lt;P&gt;Take into account this will also include long running sessions.&lt;/P&gt;
&lt;P&gt;But should give you a good indication.&lt;/P&gt;
&lt;P&gt;You could also try using netflow.&lt;/P&gt;
&lt;P&gt;For session that have already ended you can use the ACC dashboard.&lt;/P&gt;
&lt;P&gt;I have asked ChatGPT for some python code that can help you print out the session that go above a certain througput.&lt;/P&gt;
&lt;P&gt;10 Mbps in the example you can adjust the params to what you want.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://pastebin.com/TXrqfiKu" target="_blank"&gt;Bandwidth Hogs - Pastebin.com&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 09 Aug 2024 08:11:13 GMT</pubDate>
    <dc:creator>zGomez</dc:creator>
    <dc:date>2024-08-09T08:11:13Z</dc:date>
    <item>
      <title>Detect high bandwith consumption</title>
      <link>https://live.paloaltonetworks.com/t5/next-generation-firewall/detect-high-bandwith-consumption/m-p/594275#M3553</link>
      <description>&lt;P&gt;Hello everyone!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I´m looking for a way to identify a user or IP when they have high bw consumption&lt;/P&gt;
&lt;P&gt;Lets say a user is downloading something and is using all my ISP bw, how can I identify it in that moment?&lt;/P&gt;
&lt;P&gt;I was able to do this but when the session was finished, in my scenario my user downloaded something for 2hs an I had to wait until that to identify, this is very frustrating.&lt;/P&gt;
&lt;P&gt;Has anyone find a way to do this? it will be very very helpful&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Wed, 07 Aug 2024 21:08:57 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/next-generation-firewall/detect-high-bandwith-consumption/m-p/594275#M3553</guid>
      <dc:creator>procom</dc:creator>
      <dc:date>2024-08-07T21:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: Detect high bandwith consumption</title>
      <link>https://live.paloaltonetworks.com/t5/next-generation-firewall/detect-high-bandwith-consumption/m-p/594329#M3554</link>
      <description>&lt;P&gt;You can identify from ACC tab. Also you can use QoS policy to limit user's bandwidth or identify user.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2024 11:57:11 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/next-generation-firewall/detect-high-bandwith-consumption/m-p/594329#M3554</guid>
      <dc:creator>YEmreSeven</dc:creator>
      <dc:date>2024-08-08T11:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: Detect high bandwith consumption</title>
      <link>https://live.paloaltonetworks.com/t5/next-generation-firewall/detect-high-bandwith-consumption/m-p/594388#M3555</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;YEmereSeven,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Sadly ACC refresh every 15 minutes and if the session is still going it will not show until it ends.&lt;BR /&gt;QoS you can see real time traffic (with the graph) but can`t identify the user that is consuming at that time.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;It is really disappointing and wierd that PA has no way to do this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2024 15:45:37 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/next-generation-firewall/detect-high-bandwith-consumption/m-p/594388#M3555</guid>
      <dc:creator>procom</dc:creator>
      <dc:date>2024-08-08T15:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: Detect high bandwith consumption</title>
      <link>https://live.paloaltonetworks.com/t5/next-generation-firewall/detect-high-bandwith-consumption/m-p/594446#M3556</link>
      <description>&lt;P&gt;Hi Procom,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can try identify the sessions from the CLI that is above a certain amount of data.&lt;/P&gt;
&lt;P&gt;show session all filter min-kb 1048576 ( will give you all session above 1 GB)&lt;/P&gt;
&lt;P&gt;Take into account this will also include long running sessions.&lt;/P&gt;
&lt;P&gt;But should give you a good indication.&lt;/P&gt;
&lt;P&gt;You could also try using netflow.&lt;/P&gt;
&lt;P&gt;For session that have already ended you can use the ACC dashboard.&lt;/P&gt;
&lt;P&gt;I have asked ChatGPT for some python code that can help you print out the session that go above a certain througput.&lt;/P&gt;
&lt;P&gt;10 Mbps in the example you can adjust the params to what you want.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://pastebin.com/TXrqfiKu" target="_blank"&gt;Bandwidth Hogs - Pastebin.com&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2024 08:11:13 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/next-generation-firewall/detect-high-bandwith-consumption/m-p/594446#M3556</guid>
      <dc:creator>zGomez</dc:creator>
      <dc:date>2024-08-09T08:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: Detect high bandwith consumption</title>
      <link>https://live.paloaltonetworks.com/t5/next-generation-firewall/detect-high-bandwith-consumption/m-p/594556#M3561</link>
      <description>&lt;P&gt;Hi Procom, QoS without using the bandwidth limitation will show you to live traffic. But it will be show only offloaded traffic. We can't see the real throughput from SNMP or QoS.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2024 21:55:22 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/next-generation-firewall/detect-high-bandwith-consumption/m-p/594556#M3561</guid>
      <dc:creator>YEmreSeven</dc:creator>
      <dc:date>2024-08-09T21:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: Detect high bandwith consumption</title>
      <link>https://live.paloaltonetworks.com/t5/next-generation-firewall/detect-high-bandwith-consumption/m-p/1234908#M6139</link>
      <description>&lt;P&gt;Thank you all, I have confirm my suspicion that in Palo Alto you cant do this sadly.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jul 2025 18:23:42 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/next-generation-firewall/detect-high-bandwith-consumption/m-p/1234908#M6139</guid>
      <dc:creator>procom</dc:creator>
      <dc:date>2025-07-29T18:23:42Z</dc:date>
    </item>
  </channel>
</rss>

