FIBROLAN-SFP-MIB
AI MIB Summary
The FIBROLAN-SFP-MIB enables SNMP-based monitoring and management of Fibrolan Small Form-factor Pluggable (SFP) transceiver modules, specifically exposing operational status, optical power levels, temperature, and voltage metrics for active optical components. This module facilitates granular fault detection and performance tracking of SFP interfaces on Fibrolan networking hardware through standard SNMP variable bindings.
The MIB module to describe Fibrolan SFP devices. Copyright (C) Fibrolan Ltd (2014).
Main OID:
flSfp.1.3.6.1.4.1.4467.1000.50
35
Objects
Active
Status
6
Dependencies
Imported Objects
Objects
35 total| Object Name |
|---|
flSfpPluggedInThis trap is sent when an SFP module is plugged in the device. This trap is left here for backward compatibility reasons. In newer SW versions the flSfpAlarmStatusChange trap should be used instead. NOTIFICATION-TYPE .1.3.6.1.4.1.4467.1000.10.0.17 |
flSfpUnpluggedThis trap is sent when an SFP module is unplugged from the device. This trap is left here for backward compatibility reasons. In newer SW versions the flSfpAlarmStatusChange trap should be used instead. NOTIFICATION-TYPE .1.3.6.1.4.1.4467.1000.10.0.18 |
flSfpThe MIB module to describe Fibrolan SFP devices. Copyright (C) Fibrolan Ltd (2014). MODULE-IDENTITY .1.3.6.1.4.1.4467.1000.50 |
flSfpMIBObjects OBJECT IDENTIFIER .1.3.6.1.4.1.4467.1000.50.1 |
flSfpInfoTableTable for SFP inventory data SEQUENCE OF FlSfpInfoEntry .1.3.6.1.4.1.4467.1000.50.1.1 |
flSfpInfoEntryThe entries of the table. FlSfpInfoEntry .1.3.6.1.4.1.4467.1000.50.1.1.1 |
flSfpVendorSFP's vendorro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.4467.1000.50.1.1.1.1 |
flSfpPartNumberSFP's part numberro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.4467.1000.50.1.1.1.2 |
flSfpSerialNumberSFP's serial numberro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.4467.1000.50.1.1.1.3 |
flSfpTypeSFP module type (textual description)ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.4467.1000.50.1.1.1.4 |
flSfpMaxRateSFP's nominal bit rate in Mbps.ro Integer32 .1.3.6.1.4.1.4467.1000.50.1.1.1.5 |
flSfpRangeSFP's nominal range in meters.ro Integer32 .1.3.6.1.4.1.4467.1000.50.1.1.1.6 |
flSfpTxWlSFP's transmit wave-length in nano-meters (integer part). The complete wavelength can be calculated with the flSfpTxWlFraction. In DWDM SFPs, the integer part of the WL is used here. for example: 1572.89nm (ch6/100GHz) will be provided as 1572.ro Integer32 .1.3.6.1.4.1.4467.1000.50.1.1.1.7 |
flSfpTxWlFractionSFP's transmit wave-length in pico-meters (fraction part). The complete wavelength can be calculated with the flSfpTxWl. In DWDM SFPs, the fraction part of the WL is used here. for example: 1572.89nm (ch6/100GHz) will be provided as 890ro Integer32 .1.3.6.1.4.1.4467.1000.50.1.1.1.8 |
flSfpRxWlSFP's receive wave-length in nano-meters (integer part). The complete wavelength can be calculated with the flSfpRxWlFraction. In DWDM SFPs, the integer part of the WL is used here. for example: 1572.89nm (ch6/100GHz) will be provided as 1572.ro Integer32 .1.3.6.1.4.1.4467.1000.50.1.1.1.9 |
flSfpRxWlFractionSFP's receive wave-length in pico-meters (fraction part). The complete wavelength can be calculated with the flSfpTxWl. In DWDM SFPs, the fraction part of the WL is used here. for example: 1572.89nm (ch6/100GHz) will be provided as 890ro Integer32 .1.3.6.1.4.1.4467.1000.50.1.1.1.10 |
flSfpDdmSupportIndicates if this SFP supports DDM (as per SFF-8472).ro Enumeration .1.3.6.1.4.1.4467.1000.50.1.1.1.11 |
flSfpMonitoringTableTable for SFP monitoring (digital diagnostics) data SEQUENCE OF FlSfpMonitoringEntry .1.3.6.1.4.1.4467.1000.50.1.2 |
flSfpMonitoringEntryThe entries of the table. FlSfpMonitoringEntry .1.3.6.1.4.1.4467.1000.50.1.2.1 |
flSfpRxPowerReceived average optical power in [uW]ro Integer32 UNITS "micro Watts" .1.3.6.1.4.1.4467.1000.50.1.2.1.1 |
flSfpTxPowerTransmitted average optical power in [uW]ro Integer32 UNITS "micro Watts" .1.3.6.1.4.1.4467.1000.50.1.2.1.2 |
flSfpTemperatureDevice temperature in [oC]ro Integer32 UNITS "Degrees Celsius (oC)" .1.3.6.1.4.1.4467.1000.50.1.2.1.3 |
flSfpBiasCurrentTransmitter bias current in [mA]ro Integer32 UNITS "milliampere" .1.3.6.1.4.1.4467.1000.50.1.2.1.4 |
flSfpSupplyVoltageInternal supply voltage in [mV]ro Integer32 UNITS "millivolt" .1.3.6.1.4.1.4467.1000.50.1.2.1.5 |
flSfpAlarmStatusThis variable indicates the SFP alarm status. The flSfpAlarmStatus is a bitmap represented as a sum; therefore, it can represent multiple status (alarms) simultaneously. flSfpNoAlarm must be set if and only if no other flag is set. The various bit positions are as follows: 0 flSfpNoAlarm No alarm present 1 flSfpUnplugged SFP module unplugged 2 flSfpTxPowerLowError Optical Tx power below error threshold 3 flSfpTxPowerLowWarning Optical Tx power below warning threshold 4 flSfpRxPowerLowError Optical Rx power below error threshold 5 flSfpRxPowerLowWarning Optical Rx power below warning threshold 6 flSfpTxPowerHighError Optical Tx power above error threshold 7 flSfpTxPowerHighWarning Optical Tx power above warning threshold 8 flSfpRxPowerHighError Optical Rx power above error threshold 9 flSfpRxPowerHighWarning Optical Rx power above warning threshold 10 flSfpTempHighError Module temp. above error threshold 11 flSfpTempHighWarning Module temp. above warning threshold 12 flSfpTempLowError Module temp. below error threshold 13 flSfpTempLowWarning Module temp. below warning thresholdro Integer32 .1.3.6.1.4.1.4467.1000.50.1.2.1.6 |
flSfpStatusLastChangeThe value of MIB II's sysUpTime object at the time this SFP entered its current alarm status state.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.4467.1000.50.1.2.1.7 |
flSfpMIBConformance OBJECT IDENTIFIER .1.3.6.1.4.1.4467.1000.50.2 |
flSfpMIBCompliances OBJECT IDENTIFIER .1.3.6.1.4.1.4467.1000.50.2.1 |
flSfpMIBComplianceThe compliance statement for flSfp entities Unknown .1.3.6.1.4.1.4467.1000.50.2.1.1 |
flSfpMIBGroups OBJECT IDENTIFIER .1.3.6.1.4.1.4467.1000.50.2.2 |
flSfpDeviceGroupSFP standard status objects. Unknown .1.3.6.1.4.1.4467.1000.50.2.2.1 |
flSfpMonitoringGroupSFP monitoring (digital diagnostics) group. Unknown .1.3.6.1.4.1.4467.1000.50.2.2.2 |
flSfpNotificationsGroupA collection of notifications that may be implemented on SFP modules. Unknown .1.3.6.1.4.1.4467.1000.50.2.2.3 |
flSfpTraps OBJECT IDENTIFIER .1.3.6.1.4.1.4467.1000.50.10 |
flSfpAlarmStatusChangeA flSfpAlarmStatusChange trap is sent when the value of an instance flSfpAlarmStatus changes. It can be utilized by an Network Management Station (NMS) to trigger polls. NOTIFICATION-TYPE .1.3.6.1.4.1.4467.1000.50.10.0.1 |