Practical SNMP

Ref . http://net-snmp.sourceforge.net/
essential-snmp-second-edition

Quick Start SNMP using NET-SNMP on Linux

This document helps you to quick start snmp using NET-SNMP

1) Download net snmp

2) untar the file using
# tar -xvf net-snmp-5.4.1.tar.gz

3) #cd
here
#cd net-snmp-5.4.1

4) configure and make the package with, read INSTALL and README file for more details
#./configure // you have options for configure, read INSTALL, README file
#make
#make install

5) configure your agent by changing /usr/local/share/snmp/snmpd.conf
( Plz. note that the path can be different, as configured by you)

6) Thats it, check your configuration by running snmp agent and manager by
#snmpd
#snmpget -v1 -Cf -c public localhost system.sysContact.0
( note : v1 for version 1, see man pages for ohter options)



No comments:

Books I like

  • Inside C++ Object Model
  • Unix Network Programming - Stevens
  • Professional-c++-programmer-to-programmer - wrox
  • Beautiful-code-leading-programmers-explain-how-they-think-theory-in-practice