<?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 R80.40 VSX  - Outage with BGP when failover in Firewall and Security Management</title>
    <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/R80-40-VSX-Outage-with-BGP-when-failover/m-p/96803#M8785</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'll ty to describe my problem.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Wa have 2 DataCenters, connected via Fibre, so that we have a Layer-2 Network.&lt;/P&gt;&lt;P&gt;Now we got a redundant Link to an external provider-network. A VS on our Checkpoint Firewall is the BGP Endpoint.&lt;/P&gt;&lt;P&gt;One Router of the provider is connected to VLAN901 in DC1 and the other one to VLAN902 in DC2.&lt;/P&gt;&lt;P&gt;Both Firewall Cluster-Members should be able to use both links for maximum redundancy.&lt;/P&gt;&lt;P&gt;So we created 2 BGP pairs on the firewall, one for VLAN901 and one for VLAN902.&lt;/P&gt;&lt;P&gt;Both sessions are working without problems.&lt;/P&gt;&lt;P&gt;As the traffic should use the shortest way we set a local preference on each VS for the local peer with the shortest distance.&lt;/P&gt;&lt;P&gt;Both members work as expected, but if we do a failover, we have an outage of more than 30 seconds (I didn't count it)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you got any advise to prevent the outage or to reduce it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jan&lt;/P&gt;&lt;P&gt;configuration:&lt;/P&gt;&lt;P&gt;DC1:&lt;/P&gt;&lt;P&gt;set bgp external remote-as 15763 on&lt;BR /&gt;set bgp external remote-as 15763 description xyz&lt;BR /&gt;set bgp external remote-as 15763 export-routemap "xyz_out" preference 10 on&lt;BR /&gt;set bgp external remote-as 15763 import-routemap "xyt_in" preference 10 on&lt;BR /&gt;set bgp external remote-as 15763 peer 10.255.9.33 on&lt;BR /&gt;set bgp external remote-as 15763 peer 10.255.9.37 on&lt;BR /&gt;set bgp external remote-as 15763 peer 10.255.9.37 aspath-prepend-count 5&lt;BR /&gt;set routemap xyz_in id 10 on&lt;BR /&gt;set routemap xyz_in id 10 allow&lt;BR /&gt;set routemap xyz_in id 10 match neighbor 10.255.9.33 on&lt;BR /&gt;set routemap xyz_in id 10 match prefix-list pf_xyz_in preference 10 on&lt;BR /&gt;set routemap xyz_in id 10 match protocol bgp&lt;BR /&gt;set routemap xyz_in id 10 action localpref 10&lt;BR /&gt;set routemap xyz_in id 20 on&lt;BR /&gt;set routemap xyz_in id 20 allow&lt;BR /&gt;set routemap xyz_in id 20 match neighbor 10.255.9.37 on&lt;BR /&gt;set routemap xyz_in id 20 match prefix-list pf_xyz_in preference 10 on&lt;BR /&gt;set routemap xyz_in id 20 match protocol bgp&lt;BR /&gt;set routemap xyz_in id 20 action localpref 5&lt;BR /&gt;set routemap xyz_out id 20 on&lt;BR /&gt;set routemap xyz_out id 20 allow&lt;BR /&gt;set routemap xyz_out id 20 match prefix-list pf_xyz_out preference 10 on&lt;BR /&gt;set routemap xyz_out id 20 match protocol direct&lt;BR /&gt;set prefix-list pf_xyz_in sequence-number 10 prefix 172.16.4.0/22 exact&lt;BR /&gt;set prefix-list pf_xyz_out sequence-number 10 prefix 10.255.9.36/30 exact&lt;BR /&gt;set prefix-list pf_xyz_out sequence-number 20 prefix 10.255.9.32/30 exact&lt;BR /&gt;set prefix-list pf_xyz_out sequence-number 30 prefix 172.16.3.0/24 exact&lt;/P&gt;&lt;P&gt;DC2:&lt;BR /&gt;set bgp external remote-as 15763 on&lt;BR /&gt;set bgp external remote-as 15763 description xyz&lt;BR /&gt;set bgp external remote-as 15763 export-routemap "xyz_out" preference 10 on&lt;BR /&gt;set bgp external remote-as 15763 import-routemap "xyz_in" preference 10 on&lt;BR /&gt;set bgp external remote-as 15763 peer 10.255.9.33 on&lt;BR /&gt;set bgp external remote-as 15763 peer 10.255.9.33 aspath-prepend-count 5&lt;BR /&gt;set bgp external remote-as 15763 peer 10.255.9.37 on&lt;BR /&gt;set routemap xyz_in id 10 on&lt;BR /&gt;set routemap xyz_in id 10 allow&lt;BR /&gt;set routemap xyz_in id 10 match neighbor 10.255.9.37 on&lt;BR /&gt;set routemap xyz_in id 10 match prefix-list pf_xyz_in preference 10 on&lt;BR /&gt;set routemap xyz_in id 10 match protocol bgp&lt;BR /&gt;set routemap xyz_in id 10 action localpref 10&lt;BR /&gt;set routemap xyz_in id 20 on&lt;BR /&gt;set routemap xyz_in id 20 allow&lt;BR /&gt;set routemap xyz_in id 20 match neighbor 10.255.9.33 on&lt;BR /&gt;set routemap xyz_in id 20 match prefix-list pf_xyz_in preference 10 on&lt;BR /&gt;set routemap xyz_in id 20 match protocol bgp&lt;BR /&gt;set routemap xyz_in id 20 action localpref 5&lt;BR /&gt;set routemap xyz_out id 20 on&lt;BR /&gt;set routemap xyz_out id 20 allow&lt;BR /&gt;set routemap xyz_out id 20 match prefix-list pf_xyz_out preference 10 on&lt;BR /&gt;set routemap xyz_out id 20 match protocol direct&lt;BR /&gt;set prefix-list pf_xyz_in sequence-number 10 prefix 172.16.4.0/22 exact&lt;BR /&gt;set prefix-list pf_xyz_out sequence-number 10 prefix 10.255.9.36/30 exact&lt;BR /&gt;set prefix-list pf_xyz_out sequence-number 20 prefix 10.255.9.32/30 exact&lt;BR /&gt;set prefix-list pf_xyz_out sequence-number 30 prefix 172.16.3.0/24 exact&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 15 Sep 2020 14:08:59 GMT</pubDate>
    <dc:creator>Jan_Kleinhans</dc:creator>
    <dc:date>2020-09-15T14:08:59Z</dc:date>
    <item>
      <title>R80.40 VSX  - Outage with BGP when failover</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/R80-40-VSX-Outage-with-BGP-when-failover/m-p/96803#M8785</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'll ty to describe my problem.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Wa have 2 DataCenters, connected via Fibre, so that we have a Layer-2 Network.&lt;/P&gt;&lt;P&gt;Now we got a redundant Link to an external provider-network. A VS on our Checkpoint Firewall is the BGP Endpoint.&lt;/P&gt;&lt;P&gt;One Router of the provider is connected to VLAN901 in DC1 and the other one to VLAN902 in DC2.&lt;/P&gt;&lt;P&gt;Both Firewall Cluster-Members should be able to use both links for maximum redundancy.&lt;/P&gt;&lt;P&gt;So we created 2 BGP pairs on the firewall, one for VLAN901 and one for VLAN902.&lt;/P&gt;&lt;P&gt;Both sessions are working without problems.&lt;/P&gt;&lt;P&gt;As the traffic should use the shortest way we set a local preference on each VS for the local peer with the shortest distance.&lt;/P&gt;&lt;P&gt;Both members work as expected, but if we do a failover, we have an outage of more than 30 seconds (I didn't count it)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you got any advise to prevent the outage or to reduce it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jan&lt;/P&gt;&lt;P&gt;configuration:&lt;/P&gt;&lt;P&gt;DC1:&lt;/P&gt;&lt;P&gt;set bgp external remote-as 15763 on&lt;BR /&gt;set bgp external remote-as 15763 description xyz&lt;BR /&gt;set bgp external remote-as 15763 export-routemap "xyz_out" preference 10 on&lt;BR /&gt;set bgp external remote-as 15763 import-routemap "xyt_in" preference 10 on&lt;BR /&gt;set bgp external remote-as 15763 peer 10.255.9.33 on&lt;BR /&gt;set bgp external remote-as 15763 peer 10.255.9.37 on&lt;BR /&gt;set bgp external remote-as 15763 peer 10.255.9.37 aspath-prepend-count 5&lt;BR /&gt;set routemap xyz_in id 10 on&lt;BR /&gt;set routemap xyz_in id 10 allow&lt;BR /&gt;set routemap xyz_in id 10 match neighbor 10.255.9.33 on&lt;BR /&gt;set routemap xyz_in id 10 match prefix-list pf_xyz_in preference 10 on&lt;BR /&gt;set routemap xyz_in id 10 match protocol bgp&lt;BR /&gt;set routemap xyz_in id 10 action localpref 10&lt;BR /&gt;set routemap xyz_in id 20 on&lt;BR /&gt;set routemap xyz_in id 20 allow&lt;BR /&gt;set routemap xyz_in id 20 match neighbor 10.255.9.37 on&lt;BR /&gt;set routemap xyz_in id 20 match prefix-list pf_xyz_in preference 10 on&lt;BR /&gt;set routemap xyz_in id 20 match protocol bgp&lt;BR /&gt;set routemap xyz_in id 20 action localpref 5&lt;BR /&gt;set routemap xyz_out id 20 on&lt;BR /&gt;set routemap xyz_out id 20 allow&lt;BR /&gt;set routemap xyz_out id 20 match prefix-list pf_xyz_out preference 10 on&lt;BR /&gt;set routemap xyz_out id 20 match protocol direct&lt;BR /&gt;set prefix-list pf_xyz_in sequence-number 10 prefix 172.16.4.0/22 exact&lt;BR /&gt;set prefix-list pf_xyz_out sequence-number 10 prefix 10.255.9.36/30 exact&lt;BR /&gt;set prefix-list pf_xyz_out sequence-number 20 prefix 10.255.9.32/30 exact&lt;BR /&gt;set prefix-list pf_xyz_out sequence-number 30 prefix 172.16.3.0/24 exact&lt;/P&gt;&lt;P&gt;DC2:&lt;BR /&gt;set bgp external remote-as 15763 on&lt;BR /&gt;set bgp external remote-as 15763 description xyz&lt;BR /&gt;set bgp external remote-as 15763 export-routemap "xyz_out" preference 10 on&lt;BR /&gt;set bgp external remote-as 15763 import-routemap "xyz_in" preference 10 on&lt;BR /&gt;set bgp external remote-as 15763 peer 10.255.9.33 on&lt;BR /&gt;set bgp external remote-as 15763 peer 10.255.9.33 aspath-prepend-count 5&lt;BR /&gt;set bgp external remote-as 15763 peer 10.255.9.37 on&lt;BR /&gt;set routemap xyz_in id 10 on&lt;BR /&gt;set routemap xyz_in id 10 allow&lt;BR /&gt;set routemap xyz_in id 10 match neighbor 10.255.9.37 on&lt;BR /&gt;set routemap xyz_in id 10 match prefix-list pf_xyz_in preference 10 on&lt;BR /&gt;set routemap xyz_in id 10 match protocol bgp&lt;BR /&gt;set routemap xyz_in id 10 action localpref 10&lt;BR /&gt;set routemap xyz_in id 20 on&lt;BR /&gt;set routemap xyz_in id 20 allow&lt;BR /&gt;set routemap xyz_in id 20 match neighbor 10.255.9.33 on&lt;BR /&gt;set routemap xyz_in id 20 match prefix-list pf_xyz_in preference 10 on&lt;BR /&gt;set routemap xyz_in id 20 match protocol bgp&lt;BR /&gt;set routemap xyz_in id 20 action localpref 5&lt;BR /&gt;set routemap xyz_out id 20 on&lt;BR /&gt;set routemap xyz_out id 20 allow&lt;BR /&gt;set routemap xyz_out id 20 match prefix-list pf_xyz_out preference 10 on&lt;BR /&gt;set routemap xyz_out id 20 match protocol direct&lt;BR /&gt;set prefix-list pf_xyz_in sequence-number 10 prefix 172.16.4.0/22 exact&lt;BR /&gt;set prefix-list pf_xyz_out sequence-number 10 prefix 10.255.9.36/30 exact&lt;BR /&gt;set prefix-list pf_xyz_out sequence-number 20 prefix 10.255.9.32/30 exact&lt;BR /&gt;set prefix-list pf_xyz_out sequence-number 30 prefix 172.16.3.0/24 exact&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2020 14:08:59 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/R80-40-VSX-Outage-with-BGP-when-failover/m-p/96803#M8785</guid>
      <dc:creator>Jan_Kleinhans</dc:creator>
      <dc:date>2020-09-15T14:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: R80.40 VSX  - Outage with BGP when failover</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/R80-40-VSX-Outage-with-BGP-when-failover/m-p/96806#M8786</link>
      <description>&lt;P&gt;Configuring graceful-restart for each peer is probably desirable here.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2020 14:38:43 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/R80-40-VSX-Outage-with-BGP-when-failover/m-p/96806#M8786</guid>
      <dc:creator>Chris_Atkinson</dc:creator>
      <dc:date>2020-09-15T14:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: R80.40 VSX  - Outage with BGP when failover</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/R80-40-VSX-Outage-with-BGP-when-failover/m-p/96818#M8787</link>
      <description>&lt;P&gt;bfd ?&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2020 18:20:42 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/R80-40-VSX-Outage-with-BGP-when-failover/m-p/96818#M8787</guid>
      <dc:creator>funkylicious</dc:creator>
      <dc:date>2020-09-15T18:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: R80.40 VSX  - Outage with BGP when failover</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/R80-40-VSX-Outage-with-BGP-when-failover/m-p/96832#M8788</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I will try this when I have a maintenance window.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Sep 2020 06:09:48 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/R80-40-VSX-Outage-with-BGP-when-failover/m-p/96832#M8788</guid>
      <dc:creator>Jan_Kleinhans</dc:creator>
      <dc:date>2020-09-16T06:09:48Z</dc:date>
    </item>
  </channel>
</rss>

