What is the correct syntax to set all debug flags for Unified Policy related issues?
What is the correct syntax to set all debug flags for Unified Policy related issues?
The correct syntax is 'fw ctl debug -m up all'. In the command `fw ctl debug -m`, 'up' should be in lowercase since it refers to the module name for Unified Policy, which is case-sensitive. Option 'B' correctly uses lowercase for 'up', while Option 'A' incorrectly uses uppercase.
Correct answer is A. Kortext documentation page 225.