<?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 Got it!Thanks very much. no in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/default-class-default-inspection/m-p/2753816#M178309</link>
    <description>&lt;P&gt;Got it!&lt;/P&gt;&lt;P&gt;Thanks very much.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;no service-policy global-policy global&lt;/P&gt;&lt;P&gt;policy-map global-policy&lt;/P&gt;&lt;P&gt;no class class-default&lt;/P&gt;</description>
    <pubDate>Fri, 02 Oct 2015 11:49:02 GMT</pubDate>
    <dc:creator>James Davies</dc:creator>
    <dc:date>2015-10-02T11:49:02Z</dc:date>
    <item>
      <title>Default Class-default Inspection</title>
      <link>https://community.cisco.com/t5/network-security/default-class-default-inspection/m-p/2753811#M178304</link>
      <description>&lt;P&gt;Hi There,&lt;/P&gt;&lt;P&gt;On my ASA, I was looking at how inspection works, as Im not clear. I understand what it now does, but when I look at my running config, the section for policy-map global-policy looks like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;policy-map global_policy&lt;BR /&gt;policy-map global-policy&lt;BR /&gt;&amp;nbsp;class class-default&lt;BR /&gt;&amp;nbsp; user-statistics accounting&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and nothing else? souldnt there be a list of the default inspection protocols? ftp, http etc?&lt;/P&gt;&lt;P&gt;and I notice the policy-map line is there twice?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 06:41:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/default-class-default-inspection/m-p/2753811#M178304</guid>
      <dc:creator>James Davies</dc:creator>
      <dc:date>2019-03-12T06:41:10Z</dc:date>
    </item>
    <item>
      <title>Hi James,To perform</title>
      <link>https://community.cisco.com/t5/network-security/default-class-default-inspection/m-p/2753812#M178305</link>
      <description>&lt;P&gt;Hi James,&lt;/P&gt;&lt;P&gt;To perform inspection you basically select traffic (using ACL and class-map) based on your requirement.&lt;/P&gt;&lt;P&gt;Once you filter traffic you decide what inspections should be applied on the selected traffic (using policy-map).&lt;/P&gt;&lt;P&gt;At the end when you have coupled inspection with selected traffic then you apply this policy-map on an interface or at global level.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The show policy-map will list all the policy maps that you create. ASA has certain inspections enabled by default but that can removed or added.&lt;/P&gt;&lt;P&gt;In your configuration you have deleted contents of default policy-map "global_policy" and created another policy map "&lt;SPAN style="font-size: 14.4px; line-height: normal;"&gt;global-policy" with&amp;nbsp;class class-default&lt;/SPAN&gt;&lt;BR style="font-size: 14.4px; line-height: normal;" /&gt;&lt;SPAN style="font-size: 14.4px; line-height: normal;"&gt;&amp;nbsp; user-statistics accounting.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.4px; line-height: normal;"&gt;The lines in show run policy-map output are not same, you can see the " - " (dash) &amp;nbsp;and &amp;nbsp;" _ " (underscore) in the name.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Hope it helps!!!&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;R.Seth&lt;/P&gt;&lt;P&gt;Don't forget to mark the answer as correct if it helps in resolving your query!!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Oct 2015 10:23:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/default-class-default-inspection/m-p/2753812#M178305</guid>
      <dc:creator>Rishabh Seth</dc:creator>
      <dc:date>2015-10-02T10:23:31Z</dc:date>
    </item>
    <item>
      <title>I didnt even notice that!</title>
      <link>https://community.cisco.com/t5/network-security/default-class-default-inspection/m-p/2753813#M178306</link>
      <description>&lt;P&gt;I didnt even notice that! thanks &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; how do I put this back? can I just delete the one I added by mistake by doing "no policy-map global-policy"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Oct 2015 10:27:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/default-class-default-inspection/m-p/2753813#M178306</guid>
      <dc:creator>James Davies</dc:creator>
      <dc:date>2015-10-02T10:27:03Z</dc:date>
    </item>
    <item>
      <title>Yes you can delete the policy</title>
      <link>https://community.cisco.com/t5/network-security/default-class-default-inspection/m-p/2753814#M178307</link>
      <description>&lt;P&gt;Yes you can delete the policy map using no policy-map &amp;lt;policy- name&amp;gt;. Only the default policy map cannot be deleted.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can add the inspection to the default-policy. I have a sample output:&lt;/P&gt;&lt;P&gt;policy-map global_policy&lt;BR /&gt;&amp;nbsp;class inspection_default&lt;BR /&gt;&amp;nbsp; inspect dns preset_dns_map&lt;BR /&gt;&amp;nbsp; inspect ftp&lt;BR /&gt;&amp;nbsp; inspect h323 h225&lt;BR /&gt;&amp;nbsp; inspect h323 ras&lt;BR /&gt;&amp;nbsp; inspect rsh&lt;BR /&gt;&amp;nbsp; inspect rtsp&lt;BR /&gt;&amp;nbsp; inspect esmtp&lt;BR /&gt;&amp;nbsp; inspect sqlnet&lt;BR /&gt;&amp;nbsp; inspect skinny&lt;BR /&gt;&amp;nbsp; inspect sunrpc&lt;BR /&gt;&amp;nbsp; inspect xdmcp&lt;BR /&gt;&amp;nbsp; inspect sip&lt;BR /&gt;&amp;nbsp; inspect netbios&lt;BR /&gt;&amp;nbsp; inspect tftp&lt;BR /&gt;&amp;nbsp; inspect ip-options&lt;BR /&gt;&amp;nbsp; inspect icmp&lt;BR /&gt;&amp;nbsp;class class-default&lt;BR /&gt;&amp;nbsp; user-statistics accounting&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt; You can add or remove inspection based on your requirement.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;R.Seth&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Oct 2015 10:32:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/default-class-default-inspection/m-p/2753814#M178307</guid>
      <dc:creator>Rishabh Seth</dc:creator>
      <dc:date>2015-10-02T10:32:21Z</dc:date>
    </item>
    <item>
      <title>Im getting this when I try</title>
      <link>https://community.cisco.com/t5/network-security/default-class-default-inspection/m-p/2753815#M178308</link>
      <description>&lt;P&gt;Im getting this when I try and remove my one that I created by accident&lt;/P&gt;&lt;P&gt;ERROR: policy-map global-policy is being used and hence cannot be removed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Oct 2015 11:34:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/default-class-default-inspection/m-p/2753815#M178308</guid>
      <dc:creator>James Davies</dc:creator>
      <dc:date>2015-10-02T11:34:36Z</dc:date>
    </item>
    <item>
      <title>Got it!Thanks very much. no</title>
      <link>https://community.cisco.com/t5/network-security/default-class-default-inspection/m-p/2753816#M178309</link>
      <description>&lt;P&gt;Got it!&lt;/P&gt;&lt;P&gt;Thanks very much.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;no service-policy global-policy global&lt;/P&gt;&lt;P&gt;policy-map global-policy&lt;/P&gt;&lt;P&gt;no class class-default&lt;/P&gt;</description>
      <pubDate>Fri, 02 Oct 2015 11:49:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/default-class-default-inspection/m-p/2753816#M178309</guid>
      <dc:creator>James Davies</dc:creator>
      <dc:date>2015-10-02T11:49:02Z</dc:date>
    </item>
  </channel>
</rss>

