How to stop/disable the SNMP service
Last modified: October 11, 2022
Estimated reading time: < 1 min
In this article
About Us
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 # )