"LV N Unique Number."
::= { inituuIDEntry 2 }
2.main-table,sub-table(nested table) processing
lun&uuID OBJECT IDENTIFIER ::= { mappingEntry 3 }
lun&uuIDTable OBJECT-TYPE
Hello everybody,
I was wondering how to complete mib2c output in order to create some kind of a
nested table which i have already defined in a mib file. In other words, I want
to have a table which is included in an instance of another tablerow.
I used mib2c with create-dataset.conf but it
2009/5/26 Julius Naperkowski :
> I want to have a table which is included in an instance of another tablerow.
You can't - this is invalid SMI structure.
You need to use "shared indexes" and parallel tables.
Have a look at the Disk and Partition tables (in the
Host Resources MIB) for an example.