To ensure that VMAC mode is enabled, which CLI command you should run on all cluster members?
To ensure that VMAC mode is enabled, which CLI command you should run on all cluster members?
To ensure that VMAC mode is enabled, the correct command to verify its status on all cluster members is 'fw ctl get int fwha_vmac_global_param_enabled'; the result of this command should return the value 1 if VMAC mode is enabled. This command checks the current value of the parameter, which is necessary to confirm whether it is set correctly.
C. fw ctl get int fwha_vmac_global_param_enabled; result of command should return value 1
Yesss C
To enable VMAC mode, you can use either of these two lines of syntax, neither are listed in the answers: To enable VMAC mode, set the value of global kernel parameter 'fwha_vmac_global_param_enabled' to 1 To set the VMAC mode value on-the-fly, run this command on all cluster members: [Expert@HostName]# fw ctl set int fwha_vmac_global_param_enabled VALUE However this following syntax IS listed, which displays the current value of the above value: To get the current value of global kernel parameter 'fwha_vmac_global_param_enabled', run this command on a cluster member: [Expert@HostName]# fw ctl get int fwha_vmac_global_param_enabled https://support.checkpoint.com/results/sk/sk50840
Correct is C https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&solutionid=sk50840