nerdexam
Check_Point

156-582 · Question #9

How would you check the connection status of a gateway to the Log server?

The correct answer is B. Run netstat -anp | grep :257 in expert mode on Log server. 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…

Troubleshooting the Management Server

Question

How would you check the connection status of a gateway to the Log server?

Options

  • ARun netstat -anp | grep :257 in CLISH on Log server
  • BRun netstat -anp | grep :257 in expert mode on Log server
  • CRun netstat -anp | grep :18187 in expert mode on Log server
  • DRun netstat -anp | grep :18187 in CLISH on Log server

How the community answered

(43 responses)
  • A
    7% (3)
  • B
    74% (32)
  • C
    16% (7)
  • D
    2% (1)

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.

Topics

#log server connectivity#netstat#port 257#expert mode

Community Discussion

No community discussion yet for this question.

Full 156-582 Practice