Actions
Feature #14459
closedSNMP obsolete 32bit counters
Status:
Not a Bug
Priority:
Normal
Assignee:
-
Category:
SNMP
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Release Notes:
Default
Description
Hi,
We have 10G interfaces and we are trying to monitor speed on them with SNMP. Values are stored in 32-bit counters and they overflow every few seconds and there is no 64-bit alternative.
32bit is not sufficient for gigabit+ interfaces. When the counter overflows every few seconds, we cannot monitor it properly.
snmpwalk -v 3 -l authPriv -a SHA -A pass -u user -x AES -X pass ip 1.3.6.1.2.1.2.2.1.10
IF-MIB::ifInOctets.1 = Counter32: 3879404252
IF-MIB::ifInOctets.2 = Counter32: 3651224253
IF-MIB::ifInOctets.3 = Counter32: 686485471
IF-MIB::ifInOctets.4 = Counter32: 906187
IF-MIB::ifInOctets.5 = Counter32: 0
IF-MIB::ifInOctets.6 = Counter32: 410666448
Is is possible to change it to 64bit?
Actions