net-snmp 5.2.1.2 on x86_64 64-bit Linux does not round Counter32 on IF MIB
"david" <[email protected]>
| Newsgroups | gmane.network.net-snmp.user |
|---|---|
| Message-ID | <[email protected]> |
We have had this issue for some time and from the change log, I thought that this was fixed.
2004-12-10 08:49 rstory
* agent/mibgroup/if-mib/data_access/interface_common.c:
apply patch 1073897: fix if-mib data access 64bit counter wrap detection
snmpgetnext -v 2c -c ppppp localhost .1.3.6.1.2.1.2.2.1.10.1
IF-MIB::ifInOctets.2 = Counter32: 4709530565
Systems like HP-Openview expect that this number wraps when it exceeds a 32 bit signed integer.
David \(õ¿õ\)