Check Point Certified Multi-Domain Security Management Specialist (CCMS) — Question 63
What is the simplest and most efficient way to check all dropped packets in real time?
Answer options
- A. fw ctl zdebug + drop in expert mode
- B. Smartlog
- C. cat/dev/fw1/log in expert mode
- D. tail -f $FWDIR/log/fw.log |grep drop in expert mode
Correct answer: A
Explanation
The command 'fw ctl zdebug + drop in expert mode' provides real-time visibility into dropped packets, making it the simplest and most efficient option. Other options, like Smartlog, while useful for logging, do not provide real-time packet drop information. The remaining choices either lack real-time capabilities or are not as direct in showing packet drops.