Check Point Certified Security Administrator (CCSA) R80 — Question 193
To ensure that VMAC mode is enabled, which CLI command you should run on all cluster members?
Answer options
- A. fw ctl set int fwha vmac global param enabled
- B. fw ctl get int fwha vmac global param enabled; result of command should return value 1
- C. cphaprob ג€"a if
- D. fw ctl get int fwha_vmac_global_param_enabled; result of command should return value 1
Correct answer: B
Explanation
Option B is correct because it directly checks the current setting for VMAC mode and confirms it returns the expected value of 1, indicating that it is enabled. Option A is incorrect as it sets the parameter rather than verifying it. Option C does not relate to VMAC mode verification, and Option D is incorrectly formatted and does not match the expected command structure.