Ensure SNMP Server is not enabled

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

See Also

https://www.cisco.com/c/en/us/td/docs/security/firepower/623/configuration/guide/fpmc-config-guide-v623.html