Exam 156-215.80 All QuestionsBrowse all questions from this exam
Question 254

To ensure that VMAC mode is enabled, which CLI command you should run on all cluster members?

    Correct Answer: D

    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.

Discussion
chstOption: D

D is correct https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&solutionid=sk50840

ClarkSmartTrackerOption: D

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

ledopisoOption: D

D is correct

CCSAChallengerOption: D

D is correct

crispyHaoleOption: A

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