Hey CheckMates,
I've got a lab environment set up and I'd like to test the mgmt_cli vsx_provisioning_tool api capability. I'm running the command (with a couple of parameters set) locally from the mgmt server cli, however the command fails to complete and generates an error. I can't see any issues with the syntax and the job fails to complete.
Syntax: mgmt_cli -r true -d x.x.x.x vsx-provisioning-tool operation "add-vd" add-vd-params.vd "VFW1" add-vd-params.vsx-name "VSX-GATEWAY" add-vd-params.type "vs" add-vd-params.ipv4-instances "2" add-vd-params.ipv4-address "192.168.103.1" add-vd-params.interfaces.1.name "bond1.103" add-vd-params.interfaces.1.ipv4-address "192.168.103.1/24" --format json
The job appears to execute, but then very quickly fails with the following error:
---------------------------------------------
Time: [16:19:20] 19/1/2026
---------------------------------------------
"VSX add vd operation" in progress (21%)
---------------------------------------------
Time: [16:19:30] 19/1/2026
---------------------------------------------
"VSX add vd operation" failed (100%)
{
"tasks" : [ {
"task-id" : "01234567-8xxxxxxxxxxxxx",
"task-name" : "VSX add vd operation",
"status" : "failed",
"progress-percentage" : 100,
"suppressed" : false,
"task-details" : [ {
"fault-message" : "Action Failed due to an Internal Error"
} ]
} ]
}
Executed command failed. Changes are discarded.
I've checked the api.elg & fwm.elg files, but can't see anything obvious.
If I run a basic API show command (mgmt_cli -r true -d x.x.x.x show-gateways-and-servers -f json), it successfully returns the details stored within the target domain. I'm not able to locate anything on the Check Point Support Center.
I've rebooted the MDM and VSX Gateway, validated the target VSX Gateway has sufficient licensing, but it hasn't helped the situation.
Has anyone else experienced this issue?
Mgmt - R82 T44
VSX Gateway - R82 T44