installing snmpd on ubuntu
- sudo apt-get install snmpd snmp
- change listen ip, remove 127.0.0.1 in /etc/default/snmpd file
- change the community string for a readonly user # sec.name source community #com2sec paranoid default public com2sec readonly default itjob.fm #com2sec readwrite default private
- Setup syslocation and contact syslocation China syscontact Michael
- Then you restart the server /etc/init.d/snmpd restart
- Test: snmpwalk -v 2 localhost -c itjob.fm system