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…
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)- A7% (3)
- B74% (32)
- C16% (7)
- D2% (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
Community Discussion
No community discussion yet for this question.