Information
This entry starts the snmpd daemon on system startup. This allows remote monitoring of network and server configuration.
Rationale:
The snmpd daemon is used by many 3rd party applications to monitor the health of the system. If snmpd is not required, it is recommended that it is disabled.
Solution
On AIX 7.1 and earlier comment out the snmpd entry in /etc/rc.tcpip and ensure service is stopped:
chrctcp -d snmpd
stopsrc -s snmpd
On AIX 7.2 and later remove the software:
installp -u bos.net.tcp.snmpd
Default Value:
Uncommented