ServerGigabit Network

2 Easy Steps to Stop and Disable SNMP Service on Your Server

You are here:
Estimated reading time: < 1 min
How to stop/disable SNMP service

Stop and 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 0
Views: 183