<?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: How to change the state of a cluster XL member using CLI commands in General Topics</title>
    <link>https://community.checkpoint.com/t5/General-Topics/How-to-change-the-state-of-a-cluster-XL-member-using-CLI/m-p/248171#M41478</link>
    <description>&lt;P&gt;Right, the usually solve this. What is in the fwd.elg?&lt;/P&gt;</description>
    <pubDate>Tue, 06 May 2025 10:28:22 GMT</pubDate>
    <dc:creator>AkosBakos</dc:creator>
    <dc:date>2025-05-06T10:28:22Z</dc:date>
    <item>
      <title>How to change the state of a cluster XL member using CLI commands</title>
      <link>https://community.checkpoint.com/t5/General-Topics/How-to-change-the-state-of-a-cluster-XL-member-using-CLI/m-p/248145#M41470</link>
      <description>&lt;P&gt;Hi team&lt;/P&gt;&lt;P&gt;I need to change the state of member 1 in the cluster from DOWN to STANDBY using CLI commands. Could you help me with the command?&lt;/P&gt;&lt;P&gt;This is the result of the command&amp;nbsp;cphaprob state&lt;/P&gt;&lt;P&gt;ID&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Unique Address Assigned&amp;nbsp; &amp;nbsp; &amp;nbsp;Load&amp;nbsp; &amp;nbsp; State&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Name&lt;/P&gt;&lt;P&gt;1 (local)&amp;nbsp; 10.253.252.1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0%&amp;nbsp; &amp;nbsp; DOWN&amp;nbsp; &amp;nbsp; &amp;nbsp; BOSQUES-FW01&lt;BR /&gt;2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 10.253.252.2 1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 100%&amp;nbsp; &amp;nbsp;ACTIVE(!)&amp;nbsp; BOSQUES-FW02&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 05 May 2025 22:28:15 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/How-to-change-the-state-of-a-cluster-XL-member-using-CLI/m-p/248145#M41470</guid>
      <dc:creator>SecdetKrypton</dc:creator>
      <dc:date>2025-05-05T22:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the state of a cluster XL member using CLI commands</title>
      <link>https://community.checkpoint.com/t5/General-Topics/How-to-change-the-state-of-a-cluster-XL-member-using-CLI/m-p/248147#M41471</link>
      <description>&lt;P&gt;clusterXL_admin down; clusterXL admin up&lt;/P&gt;
&lt;P&gt;Just run that from master member's ssh expert mode.&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Mon, 05 May 2025 23:06:31 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/How-to-change-the-state-of-a-cluster-XL-member-using-CLI/m-p/248147#M41471</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2025-05-05T23:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the state of a cluster XL member using CLI commands</title>
      <link>https://community.checkpoint.com/t5/General-Topics/How-to-change-the-state-of-a-cluster-XL-member-using-CLI/m-p/248148#M41472</link>
      <description>&lt;P&gt;Actually, scrap what I said, makes no sense to do my command, since one member is down anyway. PLease run below on both and send over.&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;
&lt;P&gt;cphaprob roles&lt;/P&gt;
&lt;P&gt;cphaprob state&lt;/P&gt;
&lt;P&gt;cpjaprob -i list&lt;/P&gt;
&lt;P&gt;cphaprob -l list&lt;/P&gt;
&lt;P&gt;cphaprob -a if&lt;/P&gt;
&lt;P&gt;cphaprob syncstat&lt;/P&gt;</description>
      <pubDate>Mon, 05 May 2025 23:08:03 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/How-to-change-the-state-of-a-cluster-XL-member-using-CLI/m-p/248148#M41472</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2025-05-05T23:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the state of a cluster XL member using CLI commands</title>
      <link>https://community.checkpoint.com/t5/General-Topics/How-to-change-the-state-of-a-cluster-XL-member-using-CLI/m-p/248153#M41473</link>
      <description>&lt;P&gt;Thank you. I'm sharing the commands, and as additional information:&lt;/P&gt;&lt;P&gt;I'm sending the commands from FW1, which I can still access despite its Down state.&lt;/P&gt;&lt;P&gt;The firewall was forcibly set to Down state to redirect traffic through FW2 for testing purposes only. However, I now want to return it to Standby status."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BOSQUES-FW01&amp;gt; cphaprob roles&lt;/P&gt;&lt;P&gt;ID Role&lt;/P&gt;&lt;P&gt;1 (local) Non-Master&lt;BR /&gt;2 Master&lt;/P&gt;&lt;P&gt;BOSQUES-FW01&amp;gt; cphaprob state&lt;/P&gt;&lt;P&gt;Cluster Mode: High Availability (Active Up) with IGMP Membership&lt;/P&gt;&lt;P&gt;ID Unique Address Assigned Load State Name&lt;/P&gt;&lt;P&gt;1 (local) 10.253.252.1 0% DOWN BOSQUES-FW01&lt;BR /&gt;2 10.253.252.2 100% ACTIVE(!) BOSQUES-FW02&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Active PNOTEs: FWD, LPRB&lt;/P&gt;&lt;P&gt;Last member state change event:&lt;BR /&gt;Event Code: CLUS-111205&lt;BR /&gt;State change: ACTIVE(!) -&amp;gt; DOWN&lt;BR /&gt;Reason for state change: FWD PNOTE&lt;BR /&gt;Event time: Wed Apr 30 21:22:26 2025&lt;/P&gt;&lt;P&gt;Last cluster failover event:&lt;BR /&gt;Transition to new ACTIVE: Member 1 -&amp;gt; Member 2&lt;BR /&gt;Reason: FWD PNOTE&lt;BR /&gt;Event time: Wed Apr 30 21:21:30 2025&lt;/P&gt;&lt;P&gt;Cluster failover count:&lt;BR /&gt;Failover counter: 22&lt;BR /&gt;Time of counter reset: Wed Mar 26 12:48:34 2025 (reboot)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;BOSQUES-FW01&amp;gt; cpjaprob -i list&lt;BR /&gt;CLINFR0329 Invalid command:'cpjaprob -i list'.&lt;BR /&gt;BOSQUES-FW01&amp;gt; cphaprob -i list&lt;/P&gt;&lt;P&gt;Registered Devices:&lt;/P&gt;&lt;P&gt;Device Name: fwd&lt;BR /&gt;Registration number: 4&lt;BR /&gt;Timeout: 30 sec&lt;BR /&gt;Current state: problem&lt;BR /&gt;Time since last report: 7900.9 sec&lt;BR /&gt;Process Status: NOT UP&lt;/P&gt;&lt;P&gt;Device Name: Local Probing&lt;BR /&gt;Registration number: 7&lt;BR /&gt;Timeout: none&lt;BR /&gt;Current state: problem&lt;BR /&gt;Time since last report: 7877.7 sec&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;BOSQUES-FW01&amp;gt; cphaprob -a if&lt;/P&gt;&lt;P&gt;CCP mode: Manual (Unicast)&lt;BR /&gt;Required interfaces: 6&lt;BR /&gt;Required secured interfaces: 1&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Interface Name: Status:&lt;/P&gt;&lt;P&gt;eth1 UP&lt;BR /&gt;eth5 (P) UP&lt;BR /&gt;eth2 UP&lt;BR /&gt;eth3 UP&lt;BR /&gt;eth4 UP&lt;BR /&gt;Sync (S) UP&lt;BR /&gt;Mgmt Non-Monitored&lt;/P&gt;&lt;P&gt;S - sync, HA/LS - bond type, LM - link monitor, P - probing&lt;/P&gt;&lt;P&gt;Virtual cluster interfaces: 5&lt;/P&gt;&lt;P&gt;eth1 X.X.X.X&lt;BR /&gt;eth5 10.X.X.X&lt;BR /&gt;eth2 X.X.X.X&lt;BR /&gt;eth3 10.X.X.X&lt;BR /&gt;eth4 10.X.X.X&lt;/P&gt;&lt;P&gt;BOSQUES-FW01&amp;gt; cphaprob syncstat&lt;/P&gt;&lt;P&gt;Delta Sync Statistics&lt;/P&gt;&lt;P&gt;Sync status: OK&lt;/P&gt;&lt;P&gt;Drops:&lt;BR /&gt;Lost updates................................. 0&lt;BR /&gt;Lost bulk update events...................... 0&lt;BR /&gt;Oversized updates not sent................... 0&lt;/P&gt;&lt;P&gt;Sync at risk:&lt;BR /&gt;Sent reject notifications.................... 0&lt;BR /&gt;Received reject notifications................ 0&lt;/P&gt;&lt;P&gt;Sent messages:&lt;BR /&gt;Total generated sync messages................ 49202273&lt;BR /&gt;Sent retransmission requests................. 0&lt;BR /&gt;Sent retransmission updates.................. 0&lt;BR /&gt;Peak fragments per update.................... 2&lt;/P&gt;&lt;P&gt;Received messages:&lt;BR /&gt;Total received updates....................... 10654913&lt;BR /&gt;Received retransmission requests............. 0&lt;/P&gt;&lt;P&gt;Sync Interface:&lt;BR /&gt;Name......................................... Sync&lt;BR /&gt;Link speed................................... 1000Mb/s&lt;BR /&gt;Rate......................................... 34060 [Bps]&lt;BR /&gt;Peak rate.................................... 1220 [KBps]&lt;BR /&gt;Link usage................................... 0%&lt;BR /&gt;Total........................................ 102493[MB]&lt;/P&gt;&lt;P&gt;Queue sizes (num of updates):&lt;BR /&gt;Sending queue size........................... 512&lt;BR /&gt;Receiving queue size......................... 256&lt;BR /&gt;Fragments queue size......................... 50&lt;/P&gt;&lt;P&gt;Timers:&lt;BR /&gt;Delta Sync interval (ms)..................... 100&lt;/P&gt;&lt;P&gt;Reset on Wed Apr 2 18:23:16 2025 (triggered by fullsync).&lt;/P&gt;</description>
      <pubDate>Tue, 06 May 2025 00:00:36 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/How-to-change-the-state-of-a-cluster-XL-member-using-CLI/m-p/248153#M41473</guid>
      <dc:creator>SecdetKrypton</dc:creator>
      <dc:date>2025-05-06T00:00:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the state of a cluster XL member using CLI commands</title>
      <link>https://community.checkpoint.com/t5/General-Topics/How-to-change-the-state-of-a-cluster-XL-member-using-CLI/m-p/248154#M41474</link>
      <description>&lt;P&gt;K, never mind then, you can do clusterXL_admin up command on it.&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Tue, 06 May 2025 00:04:01 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/How-to-change-the-state-of-a-cluster-XL-member-using-CLI/m-p/248154#M41474</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2025-05-06T00:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the state of a cluster XL member using CLI commands</title>
      <link>https://community.checkpoint.com/t5/General-Topics/How-to-change-the-state-of-a-cluster-XL-member-using-CLI/m-p/248160#M41475</link>
      <description>&lt;P&gt;Not with FWD being down. I would suggest rebooting the gateway for a clean start and checking again.&lt;/P&gt;</description>
      <pubDate>Tue, 06 May 2025 02:25:11 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/How-to-change-the-state-of-a-cluster-XL-member-using-CLI/m-p/248160#M41475</guid>
      <dc:creator>emmap</dc:creator>
      <dc:date>2025-05-06T02:25:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the state of a cluster XL member using CLI commands</title>
      <link>https://community.checkpoint.com/t5/General-Topics/How-to-change-the-state-of-a-cluster-XL-member-using-CLI/m-p/248162#M41476</link>
      <description>&lt;P&gt;Now Im curious about fwd state, will test it in the lab tomorrow.&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Tue, 06 May 2025 03:53:38 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/How-to-change-the-state-of-a-cluster-XL-member-using-CLI/m-p/248162#M41476</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2025-05-06T03:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the state of a cluster XL member using CLI commands</title>
      <link>https://community.checkpoint.com/t5/General-Topics/How-to-change-the-state-of-a-cluster-XL-member-using-CLI/m-p/248171#M41478</link>
      <description>&lt;P&gt;Right, the usually solve this. What is in the fwd.elg?&lt;/P&gt;</description>
      <pubDate>Tue, 06 May 2025 10:28:22 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/How-to-change-the-state-of-a-cluster-XL-member-using-CLI/m-p/248171#M41478</guid>
      <dc:creator>AkosBakos</dc:creator>
      <dc:date>2025-05-06T10:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the state of a cluster XL member using CLI commands</title>
      <link>https://community.checkpoint.com/t5/General-Topics/How-to-change-the-state-of-a-cluster-XL-member-using-CLI/m-p/248189#M41479</link>
      <description>&lt;P&gt;As always, you were 100% correct! I tested in the lab, and fwd stays up when doing clusterXL_admin down, so reboot definitely sounds like a logical step.&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Tue, 06 May 2025 11:54:19 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/How-to-change-the-state-of-a-cluster-XL-member-using-CLI/m-p/248189#M41479</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2025-05-06T11:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the state of a cluster XL member using CLI commands</title>
      <link>https://community.checkpoint.com/t5/General-Topics/How-to-change-the-state-of-a-cluster-XL-member-using-CLI/m-p/248738#M41575</link>
      <description>&lt;P&gt;Perform reboot, but only change state to secondary&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ID&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Unique Address&amp;nbsp; &amp;nbsp; &amp;nbsp; Assigned Load&amp;nbsp; &amp;nbsp;State&amp;nbsp; &amp;nbsp; &amp;nbsp; Name&lt;/P&gt;&lt;P&gt;1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;10.253.252.1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;100%&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ACTIVE&amp;nbsp; BOSQUES-FW01&lt;BR /&gt;2 (local)&amp;nbsp; &amp;nbsp; &amp;nbsp;10.253.252.2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0%&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;DOWN&amp;nbsp; &amp;nbsp; BOSQUES-FW02&lt;/P&gt;</description>
      <pubDate>Tue, 13 May 2025 01:34:32 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/How-to-change-the-state-of-a-cluster-XL-member-using-CLI/m-p/248738#M41575</guid>
      <dc:creator>SecdetKrypton</dc:creator>
      <dc:date>2025-05-13T01:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the state of a cluster XL member using CLI commands</title>
      <link>https://community.checkpoint.com/t5/General-Topics/How-to-change-the-state-of-a-cluster-XL-member-using-CLI/m-p/248739#M41576</link>
      <description>&lt;P&gt;What does cphaprob -a if show now?&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Tue, 13 May 2025 01:37:09 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/How-to-change-the-state-of-a-cluster-XL-member-using-CLI/m-p/248739#M41576</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2025-05-13T01:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the state of a cluster XL member using CLI commands</title>
      <link>https://community.checkpoint.com/t5/General-Topics/How-to-change-the-state-of-a-cluster-XL-member-using-CLI/m-p/248927#M41623</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/125266"&gt;@SecdetKrypton&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;You've said that you forcibly set the FW01 to DOWN. What did you do actually ?&lt;BR /&gt;&lt;BR /&gt;"&lt;SPAN&gt;The firewall was forcibly set to Down state to redirect traffic through FW2 for testing purposes only. However, I now want to return it to Standby status.&lt;/SPAN&gt;"&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Also as we see, previously FW02 was the ACTIVE node and when you reloaded the FW01, that became ACTIVE and the other DOWN. That is weird for me, or you reloaded both of them ?&amp;nbsp;&lt;BR /&gt;It can be that in the Cluster set-up, "Cluster-XL and VRRP", you have an option (in the lower part) "Maintain current&amp;nbsp; active Cluster Member". We use that option, so it's not flapping/flipping over each time you reload a node/member.&amp;nbsp;&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="100%"&gt;&lt;EM&gt;when you failed to FW02&lt;/EM&gt;&lt;BR /&gt;
&lt;P&gt;ID&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Unique Address Assigned&amp;nbsp; &amp;nbsp; &amp;nbsp;Load&amp;nbsp; &amp;nbsp; State&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Name&lt;/P&gt;
&lt;P&gt;1 (local)&amp;nbsp; 10.253.252.1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0%&amp;nbsp; &amp;nbsp; DOWN&amp;nbsp; &amp;nbsp; &amp;nbsp; BOSQUES-FW01&lt;BR /&gt;2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 10.253.252.2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 100%&amp;nbsp; &amp;nbsp;ACTIVE(!)&amp;nbsp; BOSQUES-FW02&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="100%"&gt;after you reloaded the box or both boxes ?!?!?!&lt;BR /&gt;
&lt;P&gt;ID&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Unique Address&amp;nbsp; &amp;nbsp; &amp;nbsp; Assigned Load&amp;nbsp; &amp;nbsp;State&amp;nbsp; &amp;nbsp; &amp;nbsp; Name&lt;/P&gt;
&lt;P&gt;1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;10.253.252.1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;100%&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ACTIVE&amp;nbsp; BOSQUES-FW01&lt;BR /&gt;2 (local)&amp;nbsp; &amp;nbsp; &amp;nbsp;10.253.252.2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0%&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;DOWN&amp;nbsp; &amp;nbsp; BOSQUES-FW02&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ty,&lt;/P&gt;</description>
      <pubDate>Wed, 14 May 2025 08:55:52 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/How-to-change-the-state-of-a-cluster-XL-member-using-CLI/m-p/248927#M41623</guid>
      <dc:creator>Sorin_Gogean</dc:creator>
      <dc:date>2025-05-14T08:55:52Z</dc:date>
    </item>
  </channel>
</rss>

