I am kinda new to SNMP and trying to create first MIB. Since now we only used one level of SNMP nodes. Now, we are going to have agent which provides diagnostic to multiple PCI cards and each card operates multiple inputs. We have prepared following structure
1.3.6.1.4.1.companyID.productFamily
.numberOfCards
.card
.indexC (index of card in system)
.parameterC1
.parameterC2
.numberOfInputs
.input
.indexI (index of input on card)
.parameterI1
.parameterI2
Is this the correct approach? I don't really understand how tables work in SNMP and wasn't able to find some suitable guide. Please hint me with how to do correctly indexed tables.