I am writing some enterprise MIB modules, including tables (columnar objects) and compliance statements.
I note that when using the iReasoning MIB Browser (version 9.0 build 3532) under Linux, it only seems to display the first 15 compliance objects in a group (See MODULE-COMPLIANCE and GROUP).
Does anyone know of any limits of compliance objects in a single group? For example, in Net-SNMP, NMS, (other) MIB browers etc. How many is "safe" to use in a MIB definition? I know that I can define multiple groups to keep the number of objects within this limit.
Further, the objects in the group are columns of a table. I know that extension tables can be used to reduce this number, i.e. extension table(s) using the AUGMENTS clause, or a "repeated" INDEX clause from a base table. However, is there any general limit for the number of columns in a table?
Thanks in advance.