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
> 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
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
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