Hello, I have a problem with long SNMP OID item. The OID is: ifInUcastPkts.4194304000
If I will try snmpget from console, everything works fine:
snmpget -v 2c -c public 172.22.1.140 ifInUcastPkts.4194304000
IF-MIB::ifInUcastPkts.4194304000 = Counter32: 61556752
But in zabbix, item with this OID falls in "Not supported" status.
If I change OID to shorter one, for example ifInUcastPkts.234954816 (this is oid from port of the same device) it works fine.
The device is Huawei MA5680T chassis
Can anyone help?
Thank
If I will try snmpget from console, everything works fine:
snmpget -v 2c -c public 172.22.1.140 ifInUcastPkts.4194304000
IF-MIB::ifInUcastPkts.4194304000 = Counter32: 61556752
But in zabbix, item with this OID falls in "Not supported" status.
If I change OID to shorter one, for example ifInUcastPkts.234954816 (this is oid from port of the same device) it works fine.
The device is Huawei MA5680T chassis
Can anyone help?
Thank
Comment