Be careful so do a backup of the snmpd config file.
[[email protected] ~]# mv /etc/snmp/snmpd.conf /etc/snmp/snmpd.conf.org
Create a new config file.
[[email protected] ~]# nano /etc/snmp/snmpd.conf
rocommunity public IPMonitorServer syslocation "Webserver, WAPNET" syscontact [email protected]
Start the snmpd service and set the snmp stratup at boot on
[[email protected] ~]# /etc/init.d/snmpd start
[[email protected] ~]# chkconfig snmpd on