Support Forum
The Forums are a place to find answers on a range of Fortinet products from peers and product experts.
realmark
New Contributor

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? 

4 REPLIES 4
ebilcari
Staff
Staff

This is a fair request but it seems like this OID doesn't exist yet. I would suggest to contact your local Fortinet representative to file a NFR (new feature request) since this would be very helpful to keep an eye on monitoring the fibers health.

For the moment there is support through API for FSW transceivers managed by FGT that you can try if your monitoring system supports API:
GET /switch-controller/managed-switch/tx-rx

 

Parameters:

mkey * Filter: FortiSwitch ID.
port * Name of the port.

 

Response:

tx-power
rx-power

 

- Emirjon
If you have found a solution, please like and accept it to make it easily accessible for others.
Tozz
New Contributor

I was looking for DOM/DMI information in SNMP as well. IMHO it's quite bizarre this isn't implemented

realmark

Emirjon,

 

I submitted NFRs via our partner rep. The initial response was very much "can't you use the API". Could I code some platform to do API checks? Yes. But that answer is essentially "throw out the SNMP monitoring you use for everything else". 

ebilcari

Thank you for your feedback! Your request is valid so I believe it will get implemented soon.

There are some monitoring platform that allow monitoring from different sources, (custom scripts, syslog etc.), you can verify maybe there is a way to adapt the information received from API.

- Emirjon
If you have found a solution, please like and accept it to make it easily accessible for others.
Announcements

Select Forum Responses to become Knowledge Articles!

Select the “Nominate to Knowledge Base” button to recommend a forum post to become a knowledge article.

Labels
Top Kudoed Authors