<?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: ElasticXL SYNC redundancy in Firewall and Security Management</title>
    <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/ElasticXL-SYNC-redundancy/m-p/276170#M105119</link>
    <description>&lt;P&gt;It definitely is active-backup by default.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;[Expert@DallasticXL-s01-01:0]# clish -c "show configuration" | grep 1024
add bonding group 1024
set bonding group 1024 mode active-backup
set bonding group 1024 primary eth1-Sync
set bonding group 1024 xmit-hash-policy layer2
add bonding group 1024 interface eth1
add bonding group 1024 interface eth1-Sync&lt;/LI-CODE&gt;
&lt;P&gt;Note that active-backup doesn't test the alternate paths. If it's active on the direct-cabled path and that fails for some reason, you might discover the switched path failed some time ago without being noticed.&lt;/P&gt;
&lt;P&gt;I personally prefer round-robin for this reason, though with round-robin, you can end up in a situation where one member's link to the switch has failed. The symptom of this is the member with the bad link can reliably send traffic to other members, but it can't reliably receive traffic from them.&lt;/P&gt;</description>
    <pubDate>Tue, 28 Apr 2026 14:24:14 GMT</pubDate>
    <dc:creator>Bob_Zimmerman</dc:creator>
    <dc:date>2026-04-28T14:24:14Z</dc:date>
    <item>
      <title>ElasticXL SYNC redundancy</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/ElasticXL-SYNC-redundancy/m-p/276153#M105111</link>
      <description>&lt;P&gt;We want to have redundancy for the SYNC connection in a ElasticXL cluster (2 appliances).&lt;/P&gt;
&lt;P&gt;SYNC is a BOND and it's possible to add additional interface to this BOND. We want to use one connection direct connected between the two appliances and another one via switches. With this we can't configure the BOND as LACP-channel, because both ends of the BOND are not on the same devices.&lt;/P&gt;
&lt;P&gt;But how about configuring the BOND as active/backup ? Not both are active but if one is failing the second is used.&lt;/P&gt;
&lt;P&gt;I don't know which BOND mode is used by default for the SYNC Bond.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Apr 2026 09:24:29 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/ElasticXL-SYNC-redundancy/m-p/276153#M105111</guid>
      <dc:creator>Wolfgang</dc:creator>
      <dc:date>2026-04-28T09:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: ElasticXL SYNC redundancy</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/ElasticXL-SYNC-redundancy/m-p/276155#M105113</link>
      <description>&lt;P&gt;I'm fairly certain the Sync-bond is active-backup by default.&lt;/P&gt;
&lt;P&gt;You may check it using:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;[Expert@EXL-s01-01:0]# clish -c "show configuration" | grep 1024&lt;/P&gt;</description>
      <pubDate>Tue, 28 Apr 2026 09:49:12 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/ElasticXL-SYNC-redundancy/m-p/276155#M105113</guid>
      <dc:creator>Chris_Atkinson</dc:creator>
      <dc:date>2026-04-28T09:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: ElasticXL SYNC redundancy</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/ElasticXL-SYNC-redundancy/m-p/276170#M105119</link>
      <description>&lt;P&gt;It definitely is active-backup by default.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;[Expert@DallasticXL-s01-01:0]# clish -c "show configuration" | grep 1024
add bonding group 1024
set bonding group 1024 mode active-backup
set bonding group 1024 primary eth1-Sync
set bonding group 1024 xmit-hash-policy layer2
add bonding group 1024 interface eth1
add bonding group 1024 interface eth1-Sync&lt;/LI-CODE&gt;
&lt;P&gt;Note that active-backup doesn't test the alternate paths. If it's active on the direct-cabled path and that fails for some reason, you might discover the switched path failed some time ago without being noticed.&lt;/P&gt;
&lt;P&gt;I personally prefer round-robin for this reason, though with round-robin, you can end up in a situation where one member's link to the switch has failed. The symptom of this is the member with the bad link can reliably send traffic to other members, but it can't reliably receive traffic from them.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Apr 2026 14:24:14 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/ElasticXL-SYNC-redundancy/m-p/276170#M105119</guid>
      <dc:creator>Bob_Zimmerman</dc:creator>
      <dc:date>2026-04-28T14:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: ElasticXL SYNC redundancy</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/ElasticXL-SYNC-redundancy/m-p/276178#M105122</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/27871"&gt;@Bob_Zimmerman&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/3630"&gt;@Chris_Atkinson&lt;/a&gt;&amp;nbsp;for your suggestions. I really understand the behaviour with active/backup and the problematic two links from gateway to switch. I prefer a LACP bond, with LACP a probing is done and it’s known which link is working. But our customer prefer to use the mentioned links.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Apr 2026 19:11:01 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/ElasticXL-SYNC-redundancy/m-p/276178#M105122</guid>
      <dc:creator>Wolfgang</dc:creator>
      <dc:date>2026-04-28T19:11:01Z</dc:date>
    </item>
  </channel>
</rss>

