Checkpoint 156-582 Practice Test 2
Question 1 / 35
How would you check the connection status of a gateway to the Log server?
Run netstat -anp | grep :257 in CLISH on Log server
Run netstat -anp | grep :257 in expert mode on Log server
Run netstat -anp | grep :18187 in expert mode on Log server
Run netstat -anp | grep :18187 in CLISH on Log server
Comment (0)
Suggested answer: B
Explanation:
To check the connection status between a gateway and the Log server, use the netstat -anp | grep :257 command in expert mode on the Log server. This command filters the network connections to display only those related to port 257, which is used for log collection. Running it in expert mode provides the necessary privileges to view detailed network information.