Jean, SMI (SNMP) does not support "table-within-a-table". You need to model your MIB in a relation database table fashion. Tables in SMI can have relations which are based on the index definitions of the tables. See the tables.pdf paper from David Perkins (snmpinfo.com if I remember it correctly) for more details.
Best regards, Frank [email protected] wrote: > I have sent anther topic about this question, but is was not clear. > I retry to explain my problem. > > I try to implement a DefaultMOTable as provided to the testAgent . > And i try to insert into the last row of myDefaultMOTable another > DefaultMOtable. > > I don't undestand which declaration i need to use to add this table. > > When i define my last row of my first DefaultMOtable, the decalaration : > > columns[5] = new MOColumn(c, SMIConstants. > SYNTAX_OCTET_STRING, MOAccessImpl.ACCESS_READ_ONLY); > > allows only string , int, opaque and more type. > > And i want a thing as : > > columns[5] = new MOColumn(c, SMIConstants. > SYNTAX_DEFAULTMOTABLE, MOAccessImpl.ACCESS_READ_ONLY); > > Thx you in advance for your help. > > Jean > _______________________________________________ > SNMP4J mailing list > [email protected] > http://lists.agentpp.org/mailman/listinfo/snmp4j -- AGENT++ http://www.agentpp.com http://www.snmp4j.com http://www.mibexplorer.com http://www.mibdesigner.com _______________________________________________ SNMP4J mailing list [email protected] http://lists.agentpp.org/mailman/listinfo/snmp4j
