<?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 on ASA 5505 in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/qos-on-asa-5505/m-p/1709842#M535612</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;why would I need to match an ACL? In my example I am matching on DSCP value?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do I need this bit?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;priority-queue outside&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;tx-ring-limit 200&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;queue-limit 2000&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Jul 2011 16:05:11 GMT</pubDate>
    <dc:creator>networker99</dc:creator>
    <dc:date>2011-07-19T16:05:11Z</dc:date>
    <item>
      <title>QoS on ASA 5505</title>
      <link>https://community.cisco.com/t5/network-security/qos-on-asa-5505/m-p/1709840#M535608</link>
      <description>&lt;P&gt;I would like someone to answer a couple of QoS questions and verify what I am going to configure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to prioritize voice traffic through the ASA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;priority-queue outside&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;tx-ring-limit 200&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;queue-limit 2000&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do the above values look correct? and why is the priority queue applied to the outside interface and not the inside? (or both).&amp;nbsp; Also is this the part that ensures that the regular traffic does not choke the voice traffic?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;class-map voip-class&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;match dscp ef&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;policy-map outsidemap&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;class voip-class&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;priority&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;service-policy outsidemap interface outside&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will the global policy remain which this interface policy taking priority?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 21:00:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/qos-on-asa-5505/m-p/1709840#M535608</guid>
      <dc:creator>networker99</dc:creator>
      <dc:date>2019-03-11T21:00:38Z</dc:date>
    </item>
    <item>
      <title>QoS on ASA 5505</title>
      <link>https://community.cisco.com/t5/network-security/qos-on-asa-5505/m-p/1709841#M535610</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;I am not really sure of your voice traffic requirement, you want to configure voice traffic on the ASA???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The priority queue would be applied on both the ingress and egress interfaces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;class-map voip-class&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;match dscp ef&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you would need to match an access-list for interesting traffic to be identified to be prioritized, something like:&lt;/P&gt;&lt;P&gt;access-list voice_traffic permit ip host 1.1.1.1 host 2.2.2.2&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;class-map voip-class&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;match access-list voice-traffic&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;policy-map gobal_policy&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;class voip-class&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;priority&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;service-policy global_policy global&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can either apply it globally or on isnide and outside.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is s very goosd doc for QoS:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a008084de0c.shtml#rate"&gt;http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a008084de0c.shtml#rate&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;Thanks,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2011 16:00:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/qos-on-asa-5505/m-p/1709841#M535610</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2011-07-19T16:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: QoS on ASA 5505</title>
      <link>https://community.cisco.com/t5/network-security/qos-on-asa-5505/m-p/1709842#M535612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;why would I need to match an ACL? In my example I am matching on DSCP value?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do I need this bit?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;priority-queue outside&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;tx-ring-limit 200&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;queue-limit 2000&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2011 16:05:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/qos-on-asa-5505/m-p/1709842#M535612</guid>
      <dc:creator>networker99</dc:creator>
      <dc:date>2011-07-19T16:05:11Z</dc:date>
    </item>
    <item>
      <title>QoS on ASA 5505</title>
      <link>https://community.cisco.com/t5/network-security/qos-on-asa-5505/m-p/1709843#M535614</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;Yes you would&amp;nbsp; need it, if your matcjing the traffic based on the dscp value, then the config that you have looks good.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at the config example in the link I provided you, it is the same as your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can verify your QoS by:&lt;/P&gt;&lt;P&gt;show service-policy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this would tell whether the packets are falling into the QoS configured.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2011 16:19:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/qos-on-asa-5505/m-p/1709843#M535614</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2011-07-19T16:19:49Z</dc:date>
    </item>
    <item>
      <title>QoS on ASA 5505</title>
      <link>https://community.cisco.com/t5/network-security/qos-on-asa-5505/m-p/1709844#M535615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;okay great so in summary my config is fine?&amp;nbsp; but why do I only create a transmit ring for the outside interface?&amp;nbsp; Do I not need to create one of teh inside as well?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2011 16:21:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/qos-on-asa-5505/m-p/1709844#M535615</guid>
      <dc:creator>networker99</dc:creator>
      <dc:date>2011-07-19T16:21:43Z</dc:date>
    </item>
    <item>
      <title>QoS on ASA 5505</title>
      <link>https://community.cisco.com/t5/network-security/qos-on-asa-5505/m-p/1709845#M535618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No not needed for the inside, for tx-ring:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The tx-ring-limit command allows you to &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; configure the maximum number of packets (depth) allowed to be queued in the &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ethernet transmit driver ring at any given time. This allows for fine-tuning &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; the transmit queue to reduce latency and offer better performance through the &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; transmit driver. This limit must be in the range 3 through 128 packets on the &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PIX platform, with a limit of 256 packets on the ASA platform.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; The default queue-limit is the number of average, 256-byte packets &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; that the specified interface can transmit in a 500 ms interval, with an upper &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; limit of 2048 packets. A packet that stays more than 500 ms in a network node &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; might trigger a timeout in the end-to-end application. Such a packet can be &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; discarded in each network node. &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The default tx-ring-limit is the number of &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; maximum 1550-byte packets that the specified interface can transmit in a 10 ms &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; interval. This guarantees that the hardware-based transmit ring imposes no more &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; than 10 ms of extra latency for a high-priority packet. &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that your requirement as well????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2011 16:28:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/qos-on-asa-5505/m-p/1709845#M535618</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2011-07-19T16:28:59Z</dc:date>
    </item>
    <item>
      <title>QoS on ASA 5505</title>
      <link>https://community.cisco.com/t5/network-security/qos-on-asa-5505/m-p/1709846#M535620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My requirement is just to give prioritization to voice packets traversing the ASA (based on DSCP value)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2011 16:31:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/qos-on-asa-5505/m-p/1709846#M535620</guid>
      <dc:creator>networker99</dc:creator>
      <dc:date>2011-07-19T16:31:51Z</dc:date>
    </item>
    <item>
      <title>QoS on ASA 5505</title>
      <link>https://community.cisco.com/t5/network-security/qos-on-asa-5505/m-p/1709847#M535621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is going to be the ingress interface for it and what is going to be the egress interface for this voice-traffic (basically from where this traffic would be initiated)??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2011 16:43:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/qos-on-asa-5505/m-p/1709847#M535621</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2011-07-19T16:43:46Z</dc:date>
    </item>
    <item>
      <title>QoS on ASA 5505</title>
      <link>https://community.cisco.com/t5/network-security/qos-on-asa-5505/m-p/1709848#M535623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well since the traffic goes to an external SIP provider when outbound calls are made the inside interface will be ingress, and outside will be egress, but incoming calls will be the reverse.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2011 16:46:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/qos-on-asa-5505/m-p/1709848#M535623</guid>
      <dc:creator>networker99</dc:creator>
      <dc:date>2011-07-19T16:46:26Z</dc:date>
    </item>
    <item>
      <title>QoS on ASA 5505</title>
      <link>https://community.cisco.com/t5/network-security/qos-on-asa-5505/m-p/1709849#M535625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also do I need to police the regular traffic to stop it choking the voice traffic, or will the transmit ring configuration take care of this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2011 17:03:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/qos-on-asa-5505/m-p/1709849#M535625</guid>
      <dc:creator>networker99</dc:creator>
      <dc:date>2011-07-19T17:03:11Z</dc:date>
    </item>
    <item>
      <title>QoS on ASA 5505</title>
      <link>https://community.cisco.com/t5/network-security/qos-on-asa-5505/m-p/1709850#M535626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, the config looks good to me as per requirement, you can try it and verify whether it is working or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2011 17:07:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/qos-on-asa-5505/m-p/1709850#M535626</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2011-07-19T17:07:26Z</dc:date>
    </item>
  </channel>
</rss>

