Re: Newbie question: netsnmp_handler_registration_create

2007-09-06 Thread Dave Shield
On 06/09/07, Mike Ayers <[EMAIL PROTECTED]> wrote: > What's the algorithm for routing requests? Builtins first? > Registration order? Most specific? Most specific. Dave - This SF.net email is sponsored by: Splunk Inc. St

RE: Newbie question: netsnmp_handler_registration_create

2007-09-06 Thread Milan_Tvarozek
Hello Mike, the reason for the fact that 1.3.6.1.4.x requests were not passed from the master agent to the subagent was default (=incorrect in this case) access configuration of snmpd.conf. After replacing default with rocommunity public default .1 things started to work fine. Previously, I wa

RE: Newbie question: netsnmp_handler_registration_create

2007-09-06 Thread Mike Ayers
This thread has made me curious. The OP indicated that (s)he is registering for .1.3.6. Unless the master agent has been built with no MIBs, such a registratrion would not service all requests, correct? Specifically, requests within MIBs that were built into the agent will handle the

Re: Newbie question: netsnmp_handler_registration_create

2007-09-06 Thread Dave Shield
On 06/09/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hello Dave, > > thanks for your prompt reply. > > I will use rocommunity public > > but what about view and access ? Please read the documentation. (man page and FAQ entries) Dave --

Re: Newbie question: netsnmp_handler_registration_create

2007-09-06 Thread Milan_Tvarozek
Hello Dave, thanks for your prompt reply. I will use rocommunity public but what about view and access ? MIlan On Thu, September 6, 2007 12:08 pm, Dave Shield wrote: > On 06/09/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > >> I am desperately trying different settings in snmpd.conf but w

Re: Newbie question: netsnmp_handler_registration_create

2007-09-06 Thread Dave Shield
On 06/09/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I am desperately trying different settings in snmpd.conf but w/o any success. > > The current settings are: > > com2sec paranoid default public > com2sec readonly default public > com2sec readwrite default private

Re: Newbie question: netsnmp_handler_registration_create

2007-09-06 Thread Milan_Tvarozek
Hello Dave, thanks for replying. For some odd reason I did not get your mail on Tuesday. I am desperately trying different settings in snmpd.conf but w/o any success. The current settings are: com2sec paranoid default public com2sec readonly default public com2sec readwrite de

Re: Newbie question: netsnmp_handler_registration_create

2007-09-06 Thread Dave Shield
On 05/09/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Do I need to do something special or enable something in conf files to be > able to use 1.3.6.1.4.x.y range? I will repeat the same question that I asked when you posted the same query on Tuesday: What are the access control settings for

Newbie question: netsnmp_handler_registration_create

2007-09-05 Thread Milan_Tvarozek
Hello guys, I am struggling with netsnmp_handler_registration_create. I am able to register handlers for some OIDs and I receive requests in the handler. E.g. when I register for .1.3.6 I receive request for 1.3.6.1.2.1.1.9.1.5. When I register for 1.3.6.1.4 or 1.3.6.1.4.x.y the requests are not