Re: Creation of table module failes.

2004-10-18 Thread Dave Shield
> > So the first thing to get straight is how to handle the index column. > > What is the MIB definition of this object? In particular, what is the > > MAX-ACCESS clause? > For COLUMN_GATEWAYINDEX the MIB has defined as: > MAX-ACCESS not-accessible Right - then the COLUMN_GATEWAYINDEX line s

Re: Creation of table module failes.

2004-10-18 Thread Reiner Nix
> > I have played different 'add_row' calls. No one succeeded. > > Can we stick with one, please - it's much less confusing when > trying to debug something remotely. Thanks. > > Comparing this: > > Using the following call > > # add_row gatewayTable 1 "TrendGateway" "reiner" > >"queue/ma

Re: Creation of table module failes.

2004-10-13 Thread Dave Shield
> For the table module 'gatewayTable' seems to be incomplete. > Even it can be compiled and the library loaded nothing happens > (/etc/snmp/snmpd.conf: line 146: Warning: missing an data value) I presume line 146 is: > add_row gatewayTable 1 1 "TrendGateway" "reiner" >"queue/macd/Gatew

Re: Creation of table module failes.

2004-10-13 Thread Dave Shield
> I have played different 'add_row' calls. No one succeeded. Can we stick with one, please - it's much less confusing when trying to debug something remotely. Thanks. Comparing this: > Using the following call > # add_row gatewayTable 1 "TrendGateway" "reiner" >"queue/macd/Gateway:Tren

Re: Creation of table module failes.

2004-10-13 Thread Reiner Nix
I have played different 'add_row' calls. No one succeeded. Using the following call # add_row gatewayTable 1 "TrendGateway" "reiner" "queue/macd/Gateway:TrendServer:trdv01" 1234 0 "Stopped" 0 0 0 0 0 0 Cause following debug output: 2004-10-13 15:26:54 dlmod: dlmod_create_module 2004-10-13 1

Creation of table module failes.

2004-10-12 Thread Reiner Nix
Developing a table mib module failes. A simple scalar module (macdTest) is working, so basic set up seems to be well. For the table module 'gatewayTable' seems to be incomplete. Even it can be compiled and the library loaded nothing happens (/etc/snmp/snmpd.conf: line 146: Warning: missing an da