Re: handler function for the whole mib tree

2008-01-17 Thread Devvrat Tripathi
On Jan 17, 2008 3:05 PM, Dave Shield <[EMAIL PROTECTED]> wrote: > On 17/01/2008, Devvrat Tripathi <[EMAIL PROTECTED]> wrote: > > For example if i have registered 1.3.6.1.2 the control is passed > > to the handler only when 1.3.6.1.2 is requested. If the request > 1.3.6.1.2.1, > > i do not

Re: handler function for the whole mib tree

2008-01-17 Thread Dave Shield
On 17/01/2008, Devvrat Tripathi <[EMAIL PROTECTED]> wrote: > For example if i have registered 1.3.6.1.2 the control is passed > to the handler only when 1.3.6.1.2 is requested. If the request 1.3.6.1.2.1, > i do not see the control being passed to my handler function. > Am i missing somethi

Re: handler function for the whole mib tree

2008-01-16 Thread Devvrat Tripathi
On Jan 17, 2008 3:55 AM, Dave Shield <[EMAIL PROTECTED]> wrote: > On 14/01/2008, Devvrat Tripathi <[EMAIL PROTECTED]> wrote: > > Is is possible to register a MIB tree with a particular handler function > > which gets called whenever any node in its subtree is accessed? The > > netsnmp_create_handl

Re: handler function for the whole mib tree

2008-01-16 Thread Dave Shield
On 14/01/2008, Devvrat Tripathi <[EMAIL PROTECTED]> wrote: > Is is possible to register a MIB tree with a particular handler function > which gets called whenever any node in its subtree is accessed? The > netsnmp_create_handler_registration just creates a Node > handler whereas i wanted a MIB hand

handler function for the whole mib tree

2008-01-14 Thread Devvrat Tripathi
Is is possible to register a MIB tree with a particular handler function which gets called whenever any node in its subtree is accessed? The netsnmp_create_handler_registration just creates a Node handler whereas i wanted a MIB handler. Is there any way of doing that? Kindly help -