<?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 IPSec Tunnel QoS in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/ipsec-tunnel-qos/m-p/2754#M2053</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a PA-2050 running 4.0.7. I have an IPSec tunnel that runs between 2 sites (one is a Palo, the other is ??)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to guarantee some level of bandwidth available for this tunnel, to ensure that it gets a level of priority at least over basic web and streaming traffic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm confused about how to assign this priority.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's what I've done, based on the doc "How to Configure Quality of Service (QOS)" for PanOS 3.0.0 and above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've created a QoS policy Called "Bandwidth Guarantee", with the source zone being "Untrust" and the source IP being the Internet IP of the remote site. The "Destination" zone is also "untrust", with my internet facing IP as the "Destination address". I've added IPSec and IKE as the applications this guarantee applies to. I assigned it to "Class 1".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next, I created a QoS network profile called "Rate Guarantee" and assigned Class 1 a "Guaranteed Egress" of 50 mbps, a "Maximum Egress" of 100 mbps, and a priority of "Real Time"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally, for network QoS I added my Internet facing ethernet interface (ethernet1/1), enabled QoS, assigned "Clear Text" traffic the default QoS policy, and assigned the "Tunnel Interface Default Profile" to "Rate Guarantee".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, I would expect that once I committed this config, that I would be able to look at the QoS statistics and see the traffic from my tunnel being applied to Ethernet1/1...Tunnel Traffic...tunnel1.1...Class 1. However, I see nothing being applied, even though the tunnel is up and functioning.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm sure I'm missing something. What am I missing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Feb 2012 14:30:45 GMT</pubDate>
    <dc:creator>david_scott</dc:creator>
    <dc:date>2012-02-21T14:30:45Z</dc:date>
    <item>
      <title>IPSec Tunnel QoS</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/ipsec-tunnel-qos/m-p/2754#M2053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a PA-2050 running 4.0.7. I have an IPSec tunnel that runs between 2 sites (one is a Palo, the other is ??)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to guarantee some level of bandwidth available for this tunnel, to ensure that it gets a level of priority at least over basic web and streaming traffic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm confused about how to assign this priority.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's what I've done, based on the doc "How to Configure Quality of Service (QOS)" for PanOS 3.0.0 and above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've created a QoS policy Called "Bandwidth Guarantee", with the source zone being "Untrust" and the source IP being the Internet IP of the remote site. The "Destination" zone is also "untrust", with my internet facing IP as the "Destination address". I've added IPSec and IKE as the applications this guarantee applies to. I assigned it to "Class 1".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next, I created a QoS network profile called "Rate Guarantee" and assigned Class 1 a "Guaranteed Egress" of 50 mbps, a "Maximum Egress" of 100 mbps, and a priority of "Real Time"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally, for network QoS I added my Internet facing ethernet interface (ethernet1/1), enabled QoS, assigned "Clear Text" traffic the default QoS policy, and assigned the "Tunnel Interface Default Profile" to "Rate Guarantee".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, I would expect that once I committed this config, that I would be able to look at the QoS statistics and see the traffic from my tunnel being applied to Ethernet1/1...Tunnel Traffic...tunnel1.1...Class 1. However, I see nothing being applied, even though the tunnel is up and functioning.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm sure I'm missing something. What am I missing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2012 14:30:45 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/ipsec-tunnel-qos/m-p/2754#M2053</guid>
      <dc:creator>david_scott</dc:creator>
      <dc:date>2012-02-21T14:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: IPSec Tunnel QoS</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/ipsec-tunnel-qos/m-p/2755#M2054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;QoS is applied to the egress interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if you are trying to guarantee bandwidth to your internal users then you would want to apply this policy to your internal trusted interface with the source zone being the zone applied to the tunnel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Benjamin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2012 21:17:27 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/ipsec-tunnel-qos/m-p/2755#M2054</guid>
      <dc:creator>bpappas</dc:creator>
      <dc:date>2012-02-27T21:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: IPSec Tunnel QoS</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/ipsec-tunnel-qos/m-p/2756#M2055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;bpappas - Please excuse me if I'm wrong, and David certainly correct me if I am, but I think David is asking how to guarantee bandwidth for his IPSec tunnel, not necessarily the traffic that flows over that tunnel.&amp;nbsp; Reason I say I think that's what he's after, is that is exactly what I'm after as well.&amp;nbsp; I want to be able to set QoS such that the IPSec tunnel will always have enough bandwidth to stay up, as we've seen circuits get so saturated that the entire tunnel will drop.&amp;nbsp; At least that's how I read David's question.&amp;nbsp; If I am wrong, please respond to my question as well.&amp;nbsp; Thanks - Jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2012 20:40:43 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/ipsec-tunnel-qos/m-p/2756#M2055</guid>
      <dc:creator>jay.martin</dc:creator>
      <dc:date>2012-03-07T20:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: IPSec Tunnel QoS</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/ipsec-tunnel-qos/m-p/2757#M2056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since you can setup QoS in PAN using appid's I think it should work to add QoS rule that will prioritize ipsec (or subtypes ipsec-ah, ipsec-esp, ipsec-esp-udp, ike depending on your needs) for the physical interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The tricky part here is that QoS only works for egress traffic. To bring QoS for incoming ipsec traffic you would need to do equal stuff in your switch/router which your PAN is connected to.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2012 22:43:38 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/ipsec-tunnel-qos/m-p/2757#M2056</guid>
      <dc:creator>mikand</dc:creator>
      <dc:date>2012-03-07T22:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: IPSec Tunnel QoS</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/ipsec-tunnel-qos/m-p/2758#M2057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's exactly what I'm going for, Jay, thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2012 04:07:50 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/ipsec-tunnel-qos/m-p/2758#M2057</guid>
      <dc:creator>david_scott</dc:creator>
      <dc:date>2012-03-08T04:07:50Z</dc:date>
    </item>
  </channel>
</rss>

