SNMP: 64 bit counter does not work properly ?

5.4/5.7GHz MIMO OFDM - Subscriber Module  P11 C120 CANOPY 13.2 (Build 34) SM-DES

It looks like there are two variables for Counter32 and Counter64 available below but it looks like they store the same value (it is always growing thus the small difference). Both 32 and 64 bit counters will wrap if they get 2^32 but in reality 64 bit counter should wrap on 2^64 !

[root@local ~]# snmpwalk -v2c -c Canopy 192.168.136.40 ifOutOctets.1
IF-MIB::ifOutOctets.1 = Counter32: 1138075896
[root@local ~]# snmpwalk -v2c -c Canopy 192.168.136.40 ifHCOutOctets.1
IF-MIB::ifHCOutOctets.1 = Counter64: 1138749968

Is there any way to get it working properly ?

Thanks

Pawel,

This appears to be a bug in the MIB.  We have submitted a case into Engineering.

Thanks a lot.

Once it is fixed could you let me know the version of the Canopy Software that should be installed to get it working ?

Also if you could let me know if it is going to be fixed for any other Canopy Equipment (AP/SM/OFDM etc etc) that support 64 bit counters that would be appreciated .

Thanks,

Pawel