How to stop/disable SNMP service
This article is to guide on how to stop/disable SNMP service:
To stop SNMP service:
1. Using SSH to access your server with root log in.
2. Enter command # service snmpd stop ( command appear after symbol # )
To disable SNMP service from running at operating system startup:
1. Using SSH to access your server with root log in.
2. Enter command # chkconfig snmpd off ( command appear after symbol # )