Hi :
I have a table with 2 indexes. The
table Enry defined an auxiliary variable for second index to indentify
the instance.
I used mib2c.iterate_access.conf to
generate the code frame work. In my
xxx_get_next_data_point() function, I did something
like :
snmp_set_var_value(pindex, index_data1,
size ); /* set the first index value */
pindex = pindex->next_variable;
snmp_set_var_value(pindex, index_data2,
size); /* set the second index value */
Both index values are integer type.
the problem is , I can not see the second
index value when I try to poll the table view. It did showed that I
have 2 rows,
instance is 0.0 and 0.1, but the column for second
index has nothing show up, all other column showed the right value.
Can anybody please give me a hint ?
Thank you!
chris |
- Tables with 2 indexes sun
- Re: Tables with 2 indexes Robert Story