Can snmp support nested tables?main-table, parallel table processing VS main-table, sub-table(nested table) processing

2009-12-09 Thread 飞飞
"LV N Unique Number." ::= { inituuIDEntry 2 } 2.main-table,sub-table(nested table) processing lun&uuID OBJECT IDENTIFIER ::= { mappingEntry 3 } lun&uuIDTable OBJECT-TYPE

Nested Table

2009-05-26 Thread Julius Naperkowski
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

Re: Nested Table

2009-05-26 Thread Dave Shield
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.