Re: Counter32 as index

2008-06-27 Thread Dave Shield
2008/6/27 Eirik Nordbrøden <[EMAIL PROTECTED]>: > I have been working with an enterprise specific MIB that uses Counter32 > as index in a table. Is this a valid data type for an index? No See RFCF 2578, section 7.7: Since a single value of a Counter has (in general) no informatio

Counter32 as index

2008-06-27 Thread Eirik Nordbrøden
Hello I have been working with an enterprise specific MIB that uses Counter32 as index in a table. Is this a valid data type for an index? I have run into problems within the NET-SNMP code with this table. The function _add_strings_to_oid in mib.c does not allow Counter32 as index and I have