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

Reply via email to