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, you need to check the value of the relevant parameter in the system. The correct CLI command to do this on all cluster members is 'fw ctl get int fwha_vmac_global_param_enabled'. This command retrieves the current value of the parameter, and the result should return 1 to indicate that VMAC mode is enabled. Therefore, option D is correct.
D is correct https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&solutionid=sk50840
D is correct, command b fails , it is one variabel name = fwha_vmac_global_param_enabled Command : fw ctl get int fwha_vmac_global_param_enabled fwha_vmac_global_param_enabled = 0
D is correct
D is correct
Question says "ensure", NOT "check". Reference link has this section (keep in mind: GET looks, SET does) To configure VMAC Mode using the command line: Set the value of global kernel parameter fwha_vmac_global_param_enabled. First get the current value of global kernel parameter by running this command on a cluster member: fw ctl get int fwha_vmac_global_param_enabled Set the new value by running: fw ctl set int fwha_vmac_global_param_enabled VALUE Where: 1=VMAC enabled 0=VMAC disabled