<?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: PIX QOS in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-qos/m-p/1088275#M895026</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;Thanks for the reply. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry I forgot to add that I'd enabled the priority queue on the interface. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The traffic I'm wanting to give priority to isn't delay and jitter intolerant, it's just traffic that I don't want to be affected by other internet traffic. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So with the example of the ACL, would the traffic that is natted to that public IP receive priority over all other internet traffic? How are uploads affected vs downloads? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your help is much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Oct 2008 14:39:26 GMT</pubDate>
    <dc:creator>alraycisco</dc:creator>
    <dc:date>2008-10-16T14:39:26Z</dc:date>
    <item>
      <title>PIX QOS</title>
      <link>https://community.cisco.com/t5/network-security/pix-qos/m-p/1088273#M895021</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am looking to configure QOS on my PIX running version 8.03 of the PIX software.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to give priority to VPN tunnel traffic as well as certain other designated traffic, based on an acl. Ideally, I wouldn't want to police all other traffic by rate-limiting it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My current config looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list acl_priority permit ip host external_ip any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map priority_traffic&lt;/P&gt;&lt;P&gt;match access-list acl_priority&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map vpn_traffic&lt;/P&gt;&lt;P&gt;match tunnel-group x.x.x.x&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map priority_traffic&lt;/P&gt;&lt;P&gt;class priority_traffic&lt;/P&gt;&lt;P&gt;priority&lt;/P&gt;&lt;P&gt;class vpn_traffic&lt;/P&gt;&lt;P&gt;priority&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service-policy priority_traffic interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The thing I am unsure about is do I need to apply rate limiting (policing) under the default class or can I just leave it like this? Does the priority queue take as much bandwidth as it needs to? Also, with the above config, is traffic policed in the outbound direction only?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I am hoping to acheive is, if the WAN connection is being hammered by large downloads, I would want the priority traffic to take precedence.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 13:58:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-qos/m-p/1088273#M895021</guid>
      <dc:creator>alraycisco</dc:creator>
      <dc:date>2019-03-11T13:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: PIX QOS</title>
      <link>https://community.cisco.com/t5/network-security/pix-qos/m-p/1088274#M895024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;first u need to enable the Priority queues on the physical interface with the command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;priority-queue if_name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Priority queues are supported only on physical interfaces that have been configured with the&lt;/P&gt;&lt;P&gt;nameif command. Trunk interfaces and other logical interfaces are not permitted to have a&lt;/P&gt;&lt;P&gt;priority queue. Also, priority queues are not supported in multiple-security context mode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As soon as the priority queue is enabled for the first time, the queue limit is set to a&lt;/P&gt;&lt;P&gt;calculated default value. The limit is the number of 256-byte packets that can be transmitted&lt;/P&gt;&lt;P&gt;on the interface over a 500-ms period. Naturally, the default value varies according to the&lt;/P&gt;&lt;P&gt;interface speed, but it always has a maximum value of 2048 packets&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Packets in the priority queue are serviced and sent out before any packets from&lt;/P&gt;&lt;P&gt;the normal queue. Therefore, the priority queue is not affected by the volume or types of traffic&lt;/P&gt;&lt;P&gt;contained in the normal queue. The priority queue can be used to provide premium service to&lt;/P&gt;&lt;P&gt;delay- and jitter-intolerant applications such as streaming video and voice&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;good luck&lt;/P&gt;&lt;P&gt;if helpful Rate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2008 12:18:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-qos/m-p/1088274#M895024</guid>
      <dc:creator>Marwan ALshawi</dc:creator>
      <dc:date>2008-10-16T12:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: PIX QOS</title>
      <link>https://community.cisco.com/t5/network-security/pix-qos/m-p/1088275#M895026</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;Thanks for the reply. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry I forgot to add that I'd enabled the priority queue on the interface. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The traffic I'm wanting to give priority to isn't delay and jitter intolerant, it's just traffic that I don't want to be affected by other internet traffic. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So with the example of the ACL, would the traffic that is natted to that public IP receive priority over all other internet traffic? How are uploads affected vs downloads? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your help is much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2008 14:39:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-qos/m-p/1088275#M895026</guid>
      <dc:creator>alraycisco</dc:creator>
      <dc:date>2008-10-16T14:39:26Z</dc:date>
    </item>
  </channel>
</rss>

