Details
-
Improvement
-
Resolution: Fixed
-
Major
-
None
-
Professional Edition
-
None
Description
It's possible to add SFP status for MikroTik devices running on SwitchOS?
On device config page this data is visible and some of it propagates to snmp.
# snmpwalk -v2c -c *** -OeQUs -Ih -m MIKROTIK-MIB mt mtxrOpticalTableEntry
mtxrOpticalName.6 = "P6 LINK DC"
mtxrOpticalWavelength.6 = 155000
mtxrOpticalTemperature.6 = 36
mtxrOpticalSupplyVoltage.6 = 3260
mtxrOpticalTxBiasCurrent.6 = 20
I update observium to trunk r11715 and nothing happend.
After rename port name from DC-5960 to DC5960 (remove - delimiter) is working as expected.
In discovery debug log (diff)
Store in cache Table OID: MIKROTIK-MIB::mtxrOpticalTable
- String 'P6 LINK DC-5960' transformed by action [explode] to: 'P6 LINK DC'
+ String 'P6 LINK DC5960' transformed by action [explode] to: 'P6 LINK DC5960'