<?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: SA of the tunnel is Active in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/sa-of-the-tunnel-is-active/m-p/527945#M109034</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/184804"&gt;@Adrian_Jensen&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the response and will check on the above.&lt;/P&gt;</description>
    <pubDate>Fri, 20 Jan 2023 12:39:15 GMT</pubDate>
    <dc:creator>Sujanya</dc:creator>
    <dc:date>2023-01-20T12:39:15Z</dc:date>
    <item>
      <title>SA of the tunnel is Active</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/sa-of-the-tunnel-is-active/m-p/527581#M108992</link>
      <description>&lt;P&gt;Hi Team,&lt;BR /&gt;&lt;BR /&gt;Can anybody tell the meaning of "What it means if the SA of the tunnel is up "?, Does it mean there is live communication in the tunnel.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2023 16:35:32 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/sa-of-the-tunnel-is-active/m-p/527581#M108992</guid>
      <dc:creator>Sujanya</dc:creator>
      <dc:date>2023-01-18T16:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: SA of the tunnel is Active</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/sa-of-the-tunnel-is-active/m-p/527585#M108995</link>
      <description>&lt;P&gt;Palo does not try to negotiate tunnel if there is no interesting traffic so tunnel stays down.&lt;/P&gt;
&lt;P&gt;Do you see which side is initiator in System log?&lt;/P&gt;
&lt;P&gt;Do you have any monitoring configured (on static route for example in virtual router) that might generate traffic that traverses tunnel?&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2023 17:20:41 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/sa-of-the-tunnel-is-active/m-p/527585#M108995</guid>
      <dc:creator>Raido_Rattameister</dc:creator>
      <dc:date>2023-01-18T17:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: SA of the tunnel is Active</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/sa-of-the-tunnel-is-active/m-p/527642#M109000</link>
      <description>&lt;P&gt;The SA is the Security Association - basically the unique encryption key identifier that secures the connection. There is an SA for the IKE connection (phase 1) and one or more SAs for the IPSec connection (phase 2, each data stream). There also may be multiple SAs active when the current SA is about to expire, a new SA may be negotiated prior to the old being deleted. An SA being up means that encryption key has been negotiated between the two sides of the tunnel.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is easier to just look at the IKE Info and Tunnel Info indications under Network-&amp;gt;IPSec Tunnels, but you can see the individual SAs by looking in the system logs at Monitor-&amp;gt;Logs-&amp;gt;System and filtering by the IKE/IPSec tunnel object. You should see the SA setup and deletions.&lt;/P&gt;
&lt;P&gt;Negotiate phase 1 SA:&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;ike-nego-p1-start - IKE phase-1 negotiation started as responder. Initiated SA 1.2.3.4[500]-5.6.7.8[500] cookie:012345abcdef&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;ike-nego-p1-succ - IKE phase-1 negotiation succeeded as responder. Established SA&amp;nbsp;1.2.3.4[500]-5.6.7.8[500] cookie:012345abcdef&lt;/P&gt;
&lt;P&gt;Negotiate phase 2 SA:&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;ike-nego-p2-start -&amp;nbsp;IKE phase-2 negotiation started as responder. Initiated SA 1.2.3.4[500]-5.6.7.8[500] id:0x9F8E7C6D&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;ike-nego-p2-succ -&amp;nbsp;IKE phase-2 negotiation succeeded as responder. Established SA 1.2.3.4[500]-5.6.7.8[500] id:0x9F8E7C6D SPI:0x1A2B3C4D/0x56AB78CD&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;ipsec-key-install - IPSec key installed. Installed SA 1.2.3.4[500]-5.6.7.8[500] SPI:0x1A2B3C4D/0x56AB78CD&lt;/P&gt;
&lt;P&gt;Expire and remove the pahse 2 SA:&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;ipsec-key-expire - IPSec key lifetime expired. Expired SA 1.2.3.4[500]-5.6.7.8[500] SPI:0x1A2B3C4D/0x56AB78CD&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;ike-nego-p2-delete - IKE protocol IPSec SA delete message sent to peer SPI:0x1A2B3C4D&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 02:32:29 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/sa-of-the-tunnel-is-active/m-p/527642#M109000</guid>
      <dc:creator>Adrian_Jensen</dc:creator>
      <dc:date>2023-01-19T02:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: SA of the tunnel is Active</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/sa-of-the-tunnel-is-active/m-p/527657#M109005</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/15603"&gt;@Raido_Rattameister&lt;/a&gt;&amp;nbsp;/&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/184804"&gt;@Adrian_Jensen&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the response. I can see the multiple&amp;nbsp; active SA information from the firewall CLI and default vpn monitoring is configured to the tunnel. But there are no live event logs and also there is no traffic hits on the policy we are observing.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 07:18:24 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/sa-of-the-tunnel-is-active/m-p/527657#M109005</guid>
      <dc:creator>Sujanya</dc:creator>
      <dc:date>2023-01-19T07:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: SA of the tunnel is Active</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/sa-of-the-tunnel-is-active/m-p/527732#M109014</link>
      <description>&lt;P&gt;Do you have a route pointing your destination traffic to the tunnel or IP on the tunnel? If you look at Network-&amp;gt;IPSec Tunnels-&amp;gt;[tunnel]-&amp;gt;Tunnel Info do you see the counters for packets/data encapsulated and decapsulated increasing? Every packet you successfully send across the VPN should increase the encapsulated count, every packet you receive from the far end should increase the decapsulated count.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you don't see any association in the Tunnel Info window then you don't have any valid phase 2 SAs. If your encapsulated count is zero then you are not successfully routing traffic out the IPSec tunnel (or your Security Policies are blocking it). If the decapsulated count is zero then the far side is not sending you any packets.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 16:42:52 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/sa-of-the-tunnel-is-active/m-p/527732#M109014</guid>
      <dc:creator>Adrian_Jensen</dc:creator>
      <dc:date>2023-01-19T16:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: SA of the tunnel is Active</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/sa-of-the-tunnel-is-active/m-p/527945#M109034</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/184804"&gt;@Adrian_Jensen&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the response and will check on the above.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2023 12:39:15 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/sa-of-the-tunnel-is-active/m-p/527945#M109034</guid>
      <dc:creator>Sujanya</dc:creator>
      <dc:date>2023-01-20T12:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: SA of the tunnel is Active</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/sa-of-the-tunnel-is-active/m-p/529417#M109294</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/184804"&gt;@Adrian_Jensen&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I can see the encapsulation count as zero, but the decapsulation count is increasing continuously. VPN monitor is disabled at both the end.&lt;BR /&gt;There is no interesting traffic observed in the monitoring traffic logs.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2023 06:35:57 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/sa-of-the-tunnel-is-active/m-p/529417#M109294</guid>
      <dc:creator>Sujanya</dc:creator>
      <dc:date>2023-02-01T06:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: SA of the tunnel is Active</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/sa-of-the-tunnel-is-active/m-p/529472#M109309</link>
      <description>&lt;P&gt;Check what is tunnel interface for this VPN tunnel (you see that under Network &amp;gt; IPSec Tunnels).&lt;/P&gt;
&lt;P&gt;Let's assume it is 17.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Go to Monitor &amp;gt; Traffic and use filter below.&lt;/P&gt;
&lt;P&gt;( interface eq tunnel.17 )&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anything comes up?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2023 14:24:12 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/sa-of-the-tunnel-is-active/m-p/529472#M109309</guid>
      <dc:creator>Raido_Rattameister</dc:creator>
      <dc:date>2023-02-01T14:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: SA of the tunnel is Active</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/sa-of-the-tunnel-is-active/m-p/529571#M109314</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/15603"&gt;@Raido_Rattameister&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the filter. Yes I can see 'ping' and 'snmp' related traffics.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2023 06:04:13 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/sa-of-the-tunnel-is-active/m-p/529571#M109314</guid>
      <dc:creator>Sujanya</dc:creator>
      <dc:date>2023-02-02T06:04:13Z</dc:date>
    </item>
  </channel>
</rss>

