<?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: PIX Failover issue in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-failover-issue/m-p/342156#M555341</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure.  On a pix, the command would be:&lt;/P&gt;&lt;P&gt;isakmp keepalive seconds [retry_seconds]&lt;/P&gt;&lt;P&gt;The keepalive interval can be between 10 and 3600 seconds. The retry interval can be between 2 and 10 seconds, with the default being 2 seconds. The retry interval is the interval between retries after a keepalive response has not been received. You can specify the keepalive interval without specifying the retry interval, but cannot specify the retry interval without specifying the keepalive interval. &lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/sw/secursw/ps2120/products_command_reference_chapter09186a00801727a9.html#wp1027312" target="_blank"&gt;http://www.cisco.com/en/US/products/sw/secursw/ps2120/products_command_reference_chapter09186a00801727a9.html#wp1027312&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Similarly, with IOS, the command is&lt;/P&gt;&lt;P&gt;crypto isakmp keepalive seconds [retry-seconds]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kev&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Nov 2004 16:56:00 GMT</pubDate>
    <dc:creator>kagodfrey</dc:creator>
    <dc:date>2004-11-08T16:56:00Z</dc:date>
    <item>
      <title>PIX Failover issue</title>
      <link>https://community.cisco.com/t5/network-security/pix-failover-issue/m-p/342153#M555329</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I configured failover between two 515E firewalls and I also have about 30 tunnels(IPSEC)configured.&lt;/P&gt;&lt;P&gt;When I tested the failover it works fine and when I force the main PIX to be the primary, it works fine as well but the only problem is that half of my tunnels do not come up(Can not ping etc to these remote sites) and if a do a show isakmp sa I see all the tunnels built on the pix and they look normal. The way I fix the other tunnels is to reinitialize them but I would not like to do that and wonder if somebody out there has experienced this and if there is a command or something to fix this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any hints would be appreciated,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 07:43:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-failover-issue/m-p/342153#M555329</guid>
      <dc:creator>u.naranjo</dc:creator>
      <dc:date>2020-02-21T07:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: PIX Failover issue</title>
      <link>https://community.cisco.com/t5/network-security/pix-failover-issue/m-p/342154#M555333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the issue is likely to be caused by some of your VPN endpoints not being able to detect the "loss" of the peers (as ipsec sessions do not fail over - even with a statefull failover configuration) so you need to employ Dead Peer Detection by configuring isakmp keepalive on your devices, then when you failover the isa sa's are negotiated anew&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kev&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Nov 2004 12:28:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-failover-issue/m-p/342154#M555333</guid>
      <dc:creator>kagodfrey</dc:creator>
      <dc:date>2004-11-05T12:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: PIX Failover issue</title>
      <link>https://community.cisco.com/t5/network-security/pix-failover-issue/m-p/342155#M555338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kev,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your reply. Can you be more specific about the keepalive command needed on the remotes? in the mean time I'll do some research on Cisco's web site.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Uriel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Nov 2004 16:35:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-failover-issue/m-p/342155#M555338</guid>
      <dc:creator>u.naranjo</dc:creator>
      <dc:date>2004-11-05T16:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: PIX Failover issue</title>
      <link>https://community.cisco.com/t5/network-security/pix-failover-issue/m-p/342156#M555341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure.  On a pix, the command would be:&lt;/P&gt;&lt;P&gt;isakmp keepalive seconds [retry_seconds]&lt;/P&gt;&lt;P&gt;The keepalive interval can be between 10 and 3600 seconds. The retry interval can be between 2 and 10 seconds, with the default being 2 seconds. The retry interval is the interval between retries after a keepalive response has not been received. You can specify the keepalive interval without specifying the retry interval, but cannot specify the retry interval without specifying the keepalive interval. &lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/sw/secursw/ps2120/products_command_reference_chapter09186a00801727a9.html#wp1027312" target="_blank"&gt;http://www.cisco.com/en/US/products/sw/secursw/ps2120/products_command_reference_chapter09186a00801727a9.html#wp1027312&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Similarly, with IOS, the command is&lt;/P&gt;&lt;P&gt;crypto isakmp keepalive seconds [retry-seconds]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kev&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Nov 2004 16:56:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-failover-issue/m-p/342156#M555341</guid>
      <dc:creator>kagodfrey</dc:creator>
      <dc:date>2004-11-08T16:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: PIX Failover issue</title>
      <link>https://community.cisco.com/t5/network-security/pix-failover-issue/m-p/342157#M555343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All right I'll try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks very much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Uriel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Nov 2004 20:59:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-failover-issue/m-p/342157#M555343</guid>
      <dc:creator>u.naranjo</dc:creator>
      <dc:date>2004-11-08T20:59:13Z</dc:date>
    </item>
  </channel>
</rss>

