Re: Requests not passed to the handler

2007-09-04 Thread Mateus Interciso
On Tue, 04 Sep 2007 15:48:39 +0200, Milan_Tvarozek wrote: > Hello all, > > I am experiencing a strange problem. I have written a simple common > handler for MOD_GET a MOD_GETNEXT. > > The handler seems to work fine but certain SNMP requests are not passed > to the handler. > > Example: > > snm

Re: Requests not passed to the handler

2007-09-04 Thread Dave Shield
On 04/09/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > The handler seems to work fine but certain SNMP requests are not passed to > the handler. > > Example: > > snmpget -v 1 -c public localhost .1.3.6.1.2.1.1.1.1is passed. > > snmpget -v 1 -c public localhost .1.3.6.1.2.1.4.1.1is NOT

Requests not passed to the handler

2007-09-04 Thread Milan_Tvarozek
Hello all, I am experiencing a strange problem. I have written a simple common handler for MOD_GET a MOD_GETNEXT. The handler seems to work fine but certain SNMP requests are not passed to the handler. Example: snmpget -v 1 -c public localhost .1.3.6.1.2.1.1.1.1is passed. snmpget -v 1 -c p