[SNMP4J] Empty result when executing GETBULK operation to get single value.

2011-11-03 Thread pierre.coquentin
Hi, I'm facing a problem when executing a walk operation to get a single value. I'm using snmp4j 2.0.2. I've tried with the main provided in jar but I've the same result. What am I doing wrong ? Here what I receive when I use the snmpwalk : lobj:$ snmpwalk -v 2c -c public 10.67.219.49

[SNMP4J] snmpv3 examples

2011-11-03 Thread nadeesh t v
hi I need snmpv3 examples Regards, Nadeesh TV ___ SNMP4J mailing list SNMP4J@agentpp.org http://lists.agentpp.org/mailman/listinfo/snmp4j

[SNMP4J] SnmpV3 timeout issue with system clock drift

2011-11-03 Thread Robert Pierce
Hi, We are encountering an issue with particular AMD processors in that the system clock drifts causing the snmpV3 requests to timeout after some point. Even once the clock gets resynched, the request will continue to timeout. Couple questions: 1) Initially, I would of expected a time not in

Re: [SNMP4J] SnmpV3 timeout issue with system clock drift

2011-11-03 Thread Frank Fock
Hi, Are you sure that the below is caused by a clock drift? A reset of the engine boots counter at the manager seems to be more likely. You are right, that a notInTimeWindow error/report should be returned if the times of sender and responder are not in sync. Doing an automated rediscovery is a

[SNMP4J] NullPointerException with snmp4j (Race condition bug?)

2011-11-03 Thread Appu Goundan
Hello, Sorry if you're getting this twice, I got an email the first time saying I'm not allowed to post. I thought I had signed up but apparently did not. I'm using the 2.0.2 version of snmp-4j I think a race condition exists in DefaultUdpTransportMapping() that leads to a

Re: [SNMP4J] Empty result when executing GETBULK operation to get single value.

2011-11-03 Thread Frank Fock
Hi, First of all, NET-SNMP's snmpwalk and the SNMP GETBULK operation are two totally different things. GETRBULK is similar to GETNEXT. Thus if you provide an instance OID (ends with .0) you will not get the instance but its successor (if available). snmpwalk works very differently and it is not

Re: [SNMP4J] SnmpV3 Encryption Provider as Configurable parameter

2011-11-03 Thread Frank Fock
Hi Peter, I will try to add the requested configurability. The ticket number is SFJ-52. Best regards, Frank Am 02.11.2011 13:36, schrieb Peter Verthez: Hi Frank, To elaborate on this (because the context wasn't really explained in the original mail of Jones): We found that in performance

[SNMP4J] snmpwalk

2011-11-03 Thread nadeesh t v
hi, as a utility are u supporting snmpwalk? can i get some sample code? ___ SNMP4J mailing list SNMP4J@agentpp.org http://lists.agentpp.org/mailman/listinfo/snmp4j