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.
Rationale:
The SNMP server can communicate using SNMP v1, which transmits data in the clear and
does not require authentication to execute commands. Unless absolutely necessary, it is
recommended that the SNMP service not be used. If SNMP is required the server should be
configured to disallow SNMP v1.
Solution
Run one of the following commands to disable snmpd:
# chkconfig snmpd off
# systemctl disable snmpd
# update-rc.d snmpd disable
Notes:
Additional methods of disabling a service exist. Consult your distribution documentation
for appropriate methods.