SNMP - How to enable SNMP on CentOS

Run the below commands:

yum install net-snmp
yum install net-snmp-utils
snmpconf -g basic_setup
mv /root/snmpd.conf /etc/snmp/
vi /etc/snmp/snmpd.conf

Then check if the below line is in the snmpd.conf

view    systemview    included   .1.3.6
service snmpd restart
chkconfig snmpd on
  • centos, snmp, whm snmp
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

LibreNMS

Usage: check_http -H <vhost> | -I <IP-address> [-u <uri>] [-p...

SNMP - How to enable SNMP on ESXi 7.x

SSH or Telnet to your ESXi node using root-level credentials. Execute the following commands....

How to restore missing SNMP in Windows 10

Enter PowerShell as the keyword in the search box. Right-click PowerShell and select Run as...

SNMP - How to enable SNMP on Ubuntu

Run the following commands on the terminal: Update all packages: sudo apt-get update Install...