I turned on debugging info with "-D all" and captured the last portion
which I believed is the last transaction of the 5 or so transactions in the
previously mentioned :
Connection from UDP: [127.0.0.1]:55176->[127.0.0.1
I executed:
./adeSensorsTable -f -L -D all -M localhost:1161
Following is t
I'm new to Linux. I'm writing an SNMP extension agent using the MIB for
Dummies (http://www.net-snmp.org/wiki/index.php/MIB_for_Dummies) config
file (mib2c.mfd.conf). I successfully created my executable,
adeSensorsTable, using my own adeSensorsTable.MIB (mib2c util
auto-generated the C source code
The only advice I have is to try the serialize handler.
Bill
On Thu, Sep 4, 2014 at 3:33 AM, sarath azad wrote:
> Hi Bill,
>
> Thanks for the reply.
> Here for registration of the table we are using below functions:
> netsnmp_create_handler_registration
> netsnmp_create_tabl
Hi Bill,
Thanks for the reply.
Here for registration of the table we are using below
functions:
netsnmp_create_handler_registration
netsnmp_create_table_data
netsnmp_table_helper_add_indexes
netsnmp_register_table
The problem we are facing is that