<?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 ASA 8.0(4) not sending DPD keepalives in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-8-0-4-not-sending-dpd-keepalives/m-p/1075286#M892833</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we have simple NAT traversal configuration with an L2L tunnel lke this&lt;/P&gt;&lt;P&gt;5505(8.0) -&amp;gt; DSL Router (NAT) -&amp;gt; Internet -&amp;gt; 5510 (8.0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The DSL Router gets a new IP every n hours.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Configuration is like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tunnel-group XXX type ipsec-l2l&lt;/P&gt;&lt;P&gt;tunnel-group XXX ipsec-attributes&lt;/P&gt;&lt;P&gt; pre-shared-key *&lt;/P&gt;&lt;P&gt; isakmp keepalive threshold 11 retry 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now what happens is:&lt;/P&gt;&lt;P&gt; * Tunnel comes up&lt;/P&gt;&lt;P&gt; * DSL Model gets new IP address (this can also be triggered with simply power-cycling it)&lt;/P&gt;&lt;P&gt; * SA hasn't timed out yet&lt;/P&gt;&lt;P&gt; * Tunnel is _not_ torn down and recreated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I debug crypto isakmp 200 everything, I can see DPD keeplives being sent from time to time, but not every 11 seconds as configured. This is because the keepalives are only sent "on-demand", when no traffic is flowing. Logically this should only apply, if there is no _incoming_ traffic on the tunnel - as is the case when we get a new IP - but in fact keepalives are also omitted when there is outoing traffic.&lt;/P&gt;&lt;P&gt;Because a few machines will always try to send packets over the tunnel, this situation almost never applies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In IOS there is another version of the command where one can say "crypto isakmp 10 2 periodic", which forces the keepalives to be sent every n seconds. But not on the ASA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone run into this as well or knows about an ASA version of the "periodic" parameter?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-chris&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S.: Reducing the SA lifetime to a minutes is not really an option as this kills Oracle connections...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 14:20:26 GMT</pubDate>
    <dc:creator>c.schwarzfischer</dc:creator>
    <dc:date>2019-03-11T14:20:26Z</dc:date>
    <item>
      <title>ASA 8.0(4) not sending DPD keepalives</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-0-4-not-sending-dpd-keepalives/m-p/1075286#M892833</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we have simple NAT traversal configuration with an L2L tunnel lke this&lt;/P&gt;&lt;P&gt;5505(8.0) -&amp;gt; DSL Router (NAT) -&amp;gt; Internet -&amp;gt; 5510 (8.0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The DSL Router gets a new IP every n hours.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Configuration is like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tunnel-group XXX type ipsec-l2l&lt;/P&gt;&lt;P&gt;tunnel-group XXX ipsec-attributes&lt;/P&gt;&lt;P&gt; pre-shared-key *&lt;/P&gt;&lt;P&gt; isakmp keepalive threshold 11 retry 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now what happens is:&lt;/P&gt;&lt;P&gt; * Tunnel comes up&lt;/P&gt;&lt;P&gt; * DSL Model gets new IP address (this can also be triggered with simply power-cycling it)&lt;/P&gt;&lt;P&gt; * SA hasn't timed out yet&lt;/P&gt;&lt;P&gt; * Tunnel is _not_ torn down and recreated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I debug crypto isakmp 200 everything, I can see DPD keeplives being sent from time to time, but not every 11 seconds as configured. This is because the keepalives are only sent "on-demand", when no traffic is flowing. Logically this should only apply, if there is no _incoming_ traffic on the tunnel - as is the case when we get a new IP - but in fact keepalives are also omitted when there is outoing traffic.&lt;/P&gt;&lt;P&gt;Because a few machines will always try to send packets over the tunnel, this situation almost never applies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In IOS there is another version of the command where one can say "crypto isakmp 10 2 periodic", which forces the keepalives to be sent every n seconds. But not on the ASA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone run into this as well or knows about an ASA version of the "periodic" parameter?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-chris&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S.: Reducing the SA lifetime to a minutes is not really an option as this kills Oracle connections...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 14:20:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-0-4-not-sending-dpd-keepalives/m-p/1075286#M892833</guid>
      <dc:creator>c.schwarzfischer</dc:creator>
      <dc:date>2019-03-11T14:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 8.0(4) not sending DPD keepalives</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-0-4-not-sending-dpd-keepalives/m-p/1075287#M892834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a problem with a similar configuration (with easyvpn though):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://forum.cisco.com/eforum/servlet/NetProf?page=netprof&amp;amp;forum=Virtual%20Private%20Networks&amp;amp;topic=Security&amp;amp;CommCmd=MB%3Fcmd%3Dpass_through%26location%3Doutline%40" target="_blank"&gt;http://forum.cisco.com/eforum/servlet/NetProf?page=netprof&amp;amp;forum=Virtual%20Private%20Networks&amp;amp;topic=Security&amp;amp;CommCmd=MB%3Fcmd%3Dpass_through%26location%3Doutline%40&lt;/A&gt;^1%40.2cd250c8&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you found a solution to your problem? I am also currently running the "SA-lifetime-reduction" workaround.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2009 11:55:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-0-4-not-sending-dpd-keepalives/m-p/1075287#M892834</guid>
      <dc:creator>i.va</dc:creator>
      <dc:date>2009-03-10T11:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 8.0(4) not sending DPD keepalives</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-0-4-not-sending-dpd-keepalives/m-p/1075288#M892835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;nope. haven't.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it's a pity that noone from Cisco anwered here. I also can't file a bug, because I don't have a subscription...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2009 14:10:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-0-4-not-sending-dpd-keepalives/m-p/1075288#M892835</guid>
      <dc:creator>c.schwarzfischer</dc:creator>
      <dc:date>2009-03-10T14:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 8.0(4) not sending DPD keepalives</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-0-4-not-sending-dpd-keepalives/m-p/1075289#M892836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suggest you post this question under the Security/VPN section, I am sure you will get an answer there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2009 01:56:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-0-4-not-sending-dpd-keepalives/m-p/1075289#M892836</guid>
      <dc:creator>vikram_anumukonda</dc:creator>
      <dc:date>2009-03-11T01:56:18Z</dc:date>
    </item>
  </channel>
</rss>

