<?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: Maestro Troubleshooting in Practice in Hyperscale Firewall (Maestro)</title>
    <link>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/Maestro-Troubleshooting-in-Practice/m-p/271502#M3983</link>
    <description>&lt;P&gt;Thank you very much for the tip. I still haven’t had the opportunity to work with R82 on Maestro, so I’ll take a look. It will be good for me to understand the differences between them and, perhaps, even update the title of this topic to R81.20, since it may indeed be obsolete in R82.&lt;/P&gt;</description>
    <pubDate>Fri, 20 Feb 2026 17:28:21 GMT</pubDate>
    <dc:creator>WiliRGasparetto</dc:creator>
    <dc:date>2026-02-20T17:28:21Z</dc:date>
    <item>
      <title>Maestro Troubleshooting in Practice</title>
      <link>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/Maestro-Troubleshooting-in-Practice/m-p/271369#M3974</link>
      <description>&lt;H2&gt;Operational runbook (MHO + SGMs + traffic + VPN) with field commands&lt;/H2&gt;
&lt;P&gt;If you run Quantum Maestro in production, you’ve probably seen the pattern: issues that “look like VPN” or “look like policy” often turn out to be &lt;STRONG&gt;Security Group health&lt;/STRONG&gt;, &lt;STRONG&gt;a single divergent SGM&lt;/STRONG&gt;, &lt;STRONG&gt;a physical/link problem (cable/port/optics)&lt;/STRONG&gt;, or &lt;STRONG&gt;an unstable uplink&lt;/STRONG&gt;. The key to reducing MTTR is discipline: &lt;STRONG&gt;evidence + commands&lt;/STRONG&gt;, without skipping layers.&lt;/P&gt;
&lt;P&gt;Below is a practical “copy-and-run” runbook, with &lt;STRONG&gt;good vs bad&lt;/STRONG&gt; interpretation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;1) Mental model&amp;nbsp;&lt;/H2&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;MHO (Orchestrator):&lt;/STRONG&gt; controls the Security Group (inventory, health, ports, fabric).&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;SGMs:&lt;/STRONG&gt; run the dataplane (sessions, inspection, VPN, state).&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Typical symptom patterns:&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Unhealthy SG&lt;/STRONG&gt; → everything becomes a symptom (policy/VPN/traffic).&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Unhealthy single SGM&lt;/STRONG&gt; → intermittent behavior (“sometimes it works”).&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;H2&gt;2) clish vs gclish (why this becomes a real incident)&lt;/H2&gt;
&lt;H3&gt;clish&lt;/H3&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Local&lt;/STRONG&gt; node context.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Useful for point inspection, but &lt;STRONG&gt;risky for configuration&lt;/STRONG&gt; in Maestro because it can introduce drift (one member behaving differently).&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3&gt;gclish&lt;/H3&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Global&lt;/STRONG&gt; Security Group context.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Operational rule:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;use &lt;STRONG&gt;gclish&lt;/STRONG&gt; when the intent is global consistency (uniform validation/collection/adjustment);&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;use &lt;STRONG&gt;clish&lt;/STRONG&gt; only when you need to inspect/act on a specific member in a controlled way.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;A recurring field root cause: a change made with &lt;STRONG&gt;clish&lt;/STRONG&gt; on a single member → the SGM starts handling traffic differently → intermittent symptoms that are hard to reproduce.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;H2&gt;3) Fast triage start with the Security Group&lt;/H2&gt;
&lt;H3&gt;3.1 Global Maestro / Security Group health&lt;/H3&gt;
&lt;P&gt;&lt;STRONG&gt;On the MHO:&lt;/STRONG&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class="language-bash"&gt;orch_stat -all
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;STRONG&gt;What this proves:&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;whether all SGMs are present/operational&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;whether any member is degraded/missing&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;signals of port/fabric issues&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Good:&lt;/STRONG&gt; all members OK, stable links, no critical port down.&lt;BR /&gt;&lt;STRONG&gt;Bad:&lt;/STRONG&gt; missing/degraded member, unstable links → fix the foundation before analyzing VPN/policy.&lt;/P&gt;
&lt;HR /&gt;
&lt;H3&gt;3.2 Security Group sanity check&lt;/H3&gt;
&lt;PRE&gt;&lt;CODE class="language-bash"&gt;asg diag verify
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;STRONG&gt;What this proves:&lt;/STRONG&gt; high-level SG consistency and quick integrity checks.&lt;BR /&gt;&lt;STRONG&gt;Bad:&lt;/STRONG&gt; critical alerts → return to &lt;CODE&gt;orch_stat -all&lt;/CODE&gt; and isolate the failing member/port.&lt;/P&gt;
&lt;HR /&gt;
&lt;H3&gt;3.3 Capacity before taking member-level actions&lt;/H3&gt;
&lt;PRE&gt;&lt;CODE class="language-bash"&gt;asg perf -v
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;STRONG&gt;What this proves:&lt;/STRONG&gt; whether the SG has enough headroom (CPU/memory) to absorb load during isolation/actions.&lt;BR /&gt;&lt;STRONG&gt;Bad:&lt;/STRONG&gt; SG near its limits → avoid disruptive actions.&lt;/P&gt;
&lt;HR /&gt;
&lt;H3&gt;3.4 Reconcile state (use with care)&lt;/H3&gt;
&lt;PRE&gt;&lt;CODE class="language-bash"&gt;hcp -r all
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt; commonly used in playbooks to recover internal state/handshakes, but it should not be the first “blind” step.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;4) Physical and link health (where most “bugs” actually start)&lt;/H2&gt;
&lt;P&gt;When you see intermittency, “traffic disappears,” or only some users/flows fail, first prove whether there is physical/L1–L2 instability.&lt;/P&gt;
&lt;H3&gt;4.1 Inventory/port-map quick reference&lt;/H3&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class="language-bash"&gt;&lt;SPAN&gt;orch_stat -p&lt;/SPAN&gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;or&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class="language-bash"&gt;cat /etc/maestro.json
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Use this to confirm interface/port mapping in the Maestro context.&lt;/P&gt;
&lt;H3&gt;4.2 Counters and drops (all members)&lt;/H3&gt;
&lt;PRE&gt;&lt;CODE class="language-bash"&gt;g_all netstat -ni
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;STRONG&gt;What to look for:&lt;/STRONG&gt; increasing RX-ERR/TX-ERR/drops.&lt;BR /&gt;If these counters climb, they often explain VPN flapping, broken sessions, and “policy is OK but traffic fails.”&lt;/P&gt;
&lt;H3&gt;4.3 Per-interface physical errors (CRC/symbol errors)&lt;/H3&gt;
&lt;PRE&gt;&lt;CODE class="language-bash"&gt;ethtool -S &amp;lt;interfacename&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;STRONG&gt;Good:&lt;/STRONG&gt; no CRC/errors increasing.&lt;BR /&gt;&lt;STRONG&gt;Bad:&lt;/STRONG&gt; CRC/symbol errors → treat as L1/L2 (cable/optics/port/switch) before focusing on VPN.&lt;/P&gt;
&lt;H3&gt;4.4 Real link flap (carrier)&lt;/H3&gt;
&lt;PRE&gt;&lt;CODE class="language-bash"&gt;asg_ifconfig | grep carrier | grep -v "carrier: 0"
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;STRONG&gt;Bad:&lt;/STRONG&gt; carrier oscillation → intermittent behavior is highly likely.&lt;/P&gt;
&lt;H3&gt;4.5 Hardware health (sensors)&lt;/H3&gt;
&lt;PRE&gt;&lt;CODE class="language-bash"&gt;g_all cpstat -f sensors os
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;STRONG&gt;What this proves:&lt;/STRONG&gt; thermal/power/fan conditions can lead to instability and erratic behavior.&lt;/P&gt;
&lt;H3&gt;4.6 Maestro port state&lt;/H3&gt;
&lt;PRE&gt;&lt;CODE class="language-bash"&gt;show maestro port &amp;lt;port&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Confirms the port’s state/configuration in the Maestro domain.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;5) The turning point: “no log” — does the traffic exist in the SG dataplane?&lt;/H2&gt;
&lt;P&gt;This step quickly separates “problem before the gateway” from “problem inside the gateway.”&lt;/P&gt;
&lt;H3&gt;5.1 Prove the session/connection on the SG&lt;/H3&gt;
&lt;P&gt;Example (intentionally generic IPs):&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class="language-bash"&gt;asg search -v 10.10.40.25 \* 203.0.113.50 443 tcp
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;STRONG&gt;Interpretation:&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;No output:&lt;/STRONG&gt; traffic likely is &lt;STRONG&gt;not reaching&lt;/STRONG&gt; the SG (or it’s taking a different path). Return to L1/L2/L3 and capture at the correct point.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Output present:&lt;/STRONG&gt; traffic &lt;STRONG&gt;exists in the dataplane&lt;/STRONG&gt;; you now have a basis to correlate with NAT, routing, policy, and VPN.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;If the connection does not “exist” for the SG, changing policy/VPN is usually wasted effort.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;H2&gt;6) Single-SGM failure: how to investigate and restore consistency&lt;/H2&gt;
&lt;P&gt;Typical symptom: intermittent failures, “some flows drop,” “works after some time.”&lt;/P&gt;
&lt;H3&gt;6.1 Controlled action to reintegrate a suspected member (when needed)&lt;/H3&gt;
&lt;P&gt;On the suspected SGM:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class="language-bash"&gt;clusterXL_admin down
clusterXL_admin up
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;STRONG&gt;Risk:&lt;/STRONG&gt; medium (sessions anchored to that member can be impacted).&lt;BR /&gt;&lt;STRONG&gt;Pre-condition:&lt;/STRONG&gt; confirm headroom with &lt;CODE&gt;asg perf -v&lt;/CODE&gt;.&lt;/P&gt;
&lt;H3&gt;6.2 Check state and drift indicators&lt;/H3&gt;
&lt;PRE&gt;&lt;CODE class="language-bash"&gt;cphaprob list
tail $FWDIR/log/blade_config
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;STRONG&gt;What to look for:&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;&lt;CODE&gt;cphaprob list&lt;/CODE&gt;: HA/cluster participation/state signals and inconsistencies&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;CODE&gt;blade_config&lt;/CODE&gt;: alerts and errors that indicate configuration drift&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;H2&gt;Closing&lt;/H2&gt;
&lt;P&gt;Maestro troubleshooting requires discipline: &lt;STRONG&gt;start with SG health&lt;/STRONG&gt;, then &lt;STRONG&gt;prove traffic exists&lt;/STRONG&gt;, then &lt;STRONG&gt;validate physical stability&lt;/STRONG&gt;, and only then go deeper. If you follow this sequence with objective commands, “phantom incidents” drop sharply—and troubleshooting becomes engineering, not guesswork.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Feb 2026 12:09:41 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/Maestro-Troubleshooting-in-Practice/m-p/271369#M3974</guid>
      <dc:creator>WiliRGasparetto</dc:creator>
      <dc:date>2026-02-23T12:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: Quantum Maestro Troubleshooting in Practice</title>
      <link>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/Maestro-Troubleshooting-in-Practice/m-p/271375#M3975</link>
      <description>&lt;P&gt;very good, very useful&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Feb 2026 20:17:36 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/Maestro-Troubleshooting-in-Practice/m-p/271375#M3975</guid>
      <dc:creator>israelfds95</dc:creator>
      <dc:date>2026-02-19T20:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: Quantum Maestro Troubleshooting in Practice</title>
      <link>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/Maestro-Troubleshooting-in-Practice/m-p/271413#M3976</link>
      <description>&lt;P&gt;thk's Israel&lt;/P&gt;</description>
      <pubDate>Fri, 20 Feb 2026 01:44:18 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/Maestro-Troubleshooting-in-Practice/m-p/271413#M3976</guid>
      <dc:creator>WiliRGasparetto</dc:creator>
      <dc:date>2026-02-20T01:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: Quantum Maestro Troubleshooting in Practice</title>
      <link>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/Maestro-Troubleshooting-in-Practice/m-p/271452#M3978</link>
      <description>&lt;P&gt;Throughout my career I’ve learned to start with the fundamentals, because 90% of problems are solved there. In Maestro’s case, it’s no different — most of the issues I’ve resolved happened because the analyst didn’t know how to differentiate between clish and gclish, which ended up causing misconfigurations.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Feb 2026 12:20:05 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/Maestro-Troubleshooting-in-Practice/m-p/271452#M3978</guid>
      <dc:creator>WiliRGasparetto</dc:creator>
      <dc:date>2026-02-20T12:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: Quantum Maestro Troubleshooting in Practice</title>
      <link>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/Maestro-Troubleshooting-in-Practice/m-p/271458#M3979</link>
      <description>&lt;P&gt;Awesome work. Btw, I could not agree more with what you said. I cant even count how many times I been on calls with people and it usually turned out to be something so simple at the end that solved the issue.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Feb 2026 13:02:48 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/Maestro-Troubleshooting-in-Practice/m-p/271458#M3979</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2026-02-20T13:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: Maestro Troubleshooting in Practice</title>
      <link>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/Maestro-Troubleshooting-in-Practice/m-p/271461#M3980</link>
      <description>&lt;P&gt;Good and useful guideline in general. I just would like to point out, that few of your commands (asg diag, asg perf, asg search) do not exist anymore in R82 and have been moved to insights or cluster-cli.&lt;/P&gt;&lt;P&gt;Check the release notes for more changes regarding Maestro:&lt;/P&gt;&lt;P&gt;&lt;A href="https://sc1.checkpoint.com/documents/R82/WebAdminGuides/EN/CP_R82_RN/Content/Topics-RN/Software-Changes.htm" target="_blank"&gt;https://sc1.checkpoint.com/documents/R82/WebAdminGuides/EN/CP_R82_RN/Content/Topics-RN/Software-Changes.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Feb 2026 13:18:51 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/Maestro-Troubleshooting-in-Practice/m-p/271461#M3980</guid>
      <dc:creator>Serge_Wuethrich</dc:creator>
      <dc:date>2026-02-20T13:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: Quantum Maestro Troubleshooting in Practice</title>
      <link>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/Maestro-Troubleshooting-in-Practice/m-p/271501#M3982</link>
      <description>&lt;P&gt;I’ve already seen troubleshooting cases that lasted for days turn out to be just a simple VLAN issue. Usually, people miss the basics, focus on the more complex aspects, and forget to check the fundamentals.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Feb 2026 17:25:58 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/Maestro-Troubleshooting-in-Practice/m-p/271501#M3982</guid>
      <dc:creator>WiliRGasparetto</dc:creator>
      <dc:date>2026-02-20T17:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: Maestro Troubleshooting in Practice</title>
      <link>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/Maestro-Troubleshooting-in-Practice/m-p/271502#M3983</link>
      <description>&lt;P&gt;Thank you very much for the tip. I still haven’t had the opportunity to work with R82 on Maestro, so I’ll take a look. It will be good for me to understand the differences between them and, perhaps, even update the title of this topic to R81.20, since it may indeed be obsolete in R82.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Feb 2026 17:28:21 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/Maestro-Troubleshooting-in-Practice/m-p/271502#M3983</guid>
      <dc:creator>WiliRGasparetto</dc:creator>
      <dc:date>2026-02-20T17:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: Maestro Troubleshooting in Practice</title>
      <link>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/Maestro-Troubleshooting-in-Practice/m-p/271504#M3984</link>
      <description>&lt;P&gt;very good content with practical examples.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Feb 2026 20:22:23 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/Maestro-Troubleshooting-in-Practice/m-p/271504#M3984</guid>
      <dc:creator>Dom_Galvao</dc:creator>
      <dc:date>2026-02-20T20:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: Maestro Troubleshooting in Practice</title>
      <link>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/Maestro-Troubleshooting-in-Practice/m-p/271656#M4001</link>
      <description>&lt;P&gt;This guide seems to conflate the MHOs and the SMO. The SMO is not an orchestrator, it's an SGM.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't think there's a file called&amp;nbsp;/etc/maestro.json. For a port inventory at the MHO you would use orch_stat -p, or the MHO WebUI in R82+.&lt;/P&gt;
&lt;P&gt;That 'last resort' of just deleting the security group with no follow up is terrible advice. What's going on there, you're just going to remove the group entirely and give up? Please review this and make sure you're not suggesting steps that will cause massive problems. There are many other things that can be attempted in a troubleshooting context before going nuclear here.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Feb 2026 09:24:54 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/Maestro-Troubleshooting-in-Practice/m-p/271656#M4001</guid>
      <dc:creator>emmap</dc:creator>
      <dc:date>2026-02-23T09:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: Maestro Troubleshooting in Practice</title>
      <link>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/Maestro-Troubleshooting-in-Practice/m-p/271665#M4002</link>
      <description>&lt;P&gt;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/71054"&gt;@emmap&lt;/a&gt;&amp;nbsp;&lt;SPAN&gt;/etc/maestro.json file is mentioned in sk164712.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;About removing a security group, I agree that would be a very bad move in a production environment.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;My understanding is,&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/96099"&gt;@WiliRGasparetto&lt;/a&gt;&amp;nbsp;is writing this based on his lab trials.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Feb 2026 10:34:30 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/Maestro-Troubleshooting-in-Practice/m-p/271665#M4002</guid>
      <dc:creator>_Val_</dc:creator>
      <dc:date>2026-02-23T10:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: Maestro Troubleshooting in Practice</title>
      <link>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/Maestro-Troubleshooting-in-Practice/m-p/271677#M4005</link>
      <description>&lt;P&gt;Yep, you're right that is a file, my mistake.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Feb 2026 11:15:15 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/Maestro-Troubleshooting-in-Practice/m-p/271677#M4005</guid>
      <dc:creator>emmap</dc:creator>
      <dc:date>2026-02-23T11:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: Maestro Troubleshooting in Practice</title>
      <link>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/Maestro-Troubleshooting-in-Practice/m-p/271680#M4006</link>
      <description>&lt;P&gt;I’m going to remove that step, and I’ll look for better approaches. I included it only as a last-resort option when there was truly no solution and in coordination with Check Point TAC, but presenting it as a standard solution was a bad idea. Thank you very much for the feedback.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Feb 2026 11:17:22 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/Maestro-Troubleshooting-in-Practice/m-p/271680#M4006</guid>
      <dc:creator>WiliRGasparetto</dc:creator>
      <dc:date>2026-02-23T11:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: Maestro Troubleshooting in Practice</title>
      <link>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/Maestro-Troubleshooting-in-Practice/m-p/271702#M4014</link>
      <description>&lt;P&gt;I also added the command `orch_stat -p` as the first option and then the verification with `cat /etc/maestro.json`. I found your point very helpful,&amp;nbsp; &lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/71054"&gt;@emmap&lt;/a&gt;&amp;nbsp;.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Feb 2026 12:29:38 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/Maestro-Troubleshooting-in-Practice/m-p/271702#M4014</guid>
      <dc:creator>WiliRGasparetto</dc:creator>
      <dc:date>2026-02-23T12:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: Maestro Troubleshooting in Practice</title>
      <link>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/Maestro-Troubleshooting-in-Practice/m-p/272122#M4031</link>
      <description>&lt;P&gt;Nice&lt;/P&gt;</description>
      <pubDate>Fri, 27 Feb 2026 19:24:34 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/Maestro-Troubleshooting-in-Practice/m-p/272122#M4031</guid>
      <dc:creator>batata</dc:creator>
      <dc:date>2026-02-27T19:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: Maestro Troubleshooting in Practice</title>
      <link>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/Maestro-Troubleshooting-in-Practice/m-p/272246#M4033</link>
      <description>&lt;P&gt;thk's&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2026 16:35:51 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/Maestro-Troubleshooting-in-Practice/m-p/272246#M4033</guid>
      <dc:creator>WiliRGasparetto</dc:creator>
      <dc:date>2026-03-02T16:35:51Z</dc:date>
    </item>
  </channel>
</rss>

