Quote:
Originally Posted by jagadeshram
I am using redhat linux enterprises edition 5. Please some help to enable SNMP on linux box.
Please tell me step by step configuration for enabling SNMP
Thanks
Jack
|
hello and wel-come LQ.
First install snmp and snmp-utils packages.
then open /etc/snmp/snmpd.conf file and put entry as below
Code:
rocommunity public snmp-server-ip
Restart snmp service.
Regards,