NBS-SIGLANE-MIB
AI MIB Summary
The NBS-SIGLANE-MIB module provides management objects for monitoring and controlling multi-lane optical interfaces, specifically QSFP, CXP, and CFP ports, by exposing signaling lane status, lane aggregation states, and error counters for high-speed transceivers.
Signaling Lane mib - objects for the management of multi-lane ports such as QSFP, CXP, and CFP.
Main OID:
nbsSigLaneMib.1.3.6.1.4.1.629.236
26
Objects
Active
Status
5
Dependencies
Imported Objects
Objects
26 total| Object Name |
|---|
nbsSigLaneMibSignaling Lane mib - objects for the management of multi-lane ports such as QSFP, CXP, and CFP. MODULE-IDENTITY .1.3.6.1.4.1.629.236 |
nbsSigLanePortGrpPorts which aggregate multiple signaling lanes OBJECT IDENTIFIER .1.3.6.1.4.1.629.236.10 |
nbsSigLanePortTableA table that describes signaling lanes for a QSFP[+] or CFP port. SEQUENCE OF NbsSigLanePortEntry .1.3.6.1.4.1.629.236.10.1 |
nbsSigLanePortEntryContains a description of a particular port signaling lane. NbsSigLanePortEntry .1.3.6.1.4.1.629.236.10.1.1 |
nbsSigLanePortIfIndexThe index to the MIB-II Interface table entry which represents this port. This value should be 0 if there is no corresponding MIB-II interface entry.ro InterfaceIndex (IF-MIB) .1.3.6.1.4.1.629.236.10.1.1.1 |
nbsSigLanePortFacilityfiber(2) indicates that lane signaling is conducted on separate fibers. lambda(3) indicates that lane signaling is conducted on different wavelengths on a single SMF fiber.ro Enumeration .1.3.6.1.4.1.629.236.10.1.1.10 |
nbsSigLanePortLanesThe number of signaling lanes in this portro INTEGER .1.3.6.1.4.1.629.236.10.1.1.20 |
nbsSigLaneLaneGrpIndividual signaling lanes within a port OBJECT IDENTIFIER .1.3.6.1.4.1.629.236.20 |
nbsSigLaneLaneTableA table that describes (fiber/lambda) network signaling lanes for a multi-lane port. SEQUENCE OF NbsSigLaneLaneEntry .1.3.6.1.4.1.629.236.20.1 |
nbsSigLaneLaneEntryContains a description of a particular (fiber/lambda) signaling lane. NbsSigLaneLaneEntry .1.3.6.1.4.1.629.236.20.1.1 |
nbsSigLaneLaneIfIndexThe index to the MIB-II Interface table entry which contains this (fiber/lambda) lane.ro InterfaceIndex (IF-MIB) .1.3.6.1.4.1.629.236.20.1.1.1 |
nbsSigLaneLaneIndexOrdinal index for the signaling lane in a port: 1..4 for QSFP[+] 4 x 10G 1..4 for CFP 4 x 25G 1..4 for CFP 4 x 28G 1..10 for CFP 10 x 10Gro INTEGER .1.3.6.1.4.1.629.236.20.1.1.2 |
nbsSigLaneLaneFrequencyThe nominal frequency, in MHz.ro NbsTcMHz (NBS-MIB) .1.3.6.1.4.1.629.236.20.1.1.10 |
nbsSigLaneLaneWavelengthXThe nominal wavelength (nanometers) is an ASCII string to be human-readable. CWDM wavelengths use 4 digits. DWDM wavelengths use seven digits and a decimal point. Not supported value: 'N/A'ro DisplayString .1.3.6.1.4.1.629.236.20.1.1.11 |
nbsSigLaneLaneChannelBandThe ITU grid labels DWDM channels with a letter 'band' and a numeric channel. Within this mib, the band is indicated by this object, and the channel number is shown in the object nbsOsaChannelNumber. Frequencies of at least 180100 GHz but less than 190100 GHz are considered the L spectrum, and frequencies of at least 190100 but less than 200100 GHz are considered the C spectrum. Frequencies evenly divisible by 100 GHz are designated with a 'C' or 'L' prepended to the channel number. Frequencies that are offset by 50 GHz are designated 'H' within the C spectrum, and 'Q' within the L spectrum.ro NbsCmmcChannelBand (NBS-CMMCENUM-MIB) .1.3.6.1.4.1.629.236.20.1.1.12 |
nbsSigLaneLaneChannelNumberThe channel number can be derived by extracting the two middle digits from the six digit frequency in GHz.ro INTEGER .1.3.6.1.4.1.629.236.20.1.1.13 |
nbsSigLaneLaneTxPowerLevelThis object indicates the status of this lane's measured received power, reported in nbsSigLaneLaneTxPower: notSupported(1), if (nbsSigLaneLaneTxPower = 0x80000000); lowAlarm(2), if nbsSigLaneLaneTxPower < nbsSigLanePortTxPowerVendorMin; lowWarning(3), if nbsSigLaneLaneTxPower > nbsSigLanePortTxPowerVendorMin and nbsSigLaneLaneTxPower < nbsSigLanePortTxPowerUserMin; ok(4), if nbsSigLaneLaneTxPower is within thresholds; highWarning(5), if nbsSigLaneLaneTxPower < nbsSigLanePortTxPowerVendorMax and nbsSigLaneLaneTxPower > nbsSigLanePortTxPowerUserMax; highAlarm(6), if nbsSigLaneLaneTxPower > nbsSigLanePortTxPowerVendorMaxro Enumeration .1.3.6.1.4.1.629.236.20.1.1.20 |
nbsSigLaneLaneTxPowerThe output power (in milli dBm) of this lane. Not supported value: 0x80000000ro NbsTcMilliDb (NBS-MIB) .1.3.6.1.4.1.629.236.20.1.1.21 |
nbsSigLaneLaneRxPowerLevelThis object indicates the status of this lane's measured received power, reported in nbsSigLaneLaneRxPower: notSupported(1), if (nbsSigLaneLaneRxPower = 0x80000000); lowAlarm(2), if nbsSigLaneLaneRxPower < nbsSigLanePortRxPowerVendorMin; lowWarning(3), if nbsSigLaneLaneRxPower > nbsSigLanePortRxPowerVendorMin and nbsSigLaneLaneRxPower < nbsSigLanePortRxPowerUserMin; ok(4), if nbsSigLaneLaneRxPower is within thresholds; highWarning(5), if nbsSigLaneLaneRxPower < nbsSigLanePortRxPowerVendorMax and nbsSigLaneLaneRxPower > nbsSigLanePortRxPowerUserMax; highAlarm(6), if nbsSigLaneLaneRxPower > nbsSigLanePortRxPowerVendorMaxro Enumeration .1.3.6.1.4.1.629.236.20.1.1.30 |
nbsSigLaneLaneRxPowerThe received optical power (in milli dBm) of this lane. Not supported value: 0x80000000ro NbsTcMilliDb (NBS-MIB) .1.3.6.1.4.1.629.236.20.1.1.31 |
nbsSigLaneLaneBiasAmpsLevelThis object indicates the status of laser bias current, as reported in nbsSigLaneLaneBiasAmps: notSupported(1), if (nbsSigLaneLaneBiasAmps = -1); lowAlarm(2), if below nbsSigLanePortBiasAmpsVendorMin; ok(4), if within the recommended operating range; highAlarm(6), if above nbsSigLanePortBiasAmpsVendorMax.ro Enumeration .1.3.6.1.4.1.629.236.20.1.1.40 |
nbsSigLaneLaneBiasAmpsThe bias current (in microAmps) of this lane. Not supported value: -1ro NbsTcMicroAmp (NBS-MIB) .1.3.6.1.4.1.629.236.20.1.1.41 |
nbsSigLaneLaneLaserTempLevelThis object indicates the status of laser temperature, as reported in nbsSigLaneLaneLaserTemp: notSupported(1), if (nbsSigLaneLaneLaserTemp = 0x80000000); lowAlarm(2), if below nbsSigLanePortLaserTempVendorMin; ok(4), if within the recommended operating range; highAlarm(6), if above nbsSigLanePortLaserTempVendorMax.ro Enumeration .1.3.6.1.4.1.629.236.20.1.1.50 |
nbsSigLaneLaneLaserTempThe temperature (in degrees Celsius) of this lane. Not supported value: 0x80000000ro NbsTcTemperature (NBS-MIB) .1.3.6.1.4.1.629.236.20.1.1.51 |
nbsSigLaneTrapsOBJECT-TYPE macros to be used in SNMP NOTIFICATION macros OBJECT IDENTIFIER .1.3.6.1.4.1.629.236.100 |
nbsSigLaneTraps0NOTIFICATION-TYPE macros OBJECT IDENTIFIER .1.3.6.1.4.1.629.236.100.0 |