asynchrous polling

2006-03-29 Thread Jim Su
Hi Greeting: I have imitated the implementation of asynchronous polling like the one shown in the tutorial - Asynchronous Demo Application. The demo is quite straight forward. There is a line to check the operation state - RECEIVED_MESSAGE in asynch_response(). I thought it was one of the

Binaries

2006-03-29 Thread ashwini pavithra harish
I have installed the net-snmp binary(.exe file) for windows xp and i want to implement the enterprise specific MIB will it be possible, if yes how??tell us how to implement the new mib in precompiled agent installed through exe file in windows xpregards hpa_snmp team Jiyo

help needed!

2006-03-29 Thread Puru Govind
hello, I am final sem undegrad doing computer engineering. I am doing a project which is :"condition monitoring of electrical devices using AI techniques"..In this I have to remotely monitor the devices and I am using SNMP for it. My project will just monitor one OIDany idea how should i go abo

RE: Timeout: No Response after output of last OID

2006-03-29 Thread Dave Shield
On Wed, 2006-03-29 at 16:59 +0530, Ajay Hotchandani wrote: > I tried with "net-snmp-5.2.2", and it works. > It gives output of commands: > 1. snmpwalk -v 2c -c public localhost .1.3.6.1.6 > 2. Also, I get proper outputs for my MIB. That's what I half-suspected. > What I conclude from

RE: Timeout: No Response after output of last OID

2006-03-29 Thread Ajay Hotchandani
Hi Dave, I tried with "net-snmp-5.2.2", and it works. It gives output of commands: 1. snmpwalk -v 2c -c public localhost .1.3.6.1.6 2. Also, I get proper outputs for my MIB. What I conclude from this, there is some problem with FC4 64-bit provided net-snmp: net-snmp-5.2.1.2-

snmpget authentication failure error...?

2006-03-29 Thread raghavendra.sadaramachandra
Hi All,   When I enabled snmpd on my target board. and tried testing with snmpget I am getting error saying that   ObjID: SNMP-USER-BASED-SM-MIB::usmStatsWrongDigests.0   Can any body help me out for what is the reason  for this error.   Here with I am pasting a part of output after execu

Subagent crash on ppc with linux kernel 2.6

2006-03-29 Thread Sachin Mishra
I am running my subagent as a agentx subagent and it gives core dump inside init_snmp function. This happens only for ppc with kernel 2.6 Here is the call trace information for the crash: 265 init_agent("subagent"); (gdb) 270 init_sampleMIB(); my implementation (gdb) 273

RE: problem with remote connect v3 authenticaion...

2006-03-29 Thread kanakamahesh.anasuri
Title: RE: problem with remote connect v3 authenticaion... Hello lee, It looks like your view name is incorrect, it should be remote_v3? Check it again. Try the following entries. snmpd.conf-> group remote_v3 usm quadrics access remote_v3 "" any(usm) authnopriv exact all all all view remot

a problem about mib2c

2006-03-29 Thread yu zhao
Hi, I am a user of net snmp 5.1.3.1. Now I want to use mib2c tool to add a pravite mib. first I defined a file named notel.mib.txt,and I want to add a subtree "rcmgmt" based on the enterprises node.I do it like this: # MIBS=ALL # mib2c rcmgmt but it did't work ,and returns a error : Y

problem with remote connect v3 authenticaion...

2006-03-29 Thread lee.porter
Hi, I have a problem connecting to a remote host using V3. I ran net-snmp-config --create-snmpv3-user -a my-password qaudrics then I tested the connection to local host using: snmpwalk -v 3 -u quadrics -l my-user-id -A my-password localhost SNMPv2-MIB::sysName.0 this worked fine ! Then I