How to start SNMP Service in Linux and Enable it in runtime
How to start SNMP Service in Linux and Enable it in runtime?
CentOS/Redhat:
To run the snmpd service in the current session, type the following at a shell prompt as root:
service snmpd start
To configure the service to be automatically started at boot time, use the following command:
chkconfig snmpd on
Ubuntu:
service snmpd restart
ubuntu |
To run the snmpd service in the current session, type the following at a shell prompt as root:
service snmpd start
To configure the service to be automatically started at boot time, use the following command:
chkconfig snmpd on
Ubuntu:
service snmpd restart
No comments