<?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: Firepower CPU History in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/firepower-cpu-high/m-p/4416934#M1081466</link>
    <description>&lt;P&gt;CPU utilization of Firepower is reported out separately for FXOS vs. FTD vs. LINA. So you need to always distinguish which context you are looking at.&lt;/P&gt;
&lt;P&gt;Can you give more info on where you see the 95%?&lt;/P&gt;</description>
    <pubDate>Fri, 11 Jun 2021 16:59:48 GMT</pubDate>
    <dc:creator>Marvin Rhoads</dc:creator>
    <dc:date>2021-06-11T16:59:48Z</dc:date>
    <item>
      <title>Firepower Cpu High</title>
      <link>https://community.cisco.com/t5/network-security/firepower-cpu-high/m-p/2965789#M43269</link>
      <description>&lt;P&gt;Hi all,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;How to troubleshoot this error ?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One of the CPU goes high percentage and triggered critical alarm.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Screenshot taken from firesight dashboard.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 13:44:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/firepower-cpu-high/m-p/2965789#M43269</guid>
      <dc:creator>hafiez_abn</dc:creator>
      <dc:date>2019-03-10T13:44:51Z</dc:date>
    </item>
    <item>
      <title>A coupe of questions here:</title>
      <link>https://community.cisco.com/t5/network-security/firepower-cpu-high/m-p/2965790#M43272</link>
      <description>&lt;P&gt;A coupe of questions here:&lt;/P&gt;
&lt;P&gt;- What device is having the high CPU? (ASA, Sourcefire appliance, etc)&lt;/P&gt;
&lt;P&gt;- What version and patch level are you running&lt;/P&gt;
&lt;P&gt;Also, a couple of notes:&lt;/P&gt;
&lt;P&gt;- You can login to the device and enter "expert" mode and issue "top" command which will show you what processes are using most of your CPU.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- You should note that only one of the CPU cores is being highly utilized. The current implementation of Snort in Sourcefire/FirePOWER is single threaded. Thus, it is possible&amp;nbsp;that this happens during a CPU intensive process (updates, policy push, elephant flow, etc)&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Thank you for rating helpful posts!&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2017 18:30:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/firepower-cpu-high/m-p/2965790#M43272</guid>
      <dc:creator>nspasov</dc:creator>
      <dc:date>2017-01-06T18:30:54Z</dc:date>
    </item>
    <item>
      <title>hi,</title>
      <link>https://community.cisco.com/t5/network-security/firepower-cpu-high/m-p/2965791#M43273</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;
&lt;P&gt;- device is ASA firepower module and running v5.4.0.2-33&lt;/P&gt;
&lt;P&gt;- you can show the result as attached,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- is it normal for one of the CPU being high?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2017 23:26:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/firepower-cpu-high/m-p/2965791#M43273</guid>
      <dc:creator>hafiez_abn</dc:creator>
      <dc:date>2017-01-06T23:26:59Z</dc:date>
    </item>
    <item>
      <title>Your firepower module is</title>
      <link>https://community.cisco.com/t5/network-security/firepower-cpu-high/m-p/2965792#M43274</link>
      <description>&lt;P&gt;Your firepower module is running multiple processes of snort (ips engine). Depending on your traffic load one possible cause could be an elephant flow that is processed by a certain snort process that uses that specific core. (traffic is being load balanced based on 5-tuple (ip,src-port,dst-port,protocol).&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Normally high cpu load on a single core is not an issue but it might be related to a bug. In any case you could connect to your firepower module and restart the ips engine during a maintenance windows (possible traffic loss for a few seconds) to see if that fixes your issue.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;If the problem persists you might wanna open up a tac case to verify what is causing the high load.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;To verify and possibly restart snort do the following on your firepower module via ssh&lt;/P&gt;
&lt;PRE class="prettyprint"&gt;# change to bash shell&lt;BR /&gt;&amp;gt; expert &lt;BR /&gt;&lt;BR /&gt;# change user to root&lt;BR /&gt;admin@firepower:/# sudo su -&lt;BR /&gt;&lt;BR /&gt;# execute top to verify which process is causing high cpu load (snort=ips, exit via ^C)&lt;BR /&gt;root@firepower:/# top &lt;BR /&gt;&lt;BR /&gt;# restart snort engine (might cause temporary traffic loss for a few seconds)&lt;BR /&gt;root@firepower:/# pmtool RestartById snort&lt;/PRE&gt;</description>
      <pubDate>Sat, 07 Jan 2017 19:36:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/firepower-cpu-high/m-p/2965792#M43274</guid>
      <dc:creator>Oliver Kaiser</dc:creator>
      <dc:date>2017-01-07T19:36:40Z</dc:date>
    </item>
    <item>
      <title>Done restarts snort service,</title>
      <link>https://community.cisco.com/t5/network-security/firepower-cpu-high/m-p/2965793#M43276</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Done &lt;/SPAN&gt;&lt;SPAN class="correction  alternate" id="GingerWidget-correction-0"&gt;restarts&lt;/SPAN&gt;&lt;SPAN&gt; snort &lt;/SPAN&gt;&lt;SPAN class="correction  alternate" id="GingerWidget-correction-1"&gt;service, unfortunately&lt;/SPAN&gt;&lt;SPAN&gt; the problem still persist. All snort shown normal percentage, refer to the attached picture. &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Would open &lt;/SPAN&gt;&lt;SPAN class="correction  alternate" id="GingerWidget-correction-2"&gt;a TAC case&lt;/SPAN&gt;&lt;SPAN&gt; for further assistance. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Just curiosity, where can I get materials to learn about firepower troubleshooting? It is hard to find Linux root's command for firepower from &lt;/SPAN&gt;&lt;SPAN class="correction  alternate" id="GingerWidget-correction-3"&gt;the Cisco website&lt;/SPAN&gt;&lt;SPAN&gt;. Besides that, any recommendation book for analyst traffic from Firesight dashboard.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks for sharing..&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2017 08:39:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/firepower-cpu-high/m-p/2965793#M43276</guid>
      <dc:creator>hafiez_abn</dc:creator>
      <dc:date>2017-01-09T08:39:54Z</dc:date>
    </item>
    <item>
      <title>Unfortunately there isnt much</title>
      <link>https://community.cisco.com/t5/network-security/firepower-cpu-high/m-p/2965794#M43279</link>
      <description>&lt;P&gt;Unfortunately there isnt much documentation on the tools available to troubleshoot various firepower issues on root shell. Those tools shouldn't actually be touched according to Cisco since many issues should not occur.&lt;/P&gt;
&lt;P&gt;As a starting point you might wanna look at the TAC documentation for&amp;nbsp;&lt;A href="http://www.cisco.com/c/en/us/support/security/firepower-8000-series-appliances/products-tech-notes-list.html"&gt;firepower&lt;/A&gt;&amp;nbsp;and&amp;nbsp;&lt;A href="http://www.cisco.com/c/en/us/support/security/defense-center/products-tech-notes-list.html"&gt;FMC&lt;/A&gt;. The configuration guide also lists some commands but if you want to know what the various executables are doing you will need to research them yourself or check various blogs.&lt;/P&gt;
&lt;P&gt;Just make sure you test on a lab system before you use your knowledge on a production system.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2017 23:08:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/firepower-cpu-high/m-p/2965794#M43279</guid>
      <dc:creator>Oliver Kaiser</dc:creator>
      <dc:date>2017-01-09T23:08:28Z</dc:date>
    </item>
    <item>
      <title>Hi, </title>
      <link>https://community.cisco.com/t5/network-security/firepower-cpu-high/m-p/2965795#M43280</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I'm already open TAC case for this issue.. unfortunately still pending for developer..actually CPU high doesn't comes from snort.&lt;/P&gt;
&lt;P&gt;Do you have any idea? &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2017 07:00:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/firepower-cpu-high/m-p/2965795#M43280</guid>
      <dc:creator>hafiez_abn</dc:creator>
      <dc:date>2017-01-26T07:00:26Z</dc:date>
    </item>
    <item>
      <title>If the issue had to be</title>
      <link>https://community.cisco.com/t5/network-security/firepower-cpu-high/m-p/2965796#M43281</link>
      <description>&lt;P&gt;If the issue had to be escalated to engineering, I think we wont find a solution to this ourselves. According to your screenshot it seems to be related to some stats collection process.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I have found this rna related bug CSCuv99982, but I am not sure that is really the issue here since your problem is about high cpu usage. TBH I would try to upgrade to 6.1.0.1, but lets just wait for development, they should know why exactly the process is causing high load.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;regards&lt;/P&gt;
&lt;P&gt;Oliver&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2017 09:22:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/firepower-cpu-high/m-p/2965796#M43281</guid>
      <dc:creator>Oliver Kaiser</dc:creator>
      <dc:date>2017-01-26T09:22:31Z</dc:date>
    </item>
    <item>
      <title>Hi, this issue has been</title>
      <link>https://community.cisco.com/t5/network-security/firepower-cpu-high/m-p/2965797#M43282</link>
      <description>&lt;P&gt;Hi, this issue has been solved by following below workaround.&lt;/P&gt;
&lt;P&gt;https://bst.cloudapps.cisco.com/bugsearch/bug/CSCuv11738/?reffering_site=dumpcr&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2017 10:44:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/firepower-cpu-high/m-p/2965797#M43282</guid>
      <dc:creator>hafiez_abn</dc:creator>
      <dc:date>2017-01-31T10:44:24Z</dc:date>
    </item>
    <item>
      <title>Glad that your issue was</title>
      <link>https://community.cisco.com/t5/network-security/firepower-cpu-high/m-p/2965798#M43283</link>
      <description>&lt;P&gt;Glad that your issue was resolved! Also, thank you for taking the time to come back and post the solution!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Neno&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2017 23:05:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/firepower-cpu-high/m-p/2965798#M43283</guid>
      <dc:creator>nspasov</dc:creator>
      <dc:date>2017-01-31T23:05:03Z</dc:date>
    </item>
    <item>
      <title>Re: Your firepower module is</title>
      <link>https://community.cisco.com/t5/network-security/firepower-cpu-high/m-p/3185585#M43286</link>
      <description>Hi, do you know if there is a log where the history of the cpu consumption is stored, like the top output but in a time window (days, weeks)?</description>
      <pubDate>Mon, 18 Sep 2017 16:23:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/firepower-cpu-high/m-p/3185585#M43286</guid>
      <dc:creator>jaime.pedraza</dc:creator>
      <dc:date>2017-09-18T16:23:23Z</dc:date>
    </item>
    <item>
      <title>Firepower CPU History</title>
      <link>https://community.cisco.com/t5/network-security/firepower-cpu-high/m-p/3185806#M43287</link>
      <description>&lt;P&gt;There's no such log as far as I know. You could query the value via SNMP and save it off on your management system.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Sep 2017 03:23:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/firepower-cpu-high/m-p/3185806#M43287</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2017-09-19T03:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: Firepower CPU History</title>
      <link>https://community.cisco.com/t5/network-security/firepower-cpu-high/m-p/4415492#M1081404</link>
      <description>&lt;P&gt;While I see below for a FTD 2130 , I had 95% CPU. Is there any relation you see 95% CPU with all below 12 DataPath Parentages&amp;nbsp; ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&amp;gt; show processes cpu-usage sorted non-zero&lt;BR /&gt;Hardware: FPR-2130&lt;BR /&gt;Cisco Adaptive Security Appliance Software Version 9.12(2)115&lt;BR /&gt;ASLR enabled, text region aab3ca9000-aab84a6cc4&lt;BR /&gt;PC Thread 5Sec 1Min 5Min Process&lt;BR /&gt;- - 7.3% 7.3% 7.6% DATAPATH-3-1737&lt;BR /&gt;- - 7.3% 7.3% 7.6% DATAPATH-6-1740&lt;BR /&gt;- - 7.3% 7.3% 7.6% DATAPATH-7-1741&lt;BR /&gt;- - 7.2% 7.3% 7.6% DATAPATH-10-1744&lt;BR /&gt;- - 7.2% 7.3% 7.6% DATAPATH-2-1736&lt;BR /&gt;- - 7.2% 7.3% 7.6% DATAPATH-9-1743&lt;BR /&gt;- - 7.2% 7.3% 7.6% DATAPATH-1-1735&lt;BR /&gt;- - 7.2% 7.3% 7.6% DATAPATH-5-1739&lt;BR /&gt;- - 7.1% 7.3% 7.6% DATAPATH-11-1745&lt;BR /&gt;- - 7.1% 7.3% 7.6% DATAPATH-0-1734&lt;BR /&gt;- - 7.1% 7.3% 7.6% DATAPATH-4-1738&lt;BR /&gt;- - 7.1% 7.3% 7.6% DATAPATH-8-1742&lt;BR /&gt;0x000000aab5603148 0x000000fff42012a0 0.1% 0.1% 0.1% ARP Thread&lt;BR /&gt;0x000000aab65dc7bc 0x000000fff420d840 0.1% 0.0% 0.0% CERT API&lt;/DIV&gt;&lt;DIV class="view-original-post-link"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Wed, 09 Jun 2021 13:46:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/firepower-cpu-high/m-p/4415492#M1081404</guid>
      <dc:creator>MSJ1</dc:creator>
      <dc:date>2021-06-09T13:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: Firepower CPU History</title>
      <link>https://community.cisco.com/t5/network-security/firepower-cpu-high/m-p/4416934#M1081466</link>
      <description>&lt;P&gt;CPU utilization of Firepower is reported out separately for FXOS vs. FTD vs. LINA. So you need to always distinguish which context you are looking at.&lt;/P&gt;
&lt;P&gt;Can you give more info on where you see the 95%?&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jun 2021 16:59:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/firepower-cpu-high/m-p/4416934#M1081466</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2021-06-11T16:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: Firepower CPU History</title>
      <link>https://community.cisco.com/t5/network-security/firepower-cpu-high/m-p/4530054#M1086346</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/326046"&gt;@Marvin Rhoads&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;Can you give more info on where you see the 95%?&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I think he saw the high usage (95%) in the "show cpu usage detailed" output because I have exactly the same.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jan 2022 09:16:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/firepower-cpu-high/m-p/4530054#M1086346</guid>
      <dc:creator>Uwe Siegrist</dc:creator>
      <dc:date>2022-01-12T09:16:53Z</dc:date>
    </item>
  </channel>
</rss>

