Check Point Certified Multi-Domain Security Management Specialist (CCMS) — Question 59
How can you start debug of the Unified Policy with all possible flags turned on?
Answer options
- A. fw ctl debug -m fw + UP
- B. fw ctl debug -m UP all
- C. fw ctl debug -m UP *
- D. fw ctl debug -m UnifiedPolicy all
Correct answer: B
Explanation
The correct command is 'fw ctl debug -m UP all', which activates debugging for the Unified Policy with all flags. Option A incorrectly references 'fw' instead of 'UP', option C uses an asterisk which is not valid for enabling all flags, and option D is incorrect due to the use of 'UnifiedPolicy' instead of 'UP'.