Re: proxyed agents and dynamic module

2006-03-24 Thread Guillaume Desticourt
On 3/23/06, Wes Hardaker <[EMAIL PROTECTED]> wrote: > On Wed, 22 Mar 2006 14:47:33 +, "Guillaume Desticourt" <[EMAIL PROTECTED]> said:Guillaume> case MODE_GET: Guillaume> status1 = snmp_synch_response(_session_handler,Guillaume> _pdu1,Guillaume> &response1);this won't work because you're qu

Re: proxyed agents and dynamic module

2006-03-23 Thread Wes Hardaker
> On Wed, 22 Mar 2006 14:47:33 +, "Guillaume Desticourt" <[EMAIL > PROTECTED]> said: Guillaume> case MODE_GET: Guillaume> status1 = snmp_synch_response(_session_handler, Guillaume> _pdu1, Guillaume> &response1); this won't work because you're querying the same agent as is processing

Re: proxyed agents and dynamic module

2006-03-22 Thread Guillaume Desticourt
On 3/20/06, Guillaume Desticourt <[EMAIL PROTECTED]> wrote: hello, i need a hint regarding the use of the net-snmp agent. i wrote my MIB, which contains 3 Integer32 variables. the first two variables are queryed to proxyed  agents, using the proxy directive in the snmpd.conf file. but the third o

proxyed agents and dynamic module

2006-03-20 Thread Guillaume Desticourt
hello, i need a hint regarding the use of the net-snmp agent. i wrote my MIB, which contains 3 Integer32 variables. the first two variables are queryed to proxyed  agents, using the proxy directive in the snmpd.conf file. but the third one is to be computed using the first ones, in a dynamic modu