RE: SNMP Agent engineboot

2013-01-05 Thread Zheng, Wenjie (Barclay)
Dave Thanks for your help! But when this process re-started, and there is another request comes in, SNMP agent will replies error:usmstatus not in timewindow. That is correct - an SNMPv3 request will fail if the boot time/count values in the request don't match the agent's idea of the

Re: SNMP Agent engineboot

2013-01-05 Thread Anish
u_int eb=0, et=0;     get_enginetime( session-securityEngineID,                     session-securityEngineIDLen,                     (u_int *) eb,                     (u_int *) printf(Setting engineBoots to %d  Setting engineTime to %d, eb, et); From: Zheng,

Looking for H file

2013-01-05 Thread Summers, Scott H
Can't find : net-snmp-includes.h There does appear to be an: net-snmp-includes.h.in Should this be renamed or is there a different process? Scott Summers | Stealth Group | TCIS Unisys Unisys | 2476 Swedesford Road, Malvern, PA 19355 | M/S Q207E | Office 610-648-3798 | Cell

Re: Looking for H file

2013-01-05 Thread Magnus Fromreide
On Sat, 2013-01-05 at 11:02 -0600, Summers, Scott H wrote: Can’t find : net-snmp-includes.h There does appear to be an: net-snmp-includes.h.in Should this be renamed or is there a different process? Are you sure that you mean net-snmp-includes.h and not net-snmp-config.h? If it

Re: 64-bit windows and winExtDLL

2013-01-05 Thread Bart Van Assche
On 03/20/12 20:51, Fulko Hew wrote: So given that procedure, I have followed a more systematic approach to my testing: OpenSSL SDK IPv6 winExtDll5.6.15.7.1arch --- --- --- xx x works

Re: SNMP Agent engineboot

2013-01-05 Thread Dave Shield
On 5 January 2013 13:21, Zheng, Wenjie (Barclay) barclay.zh...@alcatel-lucent.com wrote: I try to use set_enginetime() by set the engineboots to a value stored in out side of agent. I don't understand what you are trying to do here. Is this call to 'set_enginetime' in the agent, or in the

RE: Looking for H file

2013-01-05 Thread Summers, Scott H
Magnus, I was the Include.h, but I somehow I was confused when I was searching the first time. I believe I found the file, so I should be good for now (thanks). This is all a big learning curve for me :)   Scott Summers  |  Stealth Group  |  TCIS Unisys Unisys  |  2476 Swedesford Road,

RE: Looking for H file

2013-01-05 Thread Summers, Scott H
Magnus (or anyone else): It appears I have successfully compiled all the basic Net-SNMP components. I'm now looking to start to generate a basic SNMP.CONF file. The web refers to an SNMPCONF utility, but I can't find it in the 5.7.1 package I downloaded. I suspect it needs to be generated, but