Hi,
I'm trying to fetch the contents of an SNMP table but I only get the first row. However, specifying the OID of a single cell in the second row does successfully return the correct value of that cell. Any idea on why that would happen?
On the table param I use
<SNMP>
<Enabled>true</Enabled>
<OID type="complete" options="instance;multipleGetNext">1.3.6.1.4.1.<vendor-OID>.12.10.3</OID>
</SNMP>
and on the columns I add the SNMP tag as well like this on the first column:
<SNMP>
<Enabled>true</Enabled>
<OID type="complete">1.3.6.1.4.1.<vendor-OID>.12.10.3.1.1</OID>
</SNMP>
and finally the Group is defined as:
<Group id="6">
...
<Type>poll</Type>
<Content>
<Param>1030</Param>
</Content>
</Group>
This problem was due to a bug in the device firmware and after getting an update from the manufacturer.
After a firmware upgrade, following Mieke's instructions worked perfectly.