<?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 pre-classify in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/qos-pre-classify/m-p/765478#M1053967</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think my response directly answers you question, but I can share my experience with qos pre-classify. Likewise we run it on router to router ipsec vpn tunnels, and define qos marking and honoring for LLQ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding the 3000 Concentrator I cannot say directly, however, I do know that on the ASA firewalls (next gen of VPN Concentrator/PIX), you can honor qos marked traffic or prioritize it into vpn tunnels that terminate on the device via acl's.  Since the ASA's don't use tunnel interfaces (tunnel-groups instead), the qos voip assignments are placed on the physical interface, but is applied to the rtp stream.  The method below rate limits all non voice traffic, then llq prioritizes the rtp stream based on either the dscp value or the rtp udp range.  Below is a qos example on the ASA5505 for a DSL line with 768kb download, 128kb upload, allowcating 64-80kb for a G729 call...not sure how it would apply to the VPN Conecntrator:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map non_voice&lt;/P&gt;&lt;P&gt; match any&lt;/P&gt;&lt;P&gt;class-map voice-rtp-non-marked&lt;/P&gt;&lt;P&gt; description Match non-Marked VoIP (RTP) packets&lt;/P&gt;&lt;P&gt; match rtp 16384 16383&lt;/P&gt;&lt;P&gt;class-map voice-dscp-marked&lt;/P&gt;&lt;P&gt; description match Marked VoIP (RTP) packets&lt;/P&gt;&lt;P&gt; match dscp ef&lt;/P&gt;&lt;P&gt;policy-map VoIP-outside&lt;/P&gt;&lt;P&gt; class non_voice&lt;/P&gt;&lt;P&gt;  police input 704000 (rate limit non voice in bps)&lt;/P&gt;&lt;P&gt;  police output 64000 (rate limit non voice in bps)&lt;/P&gt;&lt;P&gt; class voice-dscp-marked&lt;/P&gt;&lt;P&gt;  priority&lt;/P&gt;&lt;P&gt; class voice-rtp-non-marked&lt;/P&gt;&lt;P&gt;  priority&lt;/P&gt;&lt;P&gt;priority-queue outside&lt;/P&gt;&lt;P&gt;service-policy VoIP-outside interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didn't cover the router pre-qos side..I figure you're solid on that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps...if so please rate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Scott&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Jun 2007 19:19:43 GMT</pubDate>
    <dc:creator>swharvey</dc:creator>
    <dc:date>2007-06-27T19:19:43Z</dc:date>
    <item>
      <title>qos pre-classify</title>
      <link>https://community.cisco.com/t5/network-security/qos-pre-classify/m-p/765477#M1053965</link>
      <description>&lt;P&gt;Can qos pre-classify be enable over an IPSec VPN running from a 3825 ISR router to a VPN concentrator?  I know it will work over GRE and IPSec site-to-site VPN's where the termination point is a router but I'm not sure about the concentrator.  Any thoughts??&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 09:34:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/qos-pre-classify/m-p/765477#M1053965</guid>
      <dc:creator>butchrodney</dc:creator>
      <dc:date>2020-02-21T09:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: qos pre-classify</title>
      <link>https://community.cisco.com/t5/network-security/qos-pre-classify/m-p/765478#M1053967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think my response directly answers you question, but I can share my experience with qos pre-classify. Likewise we run it on router to router ipsec vpn tunnels, and define qos marking and honoring for LLQ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding the 3000 Concentrator I cannot say directly, however, I do know that on the ASA firewalls (next gen of VPN Concentrator/PIX), you can honor qos marked traffic or prioritize it into vpn tunnels that terminate on the device via acl's.  Since the ASA's don't use tunnel interfaces (tunnel-groups instead), the qos voip assignments are placed on the physical interface, but is applied to the rtp stream.  The method below rate limits all non voice traffic, then llq prioritizes the rtp stream based on either the dscp value or the rtp udp range.  Below is a qos example on the ASA5505 for a DSL line with 768kb download, 128kb upload, allowcating 64-80kb for a G729 call...not sure how it would apply to the VPN Conecntrator:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map non_voice&lt;/P&gt;&lt;P&gt; match any&lt;/P&gt;&lt;P&gt;class-map voice-rtp-non-marked&lt;/P&gt;&lt;P&gt; description Match non-Marked VoIP (RTP) packets&lt;/P&gt;&lt;P&gt; match rtp 16384 16383&lt;/P&gt;&lt;P&gt;class-map voice-dscp-marked&lt;/P&gt;&lt;P&gt; description match Marked VoIP (RTP) packets&lt;/P&gt;&lt;P&gt; match dscp ef&lt;/P&gt;&lt;P&gt;policy-map VoIP-outside&lt;/P&gt;&lt;P&gt; class non_voice&lt;/P&gt;&lt;P&gt;  police input 704000 (rate limit non voice in bps)&lt;/P&gt;&lt;P&gt;  police output 64000 (rate limit non voice in bps)&lt;/P&gt;&lt;P&gt; class voice-dscp-marked&lt;/P&gt;&lt;P&gt;  priority&lt;/P&gt;&lt;P&gt; class voice-rtp-non-marked&lt;/P&gt;&lt;P&gt;  priority&lt;/P&gt;&lt;P&gt;priority-queue outside&lt;/P&gt;&lt;P&gt;service-policy VoIP-outside interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didn't cover the router pre-qos side..I figure you're solid on that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps...if so please rate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Scott&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2007 19:19:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/qos-pre-classify/m-p/765478#M1053967</guid>
      <dc:creator>swharvey</dc:creator>
      <dc:date>2007-06-27T19:19:43Z</dc:date>
    </item>
  </channel>
</rss>

