How to stop/disable the SNMP service
Last modified: October 8, 2022
Estimated reading time: < 1 min
In this article
Tier III data centre, Malaysia Unmetered traffic 24/7 human support
Your personal consultant will size the machine with you and answer in plain language. It costs nothing.
Talk to a consultantWhere the cloud platform starts.
Build it the way your team works.
Where we can help you plan.
Lay out servers, storage and networking in the Data Center Designer, then deploy the whole thing at once.
Open the designerRegister a name or move one across.
No account needed.
See what is still available across the common extensions before you settle on one.
Check availabilityWhat most customers add alongside.
Help while you move across.
Tell us where your mailboxes sit now and we will walk you through the switch.
Ask about migrationShared plans and managed WordPress.
Quick checks, no sign-up.
Who we are, and how to earn with 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 # )