<?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 Get statistics information in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/get-statistics-information/m-p/1797775#M494180</link>
    <description>&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have been asked to provide statistics information for the ASA usage (bandwidth/top hosts/services)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to have a look under the ASDM but i only see possible statistics for the last 24hours...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to enable them for one month ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know how this could be done using the CLI/ASDM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 21:45:47 GMT</pubDate>
    <dc:creator>davcommunay</dc:creator>
    <dc:date>2019-03-11T21:45:47Z</dc:date>
    <item>
      <title>Get statistics information</title>
      <link>https://community.cisco.com/t5/network-security/get-statistics-information/m-p/1797775#M494180</link>
      <description>&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have been asked to provide statistics information for the ASA usage (bandwidth/top hosts/services)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to have a look under the ASDM but i only see possible statistics for the last 24hours...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to enable them for one month ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know how this could be done using the CLI/ASDM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 21:45:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/get-statistics-information/m-p/1797775#M494180</guid>
      <dc:creator>davcommunay</dc:creator>
      <dc:date>2019-03-11T21:45:47Z</dc:date>
    </item>
    <item>
      <title>Get statistics information</title>
      <link>https://community.cisco.com/t5/network-security/get-statistics-information/m-p/1797776#M494181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not per-se. You will need to configure Netflow on it and send it to a collector. That way you will be able to get more info about the flows and such. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is how you can configure it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-wiki-small" href="https://community.cisco.com/docs/DOC-6114"&gt;https://supportforums.cisco.com/docs/DOC-6114&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2011 15:41:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/get-statistics-information/m-p/1797776#M494181</guid>
      <dc:creator>Maykol Rojas</dc:creator>
      <dc:date>2011-11-03T15:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: Get statistics information</title>
      <link>https://community.cisco.com/t5/network-security/get-statistics-information/m-p/1797777#M494182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Mike,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you very much for this answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It helps a lot!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, there is ununderstandable things &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can enable it easily through the ASDM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And with CLI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following worked&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bifrfw01(config)# flow-export destination inside 1.2.3.4 2055&lt;/P&gt;&lt;P&gt;flow-export delay flow-create 30&lt;/P&gt;&lt;P&gt;bifrfw01(config)# class netflow&lt;/P&gt;&lt;P&gt;bifrfw01(config-cmap)# match any&lt;/P&gt;&lt;P&gt;bifrfw01(config-cmap)# exit&lt;/P&gt;&lt;P&gt;bifrfw01(config)# policy-map global_policy&lt;/P&gt;&lt;P&gt;bifrfw01(config-pmap)# class netflow&lt;/P&gt;&lt;P&gt;bifrfw01(config-pmap-c)# flow-export event-type flow-create destination 1.2.3.4&lt;/P&gt;&lt;P&gt;bifrfw01(config-pmap-c)# exit&lt;/P&gt;&lt;P&gt;bifrfw01(config-pmap)# service-policy global_policy global&lt;/P&gt;&lt;P&gt;bifrfw01(config)# write&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i have compeltely different information than the one provided by the following command:&lt;/P&gt;&lt;P&gt;threat-detection statistics protocol number-of-rate 3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The trueth is in the statistics not in the Netflow ?&lt;/P&gt;&lt;P&gt;What netflow config (on the ASA side) could provie me the same result as those i have actually with the statistics ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2011 10:22:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/get-statistics-information/m-p/1797777#M494182</guid>
      <dc:creator>davcommunay</dc:creator>
      <dc:date>2011-11-04T10:22:27Z</dc:date>
    </item>
    <item>
      <title>Get statistics information</title>
      <link>https://community.cisco.com/t5/network-security/get-statistics-information/m-p/1797778#M494183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are totally right. You know, the threat detection information will be reflected on the firewall dashboard. But for accounting information, you can use Netflow to create reports and so on based on the Netflow collector that you use. I have used PRTG and it shows the ports, percentage used and the amount of bit/bytes used. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Threat detection will give you information about the top ten sources/destinations and protocols being used. It is great for troubleshooting, but it can be CPU intesive. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Having the ASA to send this information to a netflow collector I think it is a good approach, also, helps you out to not log certain information (To a syslog server) hence being friendly with your CPU usage &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This link shows how to configure it and also you can see a little chart with the bandwith usage there &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.paessler.com/knowledgebase/en/topic/1423-how-to-monitor-cisco-asa-firewalls-using-netflow-9-and-prtg"&gt;http://www.paessler.com/knowledgebase/en/topic/1423-how-to-monitor-cisco-asa-firewalls-using-netflow-9-and-prtg&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, I am not saying use this one, there are other ones like solarwinds that do an amazing job with reports. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Threat detection ir used most for troubleshooting and not so much for billing/accounting. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyways, it is my humble opinion. I hope it helps a bit &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know what you think. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Nov 2011 05:33:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/get-statistics-information/m-p/1797778#M494183</guid>
      <dc:creator>Maykol Rojas</dc:creator>
      <dc:date>2011-11-05T05:33:04Z</dc:date>
    </item>
  </channel>
</rss>

