Look what I found …

10 Jan, 2012

Quick guide to SNMP on CentOS

Posted by: admin In: Switching & Routing

These are the common steps to install the snmp library’s on your CentOs box.

I put it up just since I always forget the snmpconf command.

yum install net-snmp

yum install net-snmp-utils

snmpconf -g basic_setup

This will generate tyou’re /etc/snmp/snmpd.conf

Don’t forget to :

chkconfig snmpd on
service snmpd start

While at it , here’s some good commands regarding chkconfig:

chkconfig –list [name] [all is the one I'm using the most]
chkconfig –add name
chkconfig –del name
chkconfig [--level levels] name <on|off|reset>
chkconfig [--level levels] name

No Responses to "Quick guide to SNMP on CentOS"

Comment Form

About

This is my place. I can do whatever I want here.. Nice.. :-)
My idea is to publish some of the things I come across while searching for solutions that comes in handy in my line of work.
I hope someone out there will be interested..