<?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 QoS for subnet in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/qos-for-subnet/m-p/1821391#M489756</link>
    <description>&lt;P&gt;I have an ASA 5505, with 2x internet vlans and 2x internal VLANS (one for data and one for voice).. I would like a simple QoS policy to ensure that voice is always given priorty over data, this includes when travelling through the ASA and out each internet interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance..&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 22:08:20 GMT</pubDate>
    <dc:creator>networker99</dc:creator>
    <dc:date>2019-03-11T22:08:20Z</dc:date>
    <item>
      <title>QoS for subnet</title>
      <link>https://community.cisco.com/t5/network-security/qos-for-subnet/m-p/1821391#M489756</link>
      <description>&lt;P&gt;I have an ASA 5505, with 2x internet vlans and 2x internal VLANS (one for data and one for voice).. I would like a simple QoS policy to ensure that voice is always given priorty over data, this includes when travelling through the ASA and out each internet interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance..&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 22:08:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/qos-for-subnet/m-p/1821391#M489756</guid>
      <dc:creator>networker99</dc:creator>
      <dc:date>2019-03-11T22:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: QoS for subnet</title>
      <link>https://community.cisco.com/t5/network-security/qos-for-subnet/m-p/1821392#M489757</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;You can apply the QOS on the global policy, so it will be attache to all the ASA interfaces when it detects this is voice traffic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1- Create a low latency queue for the traffic:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hostname(config) priority-queue outside&lt;/P&gt;&lt;P&gt;hostname(config-priority-queue) queue-limit 256&lt;/P&gt;&lt;P&gt;hostname(config-priority-queue) tx-ring-limit 3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hostname(config) priority-queue outside2&lt;/P&gt;&lt;P&gt;hostname(config-priority-queue) queue-limit 256&lt;/P&gt;&lt;P&gt;hostname(config-priority-queue) tx-ring-limit 3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2- Select the traffic that you will need to give priority, ( like the access-list that you have on the Router)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list qos_voice permit tcp any any eq SIP&lt;/P&gt;&lt;P&gt;access-list qos_voice permit udp any any eq SIP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*If they are Cisco Phones SIP can use tcp or udp, by default voice packets&lt;/P&gt;&lt;P&gt;will have the DSCP value of EF. Therefore, you can use a matching criteria&lt;/P&gt;&lt;P&gt;like the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hostname(config)# class-map VOICE&lt;/P&gt;&lt;P&gt;hostname(config-cmap)# match dscp ef&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3- Create a class map with the traffic&lt;/P&gt;&lt;P&gt;hostname(config) class-map qos_voice&lt;/P&gt;&lt;P&gt;hostname(config-cmap) match access-list qos_voice&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4- Set priority to that class-map on the gloval_policy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hostname(config) policy-map global_policy&lt;/P&gt;&lt;P&gt;hostname(config-pmap) class qos_voice&lt;/P&gt;&lt;P&gt;hostname(config-pmap-c) priority&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;Do rate helpful posts! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Julio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2011 23:00:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/qos-for-subnet/m-p/1821392#M489757</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2011-12-29T23:00:46Z</dc:date>
    </item>
  </channel>
</rss>

