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 i am getting the error as follows,

snmpget -v 2c -c private localhost
NET-SNMP-EXAMPLES-MIB::netSnmpExampleInteger.0
Timeout: No Response from localhost

snmpset -v 2c -c private localhost
NET-SNMP-EXAMPLES-MIB::netSnmpExampleInteger.0 = 12
Timeout: No Response from localhost

whereas if I run the following command,it seems to be
running fine.
snmpget -v 2c -c public localhost
SNMPv2-MIB::sysName.0
SNMPv2-MIB::sysName.0 = STRING: rtx.facetime.com

what I am doing wrong. Basically I am including all
the MIB files.
Any suggestion is most welcome.

Thanks in advance, 
paacha




                
____________________________________________________
Start your day with Yahoo! - make it your home page 
http://www.yahoo.com/r/hs 
 


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to