PSE-STRATA · Question #217
A customer next-generation firewall (NGFW) proof-of-concept (POC) and final presentation have just been completed. Which CLI command is used to clear data, remove all logs, and restore default…
The correct answer is C. >request system private-data-reset. Option C (> request system private-data-reset) is correct because Palo Alto Networks' CLI follows a strict verb-noun-modifier syntax: request (the action verb) → system (the object) → private-data-reset (the modifier), and private-data-reset is the specific operation that wipes…
Question
A customer next-generation firewall (NGFW) proof-of-concept (POC) and final presentation have just been completed. Which CLI command is used to clear data, remove all logs, and restore default configuration?
Options
- A
request private-data-reset system
- B
request reset system public-data-reset
- C
request system private-data-reset
- D
reset system public-data-reset
How the community answered
(43 responses)- A5% (2)
- B12% (5)
- C81% (35)
- D2% (1)
Explanation
Option C (> request system private-data-reset) is correct because Palo Alto Networks' CLI follows a strict verb-noun-modifier syntax: request (the action verb) → system (the object) → private-data-reset (the modifier), and private-data-reset is the specific operation that wipes logs, clears configuration, and restores factory defaults - exactly what's needed after a POC before returning equipment.
Why the distractors fail:
- A (
request private-data-reset system) - wrong word order;systemmust come before the modifier, not after - B (
request reset system public-data-reset) -resetis not a valid CLI verb here, andpublic-data-resetremoves only public (non-private/non-sensitive) data, not a full wipe - D (
reset system public-data-reset) -resetalone is not the correct command verb, and againpublic-data-resetis the wrong operation for a full restoration
Memory tip: Think of the syntax as an English sentence - "I request the system perform a private-data-reset" - and remember private data reset = private (thorough, complete) wipe, while public data reset is a lighter, partial cleanup that doesn't touch sensitive configuration.
Community Discussion
No community discussion yet for this question.