<?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 http filter use QOS in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/http-filter-use-qos/m-p/1503050#M661861</link>
    <description>&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,all:&lt;/P&gt;&lt;P&gt;my config like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Class Map match-all 1 (id 3)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Match protocol dns&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Class Map match-all 2 (id 4)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Match protocol http host "*cisco.com*"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Class Map match-all 3 (id 5)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Match not class-map 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Match not class-map 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Policy Map 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Class 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Class 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Class 3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; drop&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want deny all web access except to cisco.com&lt;/P&gt;&lt;P&gt;If i not use "drop" command in class 3,i can see packets match stats in class 2 when i use command "show policy-map interface";but if i use "drop" command in class 3,all http packets will be droped,i can't access the cisco.com,and there is any packets match stats in class 2,but class 1 and class 3's match stats grow up correct,i try some other way for class 3,like:&lt;/P&gt;&lt;P&gt;class 3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; match class class-default&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;class 3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; match any&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;class 3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; match access-group xxx&lt;/P&gt;&lt;P&gt;but all fail,the router drop all http packets as long as "drop" command be used in class3.&lt;/P&gt;&lt;P&gt;please help me,thx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 18:10:16 GMT</pubDate>
    <dc:creator>flowaycco</dc:creator>
    <dc:date>2019-03-11T18:10:16Z</dc:date>
    <item>
      <title>http filter use QOS</title>
      <link>https://community.cisco.com/t5/network-security/http-filter-use-qos/m-p/1503050#M661861</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,all:&lt;/P&gt;&lt;P&gt;my config like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Class Map match-all 1 (id 3)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Match protocol dns&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Class Map match-all 2 (id 4)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Match protocol http host "*cisco.com*"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Class Map match-all 3 (id 5)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Match not class-map 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Match not class-map 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Policy Map 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Class 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Class 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Class 3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; drop&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want deny all web access except to cisco.com&lt;/P&gt;&lt;P&gt;If i not use "drop" command in class 3,i can see packets match stats in class 2 when i use command "show policy-map interface";but if i use "drop" command in class 3,all http packets will be droped,i can't access the cisco.com,and there is any packets match stats in class 2,but class 1 and class 3's match stats grow up correct,i try some other way for class 3,like:&lt;/P&gt;&lt;P&gt;class 3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; match class class-default&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;class 3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; match any&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;class 3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; match access-group xxx&lt;/P&gt;&lt;P&gt;but all fail,the router drop all http packets as long as "drop" command be used in class3.&lt;/P&gt;&lt;P&gt;please help me,thx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 18:10:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/http-filter-use-qos/m-p/1503050#M661861</guid>
      <dc:creator>flowaycco</dc:creator>
      <dc:date>2019-03-11T18:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: http filter use QOS</title>
      <link>https://community.cisco.com/t5/network-security/http-filter-use-qos/m-p/1503051#M661862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you looking to block all web access except ciso.com site, then you need to use REGEX. Here is a document that could be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://community.cisco.com/docs/DOC-1268;jsessionid=04C0678692F3EDA69D5921326AEC1195.node0"&gt;https://supportforums.cisco.com/docs/DOC-1268;jsessionid=04C0678692F3EDA69D5921326AEC1195.node0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jul 2010 13:03:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/http-filter-use-qos/m-p/1503051#M661862</guid>
      <dc:creator>Nagaraja Thanthry</dc:creator>
      <dc:date>2010-07-12T13:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: http filter use QOS</title>
      <link>https://community.cisco.com/t5/network-security/http-filter-use-qos/m-p/1503052#M661863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thx very much!&lt;/P&gt;&lt;P&gt;But my equipment is 2921 router,not firewell,and only ip base ios,so i must use qos to do this only.:(&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jul 2010 13:21:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/http-filter-use-qos/m-p/1503052#M661863</guid>
      <dc:creator>flowaycco</dc:creator>
      <dc:date>2010-07-12T13:21:42Z</dc:date>
    </item>
  </channel>
</rss>

