SNMP OID for transciever DDM/DOM features (namely RX dBm)
The MIBs for FortiOS core, Fortigate, and Fortiswitch (where I really care) seem to lack any OIDs for transceiver diagnostic data. Namely RX strength. We do this sort of monitoring with all our non-Forti networks, typically with LibreNMS. I checked the OID mappings that Aruba/Cisco/Mikrotik tend to use, found no similar spot in an SNMPWALK of a fs-1048e, fs-148f, fs-108f, or FG-201F.
Obviously the switches have the data, as the below command would show.
get switch modules status port49
____________________________________________________________
Port(port49)
temperature 40.539062 C
voltage 3.300300 volts
alarm_flags 0x0040
warning_flags 0x0040
laser_bias 35.442001 mAmps
tx_power -2.726214 dBm
rx_power -18.124792 dBm
options 0x000F ( TX_DISABLE TX_FAULT RX_LOSS TX_POWER_LEVEL1 )
options_status 0x0008 ( TX_POWER_LEVEL1 )Anybody know if it's possible to poll the transceivers for health metrics via SNMP?
