NSE5_FSM-6.3 · Question #3
In me FortiSIEM CLI. which command must you use to determine whether or not syslog is being received from a network device?
The correct answer is A. tcpdump. Syslog Reception Verification: To verify whether syslog messages are being received from a network device, a network packet capture tool can be used. tcpdump Command: tcpdump is a powerful command-line packet analyzer tool available in Unix- like operating systems. It allows…
Question
In me FortiSIEM CLI. which command must you use to determine whether or not syslog is being received from a network device?
Options
- Atcpdump
- BphSyslogRecorder
- Cnetcat
- DphDeviceTest
How the community answered
(19 responses)- A74% (14)
- B11% (2)
- C5% (1)
- D11% (2)
Explanation
Syslog Reception Verification: To verify whether syslog messages are being received from a network device, a network packet capture tool can be used. tcpdump Command: tcpdump is a powerful command-line packet analyzer tool available in Unix- like operating systems. It allows administrators to capture and analyze network traffic. Usage: By using tcpdump with the appropriate filters (e.g., port 514 for syslog), administrators can monitor the incoming syslog messages in real-time to verify if they are being received. Example Command: tcpdump -i <interface> port 514 captures the syslog messages on the specified network interface.
Topics
Community Discussion
No community discussion yet for this question.