<?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: Checkpoint ClusterXL and Cisco ASA Failover cluster VPN with BGP in Firewall and Security Management</title>
    <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Checkpoint-ClusterXL-and-Cisco-ASA-Failover-cluster-VPN-with-BGP/m-p/229415#M44184</link>
    <description>&lt;P&gt;You should configure the routers to use the VIP only.&lt;BR /&gt;It may take a couple seconds for the ClusterXL failover to occur.&lt;/P&gt;</description>
    <pubDate>Thu, 10 Oct 2024 16:11:47 GMT</pubDate>
    <dc:creator>PhoneBoy</dc:creator>
    <dc:date>2024-10-10T16:11:47Z</dc:date>
    <item>
      <title>Checkpoint ClusterXL and Cisco ASA Failover cluster VPN with BGP</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Checkpoint-ClusterXL-and-Cisco-ASA-Failover-cluster-VPN-with-BGP/m-p/229402#M44178</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;I configured tunnel from my ASA to Checkpoint Cluster XL.&lt;/P&gt;&lt;P&gt;All work but I not shure about properly work BGP.&lt;/P&gt;&lt;P&gt;I configured some router id on each gateways on the cluster (VIP of the internal interfaces)&lt;/P&gt;&lt;P&gt;Some peer - My ASAs tunnel interface ip&lt;/P&gt;&lt;P&gt;And on active gateway i see:&lt;/P&gt;&lt;P&gt;TEST-CHPSG01&amp;gt; show cluster roles&lt;/P&gt;&lt;P&gt;ID Role&lt;/P&gt;&lt;P&gt;1 (local) Master&lt;BR /&gt;2 Non-Master&lt;/P&gt;&lt;P&gt;TEST-CHPSG01&amp;gt; show bgp peers&lt;/P&gt;&lt;P&gt;Flags: R - Peer restarted, W - Waiting for End-Of-RIB from Peer&lt;/P&gt;&lt;P&gt;PeerID AS Routes ActRts State InUpds OutUpds Uptime&lt;BR /&gt;169.254.129.4 65312 1 1 Established 2 0 11:19:06&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On second:&lt;/P&gt;&lt;P&gt;Oleg Volkov, [10.10.2024 12:57]&lt;BR /&gt;CUDD-CHPSG01&amp;gt; show bgp peers&lt;/P&gt;&lt;P&gt;Flags: R - Peer restarted, W - Waiting for End-Of-RIB from Peer&lt;/P&gt;&lt;P&gt;PeerID AS Routes ActRts State InUpds OutUpds Uptime&lt;BR /&gt;169.254.129.4 65312 1 1 &lt;STRONG&gt;Established&lt;/STRONG&gt; 2 0 11:19:06&lt;/P&gt;&lt;P&gt;Oleg Volkov, [10.10.2024 12:57]&lt;BR /&gt;TEST-CHPSG02&amp;gt; show cluster roles&lt;/P&gt;&lt;P&gt;ID Role&lt;/P&gt;&lt;P&gt;1 Master&lt;BR /&gt;2 (local) Non-Master&lt;/P&gt;&lt;P&gt;TEST-CHPSG02&amp;gt; show bgp peers&lt;/P&gt;&lt;P&gt;Flags: R - Peer restarted, W - Waiting for End-Of-RIB from Peer&lt;/P&gt;&lt;P&gt;PeerID AS Routes ActRts State InUpds OutUpds Uptime&lt;BR /&gt;169.254.129.4 65312 0 0 &lt;STRONG&gt;Idle&lt;/STRONG&gt; 0 0 00:00:00&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After I reload active gateway and check BGP session on standby:&lt;/P&gt;&lt;P&gt;TEST-CHPSG02&amp;gt; show bgp peers&lt;/P&gt;&lt;P&gt;Flags: R - Peer restarted, W - Waiting for End-Of-RIB from Peer&lt;/P&gt;&lt;P&gt;PeerID AS Routes ActRts State InUpds OutUpds Uptime&lt;BR /&gt;169.254.129.4 65312 0 0 &lt;STRONG&gt;Idle&lt;/STRONG&gt; 0 0 00:00:00&lt;/P&gt;&lt;P&gt;Multiple times - &lt;STRONG&gt;Idle&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;TEST-CHPSG02&amp;gt; show bgp peers&lt;/P&gt;&lt;P&gt;Flags: R - Peer restarted, W - Waiting for End-Of-RIB from Peer&lt;/P&gt;&lt;P&gt;PeerID AS Routes ActRts State InUpds OutUpds Uptime&lt;BR /&gt;169.254.129.4 65312 0 0 &lt;STRONG&gt;Active&lt;/STRONG&gt; 0 0 00:00:00&lt;/P&gt;&lt;P&gt;Multiple times &lt;STRONG&gt;Active&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;TEST-CHPSG02&amp;gt; show bgp peers&lt;/P&gt;&lt;P&gt;Flags: R - Peer restarted, W - Waiting for End-Of-RIB from Peer&lt;/P&gt;&lt;P&gt;PeerID AS Routes ActRts State InUpds OutUpds Uptime&lt;BR /&gt;169.254.129.4 65312 1 1 &lt;STRONG&gt;Established&lt;/STRONG&gt; 2 1 00:00:00&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And now established.&lt;/P&gt;&lt;P&gt;I have 3-5 sec (sometimes more) downtime when standby gateway become active&lt;/P&gt;&lt;P&gt;May be I configured it improperly?&lt;/P&gt;&lt;P&gt;Second question is the best way to configure dynamic routing beatwen ClusterXL and cisco/Huawei routers. OSPF/IS-IS/BGP?&lt;/P&gt;&lt;P&gt;What I must do? configure peering to each gateways or to VIP address?&lt;/P&gt;&lt;P&gt;If to each gateways how Cisco will know about which route is prefer (which gateway is active)?&lt;/P&gt;&lt;P&gt;Thank You!&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2024 14:32:19 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Checkpoint-ClusterXL-and-Cisco-ASA-Failover-cluster-VPN-with-BGP/m-p/229402#M44178</guid>
      <dc:creator>OlegPowerC</dc:creator>
      <dc:date>2024-10-10T14:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: Checkpoint ClusterXL and Cisco ASA Failover cluster VPN with BGP</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Checkpoint-ClusterXL-and-Cisco-ASA-Failover-cluster-VPN-with-BGP/m-p/229415#M44184</link>
      <description>&lt;P&gt;You should configure the routers to use the VIP only.&lt;BR /&gt;It may take a couple seconds for the ClusterXL failover to occur.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2024 16:11:47 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Checkpoint-ClusterXL-and-Cisco-ASA-Failover-cluster-VPN-with-BGP/m-p/229415#M44184</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2024-10-10T16:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: Checkpoint ClusterXL and Cisco ASA Failover cluster VPN with BGP</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Checkpoint-ClusterXL-and-Cisco-ASA-Failover-cluster-VPN-with-BGP/m-p/229438#M44190</link>
      <description>&lt;P&gt;Make sure BGP port (tcp/179) is allowed in both directions. It should be allowed for VIP IPs.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2024 06:05:00 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Checkpoint-ClusterXL-and-Cisco-ASA-Failover-cluster-VPN-with-BGP/m-p/229438#M44190</guid>
      <dc:creator>JozkoMrkvicka</dc:creator>
      <dc:date>2024-10-11T06:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: Checkpoint ClusterXL and Cisco ASA Failover cluster VPN with BGP</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Checkpoint-ClusterXL-and-Cisco-ASA-Failover-cluster-VPN-with-BGP/m-p/229446#M44193</link>
      <description>&lt;P&gt;Thank You!&lt;/P&gt;&lt;P&gt;Can You explain me how I can to switch active gateway without reooting?&lt;/P&gt;&lt;P&gt;And second question, which protocol do you recommend as IGP with checkpoint for minimal downtime?&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2024 07:46:06 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Checkpoint-ClusterXL-and-Cisco-ASA-Failover-cluster-VPN-with-BGP/m-p/229446#M44193</guid>
      <dc:creator>OlegPowerC</dc:creator>
      <dc:date>2024-10-11T07:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: Checkpoint ClusterXL and Cisco ASA Failover cluster VPN with BGP</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Checkpoint-ClusterXL-and-Cisco-ASA-Failover-cluster-VPN-with-BGP/m-p/229487#M44198</link>
      <description>&lt;P&gt;I believe you can execute the command &lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;clusterXL_admin down&lt;/FONT&gt;&lt;/STRONG&gt; to do this (&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;clusterXL_admin up&lt;/FONT&gt;&lt;/STRONG&gt; to reverse it).&lt;/P&gt;
&lt;P&gt;The choice of an IGP depends on a number of factors.&lt;BR /&gt;From what I see on the community, OSPF is probably the most commonly used.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2024 17:08:05 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Checkpoint-ClusterXL-and-Cisco-ASA-Failover-cluster-VPN-with-BGP/m-p/229487#M44198</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2024-10-11T17:08:05Z</dc:date>
    </item>
  </channel>
</rss>

