Mondoze Knowledge Base

Search our articles or browse by category below

How to stop/disable the SNMP service

Last modified: October 8, 2022
You are here:
Estimated reading time: < 1 min

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 # )

Was this article helpful?
Dislike 5
Views: 2662