Hi,
Since the Beta5, Zabbix got incorrect values from my cisco pix.
Items are configure like that (example for traffic In) :
Type = SNMPv1
OID SNMP .1.3.6.1.2.1.2.2.1.10.1
Unit : b
Multiple : 8
Save as : Delta (speed per second)
With Zabbix I obtain this value :
542551266.83 Gb
With snmpget (snmpget -v1 -c mycommunity myhost .1.3.6.1.2.1 .2.2.1.10.1) I obtain this value :
IF-MIB::ifInOctets.1 = Counter32: 2652414247
So in Mb : 2652414247*8 = 21Mb and not 542551266.83Gb !!!
Do you known why I got this values????
Thanks!
Jérôme
Since the Beta5, Zabbix got incorrect values from my cisco pix.
Items are configure like that (example for traffic In) :
Type = SNMPv1
OID SNMP .1.3.6.1.2.1.2.2.1.10.1
Unit : b
Multiple : 8
Save as : Delta (speed per second)
With Zabbix I obtain this value :
542551266.83 Gb
With snmpget (snmpget -v1 -c mycommunity myhost .1.3.6.1.2.1 .2.2.1.10.1) I obtain this value :
IF-MIB::ifInOctets.1 = Counter32: 2652414247
So in Mb : 2652414247*8 = 21Mb and not 542551266.83Gb !!!
Do you known why I got this values????
Thanks!
Jérôme
Comment