Information
The Simple Network Management Protocol (SNMP) server is used to listen for SNMP commands from an SNMP management system, execute the commands or collect the information and then send results back to the requesting system.
Solution
Run one of the following commands to disable snmpd:
# chkconfig snmpd off
# systemctl disable snmpd
# update-rc.d snmpd disable