<?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: Priority queue and interleaving for GRE tunnel interface in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/priority-queue-and-interleaving-for-gre-tunnel-interface/m-p/43926#M1061429</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi J&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did qos pre-classify solve your problem? i have Voip packets marked with TOS5 and use GRE over ipsec but dont know how to give them priority on the tunnel interfaces. So i would be interested in any solution you have come up with.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Colin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Apr 2004 14:15:45 GMT</pubDate>
    <dc:creator>c.goona</dc:creator>
    <dc:date>2004-04-02T14:15:45Z</dc:date>
    <item>
      <title>Priority queue and interleaving for GRE tunnel interface</title>
      <link>https://community.cisco.com/t5/network-security/priority-queue-and-interleaving-for-gre-tunnel-interface/m-p/43924#M1061427</link>
      <description>&lt;P&gt;We use GRE tunnel over IPSEC. How can I set priority queue and interleaving on the tunnel interface for the packets what are transported inside the GRE tunnel?&lt;/P&gt;&lt;P&gt;If it is not possible how can I set the QoS for the VoIP which trasported over this GRE tunnel?&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 06:15:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/priority-queue-and-interleaving-for-gre-tunnel-interface/m-p/43924#M1061427</guid>
      <dc:creator>jerebb</dc:creator>
      <dc:date>2020-02-21T06:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: Priority queue and interleaving for GRE tunnel interface</title>
      <link>https://community.cisco.com/t5/network-security/priority-queue-and-interleaving-for-gre-tunnel-interface/m-p/43925#M1061428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the "qos pre-classify" command to enable QoS for VPN tunnel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer this doc for more details&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios122/122cgcr/fqos_c/fqcprt1/qcfvpn.htm#1008098" target="_blank"&gt;http://www.cisco.com/univercd/cc/td/doc/product/software/ios122/122cgcr/fqos_c/fqcprt1/qcfvpn.htm#1008098&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Sep 2002 13:40:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/priority-queue-and-interleaving-for-gre-tunnel-interface/m-p/43925#M1061428</guid>
      <dc:creator>mmellet</dc:creator>
      <dc:date>2002-09-30T13:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: Priority queue and interleaving for GRE tunnel interface</title>
      <link>https://community.cisco.com/t5/network-security/priority-queue-and-interleaving-for-gre-tunnel-interface/m-p/43926#M1061429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi J&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did qos pre-classify solve your problem? i have Voip packets marked with TOS5 and use GRE over ipsec but dont know how to give them priority on the tunnel interfaces. So i would be interested in any solution you have come up with.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Colin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Apr 2004 14:15:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/priority-queue-and-interleaving-for-gre-tunnel-interface/m-p/43926#M1061429</guid>
      <dc:creator>c.goona</dc:creator>
      <dc:date>2004-04-02T14:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: Priority queue and interleaving for GRE tunnel interface</title>
      <link>https://community.cisco.com/t5/network-security/priority-queue-and-interleaving-for-gre-tunnel-interface/m-p/43927#M1061430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mark the packets coming into the router at the LAN interafce. Add the command QOS pre-classify to the Tunnel interface and Crypto-map. At this point you can either enable Fair-queueing on the WAN interface or build a Service policy and add that to the WAN interface. Fair-queueing, by default will use the precedence bits to prioritize traffic. So the packets will already be in the correct order (prioritized) by the time they enter the tunnel. You can also use a service policy and guarantee bandwidth to certain classes. The policy also uses Fair-queue to prioritize the highest TOS bits first.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the attached sample:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#Policy "LAN" would go on the LAN interface&lt;/P&gt;&lt;P&gt;interafce FAST0/0&lt;/P&gt;&lt;P&gt;service-policy input LAN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#Policy "QOS-128-Port" would go on the WAN interface &lt;/P&gt;&lt;P&gt;interface s0/0&lt;/P&gt;&lt;P&gt; service-policy output QOS-128-Port&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*You cannot have fair-queue enabled on an inbound service policy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;----------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Apr 2004 12:13:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/priority-queue-and-interleaving-for-gre-tunnel-interface/m-p/43927#M1061430</guid>
      <dc:creator>dtayman10</dc:creator>
      <dc:date>2004-04-16T12:13:20Z</dc:date>
    </item>
  </channel>
</rss>

