I have problem when use CLI device template for CheckPoint Maestro devices. I use this template:
<Configuration-Management Device="Checkpoint_FW_Template" SystemOID="1.3.6.1.4.1.2620.1.6.123.1" AutoDetectType="BySystemOid" SystemDescriptionRegex="">
<Commands>
<Command Name="RESET" Value="set clienv rows 0" />
<Command Name="MENUBASED" Value="false" />
<Command Name="EnableIdentifier" Value=">" />
<Command Name="EnableCommand" Value="clish" />
<Command Name="DownloadConfig" Value="show configuration" />
<Command Name="Version" Value="ver" />
</Commands>
</Configuration-Management>
For the normal Checkpoint devices (R81.10) it's ok. This is the log when use the device template with normal Checkpoint:
---- Connection Profile: Checkpoint_Network_NCM -----
Device Template: Checkpoint_FW_Template_NCM
This system is for authorized use only.
Last login: Mon Nov 13 01:30:07 2023 from 10.x.x.x
DC_FW_INTERNET_OUT-01:TACP-0>
DC_FW_INTERNET_OUT-01:TACP-0>
DC_FW_INTERNET_OUT-01:TACP-0>
DC_FW_INTERNET_OUT-01:TACP-0>
set clienv rows 0
set clienv rows 0
DC_FW_INTERNET_OUT-01:TACP-0>
ver
ver
Product version Check Point Gaia R81.10
OS build 335
OS kernel version 3.10.0-957.21.3cpx86_64
OS edition 64-bit
DC_FW_INTERNET_OUT-01:TACP-0>
But for Checkpoint Maestro devices (R81.10) is false with login timeout error. This is the log when use the device template with Checkpoint Maestro devices:
----- Connection Profile: Checkpoint_Network_NCM -----
Device Template: Checkpoint_FW_Template_NCM
This system is for authorized use only.
Last login: Mon Nov 13 15:40:52 2023 from 10.x.x.x
Warning: System diagnostics failed on the following tests: ARP Consistency, Performance hogs.
DC_FW_INTERNAL-ch01-02:TACP-0
DC_FW_INTERNAL-ch01-02:TACP-0
DC_FW_INTERNAL-ch01-02:TACP-0
DC_FW_INTERNAL-ch01-02:TACP-0
DC_FW_INTERNAL-ch01-02:TACP-0
DC_FW_INTERNAL-ch01-02:TACP-0
DC_FW_INTERNAL-ch01-02:TACP-0
DC_FW_INTERNAL-ch01-02:TACP-0
This system is for authorized use only.
Last login: Mon Nov 13 15:48:03 2023 from 10.210.11.66
Warning: System diagnostics failed on the following tests: ARP Consistency, Performance hogs.
DC_FW_INTERNAL-ch01-02:TACP-0
DC_FW_INTERNAL-ch01-02:TACP-0
DC_FW_INTERNAL-ch01-02:TACP-0
DC_FW_INTERNAL-ch01-02:TACP-0
DC_FW_INTERNAL-ch01-02:TACP-0
DC_FW_INTERNAL-ch01-02:TACP-0
DC_FW_INTERNAL-ch01-02:TACP-0
Plz, help me