<?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: QoS in ASA in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/qos-in-asa/m-p/1403256#M857612</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;1) No, one minor change&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list acl_qos_default extended deny ip host 172.16.1.10 any&lt;/P&gt;&lt;P&gt;access-list acl_qos_default extended permit ip any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) After&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) If they are mutually exclusive (see 1) each can take its max.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;last) You set the action in the police command. Usually it doesn't make sense to police if you are not dropping.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Dec 2009 18:28:19 GMT</pubDate>
    <dc:creator>Panos Kampanakis</dc:creator>
    <dc:date>2009-12-16T18:28:19Z</dc:date>
    <item>
      <title>QoS in ASA</title>
      <link>https://community.cisco.com/t5/network-security/qos-in-asa/m-p/1403255#M857611</link>
      <description>&lt;P&gt;Hi,&amp;nbsp; I have a 2 Mb link and wish dedicate 800 Kb for specific host. The another host in network can use only 1.2 Mb.&lt;/P&gt;&lt;P&gt;Look the configuration that I did:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list acl_qos extended permit ip host 172.16.1.10 any &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list acl_qos_default extended permit ip any any &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map class_qos&lt;/P&gt;&lt;P&gt; match access-list acl_qos&lt;/P&gt;&lt;P&gt;class-map class_qos_default&lt;/P&gt;&lt;P&gt; match access-list acl_qos_default&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map qos_policy&lt;/P&gt;&lt;P&gt; class class_qos&lt;/P&gt;&lt;P&gt;&amp;nbsp; police output 812000 conform transmit exc transmit&lt;/P&gt;&lt;P&gt; class class_qos_default&lt;/P&gt;&lt;P&gt;&amp;nbsp; police output 1258000 conform transmit exc drop&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service-policy qos_policy interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well, I have this questions:&lt;/P&gt;&lt;P&gt;1°) The configuration is ok?&lt;/P&gt;&lt;P&gt;2°) The service-policy is applied before or after nat process?&lt;/P&gt;&lt;P&gt;3°) Traffic in default class (class_qos_default) never will use more that 1.2 Mb? Or, if host 172.16.1.10 not consume your cote (800 Kb) default class can use more that 1.2 Mb?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The last one: In show service-policy interface outside I see conform-action and exceed-action &lt;STRONG&gt;DROP in default class. Is it right?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fw# sh service-policy interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interface outside:&lt;/P&gt;&lt;P&gt;&amp;nbsp; Service-policy: qos_policy&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Class-map: class_qos_ib&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Output police Interface outside:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cir 812000 bps, bc 25375 bytes&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; conformed 1862 packets, 1931904 bytes; actions:&amp;nbsp; transmit&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; exceeded 0 packets, 0 bytes; actions:&amp;nbsp; transmit&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; conformed 145248 bps, exceed 0 bps&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Class-map: class_qos_default&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Output police Interface outside:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cir 1258000 bps, bc 39312 bytes&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; conformed 3686 packets, 704579 bytes; actions: &lt;STRONG&gt; drop&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; exceeded 0 packets, 0 bytes; actions:&amp;nbsp; drop&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; conformed 51144 bps, exceed 0 bps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 16:49:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/qos-in-asa/m-p/1403255#M857611</guid>
      <dc:creator>andre.ortega</dc:creator>
      <dc:date>2019-03-11T16:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: QoS in ASA</title>
      <link>https://community.cisco.com/t5/network-security/qos-in-asa/m-p/1403256#M857612</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;1) No, one minor change&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list acl_qos_default extended deny ip host 172.16.1.10 any&lt;/P&gt;&lt;P&gt;access-list acl_qos_default extended permit ip any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) After&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) If they are mutually exclusive (see 1) each can take its max.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;last) You set the action in the police command. Usually it doesn't make sense to police if you are not dropping.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2009 18:28:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/qos-in-asa/m-p/1403256#M857612</guid>
      <dc:creator>Panos Kampanakis</dc:creator>
      <dc:date>2009-12-16T18:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: QoS in ASA</title>
      <link>https://community.cisco.com/t5/network-security/qos-in-asa/m-p/1403257#M857613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;A class="jiveTT-hover-user jive-username-link" href="https://community.cisco.com/people/pkampana" id="jive-239711,578,228,375,514,007" onmouseout="" onmouseover=""&gt;pkampana&lt;/A&gt;, your help is very useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) But I have two acl and two class, for differents policys. Is it wrong?&lt;/P&gt;&lt;P&gt;2) Ok, thanks.&lt;/P&gt;&lt;P&gt;3) Maybe I was not articulate. My question is: If traffic in policy 1 has not reached its limit, so the traffic policy 2 can use the "band" of the policy 1?&lt;/P&gt;&lt;P&gt;4) I set conform-action transmit and only excedeed action drop, but in show service-policy appear both as DROP... is it normal?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2009 18:44:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/qos-in-asa/m-p/1403257#M857613</guid>
      <dc:creator>andre.ortega</dc:creator>
      <dc:date>2009-12-16T18:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: QoS in ASA</title>
      <link>https://community.cisco.com/t5/network-security/qos-in-asa/m-p/1403258#M857614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) No, but if you have 2 classes they should not match the same traffic. If they match the same traffic there is no point in policing them differently.&lt;/P&gt;&lt;P&gt;3) No, if class 2 is hitting its limit 1200 then it will not use the leftovers of class1, it will just be policed.&lt;/P&gt;&lt;P&gt;4) No, I am not sure why that shows. Please try to reapply the policing and see if it fixes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2009 19:05:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/qos-in-asa/m-p/1403258#M857614</guid>
      <dc:creator>Panos Kampanakis</dc:creator>
      <dc:date>2009-12-16T19:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: QoS in ASA</title>
      <link>https://community.cisco.com/t5/network-security/qos-in-asa/m-p/1403259#M857615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One more time, thanks pkampana.&lt;/P&gt;&lt;P&gt;Now I understood.&lt;/P&gt;&lt;P&gt;I try many times remove and apply the configuration (about number 4)... I will open a TAC.&lt;/P&gt;&lt;P&gt;Regards. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2009 19:13:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/qos-in-asa/m-p/1403259#M857615</guid>
      <dc:creator>andre.ortega</dc:creator>
      <dc:date>2009-12-16T19:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: QoS in ASA</title>
      <link>https://community.cisco.com/t5/network-security/qos-in-asa/m-p/1403260#M857616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at this link before opening a TAC case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a008084de0c.shtml#intro"&gt;http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a008084de0c.shtml#intro&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might just hit it right and solving it on your own would be priceless.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Dec 2009 07:13:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/qos-in-asa/m-p/1403260#M857616</guid>
      <dc:creator>Parminder Sian</dc:creator>
      <dc:date>2009-12-18T07:13:12Z</dc:date>
    </item>
  </channel>
</rss>

