snmp – SGBox Next Generation SIEM & SOAR https://www.sgbox.eu Next Generation SIEM & SOAR Tue, 05 Nov 2024 11:36:24 +0000 en-US hourly 1 https://wordpress.org/?v=6.7.1 https://www.sgbox.eu/wp-content/uploads/2020/09/cropped-Logo-SGBox-Trasparente-NO-SCRITTA-150x150.webp snmp – SGBox Next Generation SIEM & SOAR https://www.sgbox.eu 32 32 Configure SNMP service on Windows https://www.sgbox.eu/en/knowledge-base/configure-snmp-service-on-windows/ Tue, 17 Dec 2019 11:42:32 +0000 http://10.253.1.91/?post_type=epkb_post_type_1&p=2781 The Simple Network Management Protocol (SNMP)

This section explain how to configure SNMP service on Windows systems in order to monitoring and collect detailed information about the server.

Requirements:

  • The SNMP service must be installed.

If you want to check or install the SNMP service you can follow this steps:
Clink on Windows > Administrative Tools > Server Manager.
Select Manage > Add Roles and Functions and install the SNMP.

snmpWindows1

Clink on Windows > Administrative Tools > Services.
Right-click SNMP Service and select Properties.
Swtich on Security tab.
Choose the community name and specify the SGBox IP address in the accepted hosts.

snmpWindows2

Click on Apply.

]]>
Configure SNMP Service on Linux https://www.sgbox.eu/en/knowledge-base/configure-snmp-service-on-linux/ Tue, 17 Dec 2019 10:49:45 +0000 http://10.253.1.91/?post_type=epkb_post_type_1&p=2776 The Simple Network Management Protocol (SNMP)

This section explain how to configure SNMP service on Linux systems in order to monitoring and collect detailed information about the server.

Requirements:

  • Check that SNMP service is installed.

The command to install SNMP changes depending on distribution; Debian, RedHat, Centos, Solaris, for this reason we recommend to search the Internet for the correct command to install the service.

Debian/Ubuntu:

apt-get -y install snmpd

RedHad/Centos/Fedora:

yum -y install net-snmp net-snmp-utils

Once the installation is complete, make a copy of your original file and proceed with the configuration.

vim /etc/snmp/snmpd.conf

Specify the listening interface of server for the snmp service.

snmpLinux1

Enter the community name and SGBox ip address.

snmpLinux2

Save changes and restart the SNMP service.

Debian/Ubuntu:

service snmpd restart

RedHad/Centos/Fedora:

service snmpd restart

]]>