<?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 services, Blank Dashboard. Not reporting data. in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/firepower-services-blank-dashboard-not-reporting-data/m-p/3794237#M982337</link>
    <description>&lt;P&gt;How do you do that in command line? Are talking about in the firepower config?&lt;/P&gt;</description>
    <pubDate>Mon, 04 Feb 2019 13:42:24 GMT</pubDate>
    <dc:creator>jkrato</dc:creator>
    <dc:date>2019-02-04T13:42:24Z</dc:date>
    <item>
      <title>Firepower services, Blank Dashboard. Not reporting data.</title>
      <link>https://community.cisco.com/t5/network-security/firepower-services-blank-dashboard-not-reporting-data/m-p/3792997#M982335</link>
      <description>&lt;P&gt;Set up firepower services. Followed various documentation. Once completed noticed the graphs weren't populating. Realized I didn't have licensing so I purchased that. Still doesn't work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The firewall can ping the firepower module&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I run:&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;show service-policy sfr&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I get:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Global policy:&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;Service-policy: global_policy&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;Class-map: SFR&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;SFR: card status Up, mode fail-open monitor-only&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;packet input 0, packet output 21152328, drop 0, reset-drop 0&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Shouldn't the packet input match the packet output?&amp;nbsp;&lt;/P&gt;&lt;P&gt;This probably means I have a mis-configuration somewhere.... But I am not sure where to start.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 14:16:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/firepower-services-blank-dashboard-not-reporting-data/m-p/3792997#M982335</guid>
      <dc:creator>jkrato</dc:creator>
      <dc:date>2019-03-12T14:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: Firepower services, Blank Dashboard. Not reporting data.</title>
      <link>https://community.cisco.com/t5/network-security/firepower-services-blank-dashboard-not-reporting-data/m-p/3793405#M982336</link>
      <description>Hi,&lt;BR /&gt;PLease share the access-list you configured on the class-map. &lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Abheesh</description>
      <pubDate>Sat, 02 Feb 2019 09:16:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/firepower-services-blank-dashboard-not-reporting-data/m-p/3793405#M982336</guid>
      <dc:creator>Abheesh Kumar</dc:creator>
      <dc:date>2019-02-02T09:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: Firepower services, Blank Dashboard. Not reporting data.</title>
      <link>https://community.cisco.com/t5/network-security/firepower-services-blank-dashboard-not-reporting-data/m-p/3794237#M982337</link>
      <description>&lt;P&gt;How do you do that in command line? Are talking about in the firepower config?&lt;/P&gt;</description>
      <pubDate>Mon, 04 Feb 2019 13:42:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/firepower-services-blank-dashboard-not-reporting-data/m-p/3794237#M982337</guid>
      <dc:creator>jkrato</dc:creator>
      <dc:date>2019-02-04T13:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: Firepower services, Blank Dashboard. Not reporting data.</title>
      <link>https://community.cisco.com/t5/network-security/firepower-services-blank-dashboard-not-reporting-data/m-p/3794375#M982338</link>
      <description>&lt;P&gt;You need to issue the following commands on the firewall,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;show run class-map SFR&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;make sure you have an ACL in the match access-list statement something like&amp;nbsp;" match access-list SFR-ACL"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SFR-ACL should include traffic that you want to send to SFR Module.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Below is the output from my lab firewall.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;access-list SFR_ACL extended permit ip any any&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;class-map SFR_ACL&lt;BR /&gt;match access-list SFR_ACL&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;policy-map global_policy&lt;/P&gt;
&lt;P&gt;class SFR_ACL&lt;BR /&gt;sfr fail-open&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Feb 2019 16:13:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/firepower-services-blank-dashboard-not-reporting-data/m-p/3794375#M982338</guid>
      <dc:creator>Ashish Jhaldiyal</dc:creator>
      <dc:date>2019-02-04T16:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: Firepower services, Blank Dashboard. Not reporting data.</title>
      <link>https://community.cisco.com/t5/network-security/firepower-services-blank-dashboard-not-reporting-data/m-p/3795143#M982339</link>
      <description>&lt;P&gt;I must have done something wrong... Here is what I got&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ciscoasa# show run class-map SFR&lt;BR /&gt;!&lt;BR /&gt;class-map SFR&lt;BR /&gt;match any&lt;BR /&gt;!&lt;BR /&gt;ciscoasa#&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Feb 2019 15:26:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/firepower-services-blank-dashboard-not-reporting-data/m-p/3795143#M982339</guid>
      <dc:creator>jkrato</dc:creator>
      <dc:date>2019-02-05T15:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: Firepower services, Blank Dashboard. Not reporting data.</title>
      <link>https://community.cisco.com/t5/network-security/firepower-services-blank-dashboard-not-reporting-data/m-p/3797726#M982340</link>
      <description>&lt;P&gt;Can you offer anymore help?&lt;/P&gt;</description>
      <pubDate>Fri, 08 Feb 2019 13:30:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/firepower-services-blank-dashboard-not-reporting-data/m-p/3797726#M982340</guid>
      <dc:creator>jkrato</dc:creator>
      <dc:date>2019-02-08T13:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: Firepower services, Blank Dashboard. Not reporting data.</title>
      <link>https://community.cisco.com/t5/network-security/firepower-services-blank-dashboard-not-reporting-data/m-p/3797730#M982341</link>
      <description>&lt;P&gt;class-map SFR&lt;BR /&gt;match any&lt;BR /&gt;class-map inspection_default&lt;BR /&gt;match default-inspection-traffic&lt;BR /&gt;!&lt;/P&gt;</description>
      <pubDate>Fri, 08 Feb 2019 13:35:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/firepower-services-blank-dashboard-not-reporting-data/m-p/3797730#M982341</guid>
      <dc:creator>jkrato</dc:creator>
      <dc:date>2019-02-08T13:35:45Z</dc:date>
    </item>
  </channel>
</rss>

