Re: Regarding the problem to start with snmp

2005-07-27 Thread Robert Story
On Tue, 26 Jul 2005 07:05:22 -0700 (PDT) harish wrote: HB> snmpget -v 2c -c private localhost HB> NET-SNMP-EXAMPLES-MIB::netSnmpExampleInteger.0 HB> Timeout: No Response from localhost HB> HB> whereas if I run the following command,it seems to be HB> running fine. HB> snmpget -v 2c -c public local

Regarding the problem to start with snmp

2005-07-27 Thread harish babu
Hello, I am newbie to snmp. I have gone through the tutorial from the site.I wanted to execute some simple snmp commands. I have configured the source tree using ./configure make make install service snmpd start export MIBS=+ALL After doing the above steps if I execute the following commands