156-915.71 · Question #116
Which command is used to uninstall the Security Policy directly from the Security Gateway?
The correct answer is D. fwunloadlocal. Check Point 156-915.71 Exam
Question
Which command is used to uninstall the Security Policy directly from the Security Gateway?
Options
- Afwm unload.local
- Bfw kill policy
- Ccpstop
- Dfwunloadlocal
How the community answered
(27 responses)- A11% (3)
- B4% (1)
- C4% (1)
- D81% (22)
Explanation
Check Point 156-915.71 Exam
Topics
Community Discussion
4fwunloadlocal is the command you want because it talks directly to the firewall kernel on the gateway itself and tells it to drop the installed policy, leaving the gateway in a default-deny or accept state depending on your SIC setup. The other options are either made-up syntax, a process killer that shuts down services rather than unloading policy, or wrong in subtle ways that will bite you on the real box when it matters.
D is correct, and the Check Point R80 CLI Reference Guide is explicit on this. The command fwunloadlocal runs directly on the Security Gateway itself and removes the installed policy without requiring a connection back to the Security Management Server. That distinction matters because fw unload is the management-side command used to push an uninstall operation to a remote gateway, whereas fwunloadlocal is executed locally on the gateway, which is exactly what the question specifies. cpstop shuts down all Check Point services entirely, which is a much heavier action and not what the question is asking. fwm commands relate to management daemon operations, not local policy removal. I actually flagged this one when I sat the exam last year, because I second-guessed myself and almost picked A. I went back to what the CLI Reference Guide says under the fwunloadlocal entry, which reads something close to "uninstalls the security policy from the local Security Gateway," and that phrasing matched the question stem word for word. Trusting the vendor doc over gut instinct saved me that point.
fwunloadlocal is the one that goes straight to the gateway and pulls the policy without needing the management server in the loop, which is exactly what you want when the gateway is misbehaving or unreachable from SmartConsole. Quick question though: do you know the difference in behavior between running fwunloadlocal on the gateway itself versus using the fw unloadlocal command from the management side, and when you would choose one path over the other?
Both fw unloadlocal and fwunloadlocal are executed on the gateway itself, not pushed from the management server, so the real distinction to study for the exam is that fw unloadlocal removes the active policy from memory while leaving the local policy files intact, whereas fwunloadlocal also clears those local fetched policy files, per sk101232.