FortiSIEM
FortiSIEM provides Security Information and Event Management (SIEM) and User and Entity Behavior Analytics (UEBA)
mnovelli
Staff
Staff
Article Id 340305
Description

This article describes that it is sometimes required to manage FortiSIEM components (Supervisors, Collectors, and Workers) using an external IT Monitoring platform. By default, the SNMPD service is installed on any nodes but it is disabled.

The following procedure can be used to monitor FortiSIEM components through SNMP Protocol. Typically, it is not required to open ports on local firewalld installed on any FortiSIEM components.

Scope FortiSIEM.
Solution

SNMP v1/v2C configuration: The following procedure can be used if the IT monitoring platform supports SNMP v1/v2C:

  1. Configure the community string on each FortiSIEM node.  Modify file /etc/snmp/snmpd.conf and add the following line:

 

rocommunity <community> default

 

Below is an example:

 

P1.png

 

  1. Start the SNMPD service by running the following commands:

 

systemctl start snmpd
systemctl status snmpd

 

Below is an example:

 

P2.png

 

 

SNMP v3 configuration: The following procedure can be used if the IT monitoring platform supports SNMP v3:

  1. Stop the SNMPD service if running:

 

systemctl stop snmpd

 

  1. Execute the following command:

 

net-snmp-create-v3-user [-ro] [-A authpass] [-a MD5|SHA] [-X privpass][-x DES|AES] [username]

 

Below is an example:

 

P3.png

 

Start the SNMPD service, and run the following commands:

 

systemctl start snmpd
systemctl status snmpd 

 

Below is an example:

 

P2.png

Contributors