<?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 GRE VPN in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/qos-on-gre-vpn/m-p/412416#M1057156</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ther&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from your configs found you are missing the key config command under the tunnel interface which is must when ur attaching qos policies to ur tunnel interface or when ur trying to make use of qos policies with ur tunnel interfaces..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U need to add qos pre-classify under ur tunnel interface to make the qos policing work .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also have a look @ this link which can clear u up the things..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://cisco.com/en/US/tech/tk543/tk545/technologies_tech_note09186a008017405e.shtmlhttp://cisco.com/en/US/tech/tk543/tk545/technologies_tech_note09186a008017405e.shtml" target="_blank"&gt;http://cisco.com/en/US/tech/tk543/tk545/technologies_tech_note09186a008017405e.shtmlhttp://cisco.com/en/US/tech/tk543/tk545/technologies_tech_note09186a008017405e.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Jun 2005 10:19:21 GMT</pubDate>
    <dc:creator>spremkumar</dc:creator>
    <dc:date>2005-06-29T10:19:21Z</dc:date>
    <item>
      <title>QoS on GRE VPN</title>
      <link>https://community.cisco.com/t5/network-security/qos-on-gre-vpn/m-p/412415#M1057155</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to implement QoS on VPN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 1750 router Branch Office (BO), one 2600 in Head Office (HO), they are connected through VPN service provider, GRE tunnel.   But QoS isn&amp;#146;t working at all, when I apply this policy all applications are getting slowed down. I want to give priority to citrix traffic, I have 64k bandwidth, out of this I want to use 40k only for citrix. &lt;/P&gt;&lt;P&gt;On HO router many VPN tunnels are terminating on same serial interface(s0/1). I want to apply this QoS only for one tunnel (connecting to BO). But on BO, I can apply policy on serial interface directly because only one tunnel is terminating on (s0/0).  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the problem in this configuration? What are the corrections/missing in configuration? Please advice me the right configuration. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the configuration of HO and BO router.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Branch Office (BO)&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;class-map match-any citrix&lt;/P&gt;&lt;P&gt; match access-group 111&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;policy-map child&lt;/P&gt;&lt;P&gt;  class citrix&lt;/P&gt;&lt;P&gt;   police cir 48000 bc 2000 be 2000&lt;/P&gt;&lt;P&gt;   bandwidth percent 50&lt;/P&gt;&lt;P&gt;policy-map parent&lt;/P&gt;&lt;P&gt;  class class-default&lt;/P&gt;&lt;P&gt;   shape average 64000&lt;/P&gt;&lt;P&gt;   service-policy child&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Tunnel1&lt;/P&gt;&lt;P&gt;bandwidth 64&lt;/P&gt;&lt;P&gt;ip address 192.168.26.18 255.255.255.252&lt;/P&gt;&lt;P&gt;ip access-group www out&lt;/P&gt;&lt;P&gt;ip route-cache flow&lt;/P&gt;&lt;P&gt;service-policy output parent&lt;/P&gt;&lt;P&gt;tunnel source 203.201.209.198&lt;/P&gt;&lt;P&gt;tunnel destination 203.196.254.10&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Serial0/0&lt;/P&gt;&lt;P&gt;bandwidth 64&lt;/P&gt;&lt;P&gt;ip address 203.201.209.198 255.255.255.252&lt;/P&gt;&lt;P&gt;ip route-cache flow&lt;/P&gt;&lt;P&gt;no ip mroute-cache&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;access-list 111 permit icmp any any&lt;/P&gt;&lt;P&gt;access-list 111 permit tcp any eq 1494 any&lt;/P&gt;&lt;P&gt;access-list 111 permit udp any eq 1604 any&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Head Office (HO)&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;class-map match-any citrix&lt;/P&gt;&lt;P&gt;  match access-group 111&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;policy-map child&lt;/P&gt;&lt;P&gt;  class citrix&lt;/P&gt;&lt;P&gt;     police 48000 2000 2000 conform-action transmit exceed-action drop&lt;/P&gt;&lt;P&gt;   bandwidth percent 50&lt;/P&gt;&lt;P&gt;policy-map parent&lt;/P&gt;&lt;P&gt;  class class-default&lt;/P&gt;&lt;P&gt;   shape average 64000&lt;/P&gt;&lt;P&gt;   service-policy child&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Tunnel5&lt;/P&gt;&lt;P&gt; bandwidth 64&lt;/P&gt;&lt;P&gt; ip address 192.168.26.17 255.255.255.252&lt;/P&gt;&lt;P&gt; service-policy output parent&lt;/P&gt;&lt;P&gt; tunnel source 203.196.254.10&lt;/P&gt;&lt;P&gt; tunnel destination 203.201.209.198&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Serial0/1&lt;/P&gt;&lt;P&gt; bandwidth 2048&lt;/P&gt;&lt;P&gt; ip address 203.196.254.10 255.255.255.252&lt;/P&gt;&lt;P&gt; no ip mroute-cache&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;access-list 111 permit icmp any any&lt;/P&gt;&lt;P&gt;access-list 111 permit tcp any eq 1494 any&lt;/P&gt;&lt;P&gt;access-list 111 permit udp any eq 1604 any&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;P&gt;Kapish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 08:14:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/qos-on-gre-vpn/m-p/412415#M1057155</guid>
      <dc:creator>kapishmohole.cisco</dc:creator>
      <dc:date>2020-02-21T08:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: QoS on GRE VPN</title>
      <link>https://community.cisco.com/t5/network-security/qos-on-gre-vpn/m-p/412416#M1057156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ther&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from your configs found you are missing the key config command under the tunnel interface which is must when ur attaching qos policies to ur tunnel interface or when ur trying to make use of qos policies with ur tunnel interfaces..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U need to add qos pre-classify under ur tunnel interface to make the qos policing work .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also have a look @ this link which can clear u up the things..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://cisco.com/en/US/tech/tk543/tk545/technologies_tech_note09186a008017405e.shtmlhttp://cisco.com/en/US/tech/tk543/tk545/technologies_tech_note09186a008017405e.shtml" target="_blank"&gt;http://cisco.com/en/US/tech/tk543/tk545/technologies_tech_note09186a008017405e.shtmlhttp://cisco.com/en/US/tech/tk543/tk545/technologies_tech_note09186a008017405e.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2005 10:19:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/qos-on-gre-vpn/m-p/412416#M1057156</guid>
      <dc:creator>spremkumar</dc:creator>
      <dc:date>2005-06-29T10:19:21Z</dc:date>
    </item>
  </channel>
</rss>

