Check Point Certified Cloud Specialist (CCCS) — Question 9
How would you check the connection status of a gateway to the Log server?
Answer options
- A. run netstat -anp | grep :257 in CLISH on Log server
- B. run netstat -anp | grep :257 in expert mode on Log server
- C. run netstat -anp | grep :18187 in expert mode on Log server
- D. run netstat -anp | grep :18187 in CLISH on Log server
Correct answer: B
Explanation
The correct answer is B because the command checks for connections on port 257, which is relevant for the gateway to the Log server in expert mode. Option A is incorrect as it uses CLISH instead of expert mode. Options C and D check the wrong port (18187), which does not pertain to the gateway's connection status to the Log server.