Hello,
I'm trying to montior a teldat bintec router using "Template SNMP Interfaces" via SNMP2. I'm getting an error "OID not increasing" from teh discovery rule. Using snmpwalk I get following output:
snmpwalk -v 2c -c public 192.168.1.1 IF-MIB::ifInOctets
IF-MIB::ifInOctets.0 = Counter32: 0
IF-MIB::ifInOctets.1 = Counter32: 0
IF-MIB::ifInOctets.2 = Counter32: 0
IF-MIB::ifInOctets.1000000 = Counter32: 782955907
IF-MIB::ifInOctets.1000001 = Counter32: 0
IF-MIB::ifInOctets.1050000 = Counter32: 1228974579
IF-MIB::ifInOctets.1050001 = Counter32: 0
IF-MIB::ifInOctets.1010000 = Counter32: 270750
Error: OID not increasing: IF-MIB::ifInOctets.1050001
>= IF-MIB::ifInOctets.1010000
With the -Cc option ("do not check returned OIDs are increasing") of snmpwalk it works fine.
Is there an option in ZABBIX to disable this check or to get it work?
Regards
Henry
I'm trying to montior a teldat bintec router using "Template SNMP Interfaces" via SNMP2. I'm getting an error "OID not increasing" from teh discovery rule. Using snmpwalk I get following output:
snmpwalk -v 2c -c public 192.168.1.1 IF-MIB::ifInOctets
IF-MIB::ifInOctets.0 = Counter32: 0
IF-MIB::ifInOctets.1 = Counter32: 0
IF-MIB::ifInOctets.2 = Counter32: 0
IF-MIB::ifInOctets.1000000 = Counter32: 782955907
IF-MIB::ifInOctets.1000001 = Counter32: 0
IF-MIB::ifInOctets.1050000 = Counter32: 1228974579
IF-MIB::ifInOctets.1050001 = Counter32: 0
IF-MIB::ifInOctets.1010000 = Counter32: 270750
Error: OID not increasing: IF-MIB::ifInOctets.1050001
>= IF-MIB::ifInOctets.1010000
With the -Cc option ("do not check returned OIDs are increasing") of snmpwalk it works fine.
Is there an option in ZABBIX to disable this check or to get it work?
Regards
Henry


Comment