-
Patch request
-
Resolution: Unresolved
-
Trivial
-
None
-
None
-
None
In all official MikroTik templates zabbix reads packet errors on the port via OID 1.3.6.1.2.1.2.2.1.14.<ifIndex>, while MikroTik never reports errors there, instead using OIDs in the 1.3.6.1.4.1.14988.1.1.14.1.1 branch.
e.g.
mtxrInterfaceStatsRxFCSError 1.3.6.1.4.1.14988.1.1.14.1.1.45
mtxrInterfaceStatsRxAlignError 1.3.6.1.4.1.14988.1.1.14.1.1.46
mtxrInterfaceStatsRxCarrierError 1.3.6.1.4.1.14988.1.1.14.1.1.53
etc.
There's no single, collective OID for all type errors, so you need separate items for each error and separate triggers, or a single trigger that fires for any error.