Dear list,

I have to define a table (myTable) composed by a common set of 
columns (myTable.type and myTabe.sn) and a type-dependent set of 
columns.
For example, if myTable.type==typeA, there is an additional column 
that myTable.status; if myTable.type==typeB, there are two additional 
columns myTable.power and myTable.alarm.

For example (mT stands for myTable):
mT.index   mT.type   mT.sn   mT.status   mT.power   mT.alarm
       1     typeA     101          on    
       2     typeB     245                   1000    absent
       1     typeB     721                   1500    present


In a more complex example, may I "link" a MIB subtree (scalar, nested 
tables...) to a row of a table depending on the value of a common 
column (mT.type in the example above)?


------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to