<?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: cann't enable Maestro FastForward in Hyperscale Firewall (Maestro)</title>
    <link>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/cann-t-enable-Maestro-FastForward/m-p/265902#M3862</link>
    <description>&lt;P&gt;Good day!&lt;/P&gt;&lt;P&gt;The error in the acl_cli.log sure looks strange. &lt;SPAN&gt;KeyError: 'FASTFORWARD' refers to a wrong key name in python dictionary structure. The catch is that the Key name is a constant in the script! It should not be at fault because it is defined unconditionally.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="FastForward_1.png" style="width: 992px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/32532i7A590EFF83B9B10B/image-size/large?v=v2&amp;amp;px=999" role="button" title="FastForward_1.png" alt="FastForward_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;self._state_&lt;STRONG&gt;dict&lt;/STRONG&gt;[vsid][FastforwardConf.FASTFORWARD_FEATURE_NAME][FastforwardConf._ACTIVATION_OPERATION]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;KeyError: 'FASTFORWARD'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;turns to &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;self._state_dict[vsid][FastforwardConf.&lt;STRONG&gt;FASTFORWARD&lt;/STRONG&gt;][FastforwardConf._ACTIVATION_OPERATION] &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;and that returnes a KeyError.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It may be a limitation for VSX or a general bug in the activation process. The thing is that we have tested FastForward in a Lab not so long ago on R81.20 JHF take 118 (Maestro Dual-Site non VSX) and hadn't seen such issues.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 23 Dec 2025 07:23:57 GMT</pubDate>
    <dc:creator>Gennady</dc:creator>
    <dc:date>2025-12-23T07:23:57Z</dc:date>
    <item>
      <title>cann't enable Maestro FastForward</title>
      <link>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/cann-t-enable-Maestro-FastForward/m-p/265865#M3859</link>
      <description>&lt;P&gt;We try to use Maestro FastForward. Setting the rule-prefix and enabling in virtual system was successfull.&lt;/P&gt;
&lt;P&gt;Rule is created with the correct prefix and with correct objects, but policy install fails with&amp;nbsp;&lt;/P&gt;
&lt;P&gt;#####################################&lt;/P&gt;
&lt;P&gt;Gateway: FWX&lt;/P&gt;
&lt;P&gt;Policy: XXXXXXXXXX&lt;/P&gt;
&lt;P&gt;Status: Failed&lt;/P&gt;
&lt;P&gt;- Maestro acceleration (MXL) failed, reason: Policy Parser error due to policy routing validations. Please check /var/log/acl_cli.log on the security group SMO for more details.&lt;/P&gt;
&lt;P&gt;#####################################&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="uiOutputText"&gt;/var/log/acl_cli.log repeatly shows the following error:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;2025-12-18 09:29:01,535 ERROR 54: main(): exception called:&lt;BR /&gt;2025-12-18 09:29:01,536 ERROR 55: main(): Traceback (most recent call last):&lt;BR /&gt;File "/usr/scripts/acl_cli/acl_cli", line 46, in main&lt;BR /&gt;rc = args.func(args)&lt;BR /&gt;File "/usr/scripts/acl_cli/package/utils/mxl_decorators.py", line 93, in _set_logging_level_wrapper&lt;BR /&gt;return function(self, *args)&lt;BR /&gt;File "/usr/scripts/acl_cli/package/utils/conf_file/conf_file.py", line 29, in _wrapper&lt;BR /&gt;return function(self,*args)&lt;BR /&gt;File "/usr/scripts/acl_cli/package/utils/mxl_decorators.py", line 22, in prepare_conf_wrapper&lt;BR /&gt;return function(self, *args)&lt;BR /&gt;File "/usr/scripts/acl_cli/package/utils/mxl_decorators.py", line 36, in _get_conf_wrapper&lt;BR /&gt;return function(self, *args)&lt;BR /&gt;File "/usr/scripts/acl_cli/package/utils/sgm_state.py", line 25, in _wrapper&lt;BR /&gt;return function(self,*args)&lt;BR /&gt;File "/usr/scripts/acl_cli/package/utils/mxl_decorators.py", line 106, in prepare_sgm_state_wrapper&lt;BR /&gt;return function(self, *args)&lt;BR /&gt;File "/usr/scripts/acl_cli/package/utils/mxl_decorators.py", line 120, in _get_sgm_state_wrapper&lt;BR /&gt;return function(self, *args)&lt;BR /&gt;File "/usr/scripts/acl_cli/package/features/policy_enforcement.py", line 997, in activation&lt;BR /&gt;latest_operation = app.getActivationOp(vsid)&lt;BR /&gt;File "/usr/scripts/acl_cli/package/features/fastforward/fastforward.py", line 87, in getActivationOp&lt;BR /&gt;return self._conf_file.getFastforwardActivation(vsid)&lt;BR /&gt;File "/usr/scripts/acl_cli/package/utils/conf_file/mxl_conf_file.py", line 36, in _wrapper&lt;BR /&gt;return function(self ,vsid ,*args)&lt;BR /&gt;File "/usr/scripts/acl_cli/package/features/fastforward/fastforward_conf.py", line 130, in getFastforwardActivation&lt;BR /&gt;return self._state_dict[vsid][FastforwardConf.FASTFORWARD_FEATURE_NAME][FastforwardConf._ACTIVATION_OPERATION]&lt;BR /&gt;KeyError: 'FASTFORWARD'&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="uiOutputText"&gt;TAC case is open but maybe someone knows the problem?&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Dec 2025 07:29:55 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/cann-t-enable-Maestro-FastForward/m-p/265865#M3859</guid>
      <dc:creator>Wolfgang</dc:creator>
      <dc:date>2025-12-22T07:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: cann't enable Maestro FastForward</title>
      <link>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/cann-t-enable-Maestro-FastForward/m-p/265871#M3860</link>
      <description>&lt;P&gt;Good day!&lt;/P&gt;&lt;P&gt;Please, check that the rule doesn't contain any IP-addresses/networks which are directly connected to the Security Group?&lt;/P&gt;&lt;P&gt;FastForward doesn't support traffic acceleration between directly connected networks.&lt;/P&gt;&lt;P&gt;You can check your routing topology on MHO at /etc/orch_fastforward_routing_data&lt;BR /&gt;There may be many files for each iteration of routing topology calculation. It is better to check the lates one generated.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Dec 2025 11:16:13 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/cann-t-enable-Maestro-FastForward/m-p/265871#M3860</guid>
      <dc:creator>Gennady</dc:creator>
      <dc:date>2025-12-22T11:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: cann't enable Maestro FastForward</title>
      <link>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/cann-t-enable-Maestro-FastForward/m-p/265890#M3861</link>
      <description>&lt;P&gt;We followed the guidelines for FastForward.&amp;nbsp; Involved networks are not directly attached to the gateway.&amp;nbsp;&lt;BR /&gt;&lt;SPAN&gt;/etc/orch_fastforward_routing_data does not exist, I believe it‘s only available if policy install was successfully and the matching rules are pushed to the MHOs.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Dec 2025 20:47:36 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/cann-t-enable-Maestro-FastForward/m-p/265890#M3861</guid>
      <dc:creator>Wolfgang</dc:creator>
      <dc:date>2025-12-22T20:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: cann't enable Maestro FastForward</title>
      <link>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/cann-t-enable-Maestro-FastForward/m-p/265902#M3862</link>
      <description>&lt;P&gt;Good day!&lt;/P&gt;&lt;P&gt;The error in the acl_cli.log sure looks strange. &lt;SPAN&gt;KeyError: 'FASTFORWARD' refers to a wrong key name in python dictionary structure. The catch is that the Key name is a constant in the script! It should not be at fault because it is defined unconditionally.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="FastForward_1.png" style="width: 992px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/32532i7A590EFF83B9B10B/image-size/large?v=v2&amp;amp;px=999" role="button" title="FastForward_1.png" alt="FastForward_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;self._state_&lt;STRONG&gt;dict&lt;/STRONG&gt;[vsid][FastforwardConf.FASTFORWARD_FEATURE_NAME][FastforwardConf._ACTIVATION_OPERATION]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;KeyError: 'FASTFORWARD'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;turns to &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;self._state_dict[vsid][FastforwardConf.&lt;STRONG&gt;FASTFORWARD&lt;/STRONG&gt;][FastforwardConf._ACTIVATION_OPERATION] &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;and that returnes a KeyError.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It may be a limitation for VSX or a general bug in the activation process. The thing is that we have tested FastForward in a Lab not so long ago on R81.20 JHF take 118 (Maestro Dual-Site non VSX) and hadn't seen such issues.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Dec 2025 07:23:57 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/cann-t-enable-Maestro-FastForward/m-p/265902#M3862</guid>
      <dc:creator>Gennady</dc:creator>
      <dc:date>2025-12-23T07:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: cann't enable Maestro FastForward</title>
      <link>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/cann-t-enable-Maestro-FastForward/m-p/266023#M3863</link>
      <description>&lt;P&gt;Good day!&lt;/P&gt;&lt;P&gt;Any chance Checkpoint TAC has sorted this problem out? It would be great to know what the problem was.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Dec 2025 07:58:13 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/cann-t-enable-Maestro-FastForward/m-p/266023#M3863</guid>
      <dc:creator>Gennady</dc:creator>
      <dc:date>2025-12-26T07:58:13Z</dc:date>
    </item>
  </channel>
</rss>

