Re: NET-SNMP 5.1.1: Help with tables handler

2008-01-18 Thread Dave Shield
On 18/01/2008, Baltazar Francois <[EMAIL PROTECTED]> wrote: > The problem is that I need one single handler function to process SET and > GET commands for several tables of my MIB. Why? The usual model would be to register each table individually, with its own handler function. This allows the

NET-SNMP 5.1.1: Help with tables handler

2008-01-18 Thread Baltazar Francois
Hi, I need some help with net-snmp tables handler. The problem is that I need one single handler function to process SET and GET commands for several tables of my MIB. This handler needs to consult an external module to reply to GET, and needs to pass SET data to an external module for storag