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