CISCO-OTN-IF-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-OTN-IF-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 ciscoOtnIfMIB 1.3.6.1.4.1.9.9.639
This MIB module defines the managed objects for physical layer characteristics of DWDM optical channel interfaces and performance statistics objects for protocol specific error counters in DWDM optical devices. Performance monitoring (PM) parameters are used by service providers to gather, store, set thresholds for and report performance data for early detection of problems. Thresholds are used to set error levels for each PM parameter. During the accumulation cycle, if the current value of a performance monitoring parameter reaches or exceeds its corresponding threshold value, a threshold crossing alarm (TCA) is generated. The TCAs provide early detection of performance degradation. The definitions contained herein are based on the OTN specifications in ITU-T G.872[ITU-T G.872], G.709 [ITU-T G.709], G.798[ITU-T G.798], G.874[ITU-T G.874], and G.874.1[ITU-T G.874.1]. Glossary: OTN : Optical Transport Network (ITU-T G.709). FEC : Forward Error Correction. PM : Performance Monitor. DWDM : Dense Wavelength Division Multiplexing. FE : Farend or client side of the interface. NE : Nearend or trunk side of the interface. ADM : Add Drop Multiplexer. OCH : Optical Channel. OTS : Optical Transport Section. OMS : Optical Multiplex Section. TCA : Threshold Crossing Alarm. OSC : Optical Supervisory Channel. DCU : Dispersion Compensation Unit. EXP : Express Channel. OSNR : Optical singal to noise ratio. OTU : Optical Channel Transport Unit. ODU : Optical Channel Data Unit.
         ciscoOtnIfMIBNotifs 1.3.6.1.4.1.9.9.639.0
             coiOtnIfOTUStatusChange 1.3.6.1.4.1.9.9.639.0.1
This notification is generated whenever the defect status of OTU layer on an interface changes. Varbind 'ifName' indicates the interface whose defect status of the OTU layer has just changed. Varbind 'coiOtnIfOTUStatus' indicates the current defect status of the OTU layer on the interface.
             coiOtnIfODUStatusChange 1.3.6.1.4.1.9.9.639.0.2
This notification is generated whenever the defect status of ODU layer on an interface changes. Varbind 'ifName' indicates the interface whose defect status of the ODU layer has just changed. Varbind 'coiOtnIfODUStatus' indicates the current defect status of the ODU layer on the interface.
         ciscoOtnIfMIBObjects 1.3.6.1.4.1.9.9.639.1
             coiDwdmInterface 1.3.6.1.4.1.9.9.639.1.1
                 coiIfControllerTable 1.3.6.1.4.1.9.9.639.1.1.1 no-access
This table provides management information for physical layer related attributes of interfaces with an ifType of opticalChannel(195).
                     coiIfControllerEntry 1.3.6.1.4.1.9.9.639.1.1.1.1 no-access
An entry containing management information on physical layer related attributes of interfaces with an ifType opticalChannel(195). Entries are created by the agent when a new interface is added to the ifTable. Entries are deleted by the agent when an interface is removed from the ifTable.
                         coiIfControllerLoopback 1.3.6.1.4.1.9.9.639.1.1.1.1.1 integer read-write
This object is used to configure the loopback mode of the interface. valid values are - 'noLoop' - No Loopback present. 'otherLoop' - A loopback of type other than rest of types defined in this enumeration. 'diagnosticLoop' - This is an internal loopback, where the data stream is looped from the transmit to receive section. It is used for hardware debug, bring-up and diagnostics. 'lineLoop' - In this mode, the receive data stream is looped back to the transmit side. Enumeration: 'lineLoop': 4, 'noLoop': 1, 'diagnosticLoop': 3, 'otherLoop': 2.
                         coiIfControllerWavelength 1.3.6.1.4.1.9.9.639.1.1.1.1.2 coiopticalwavelength read-write
This object is used to configure the wavelength of operation on applicable optical channel interfaces.
                         coiIfControllerLaserAdminStatus 1.3.6.1.4.1.9.9.639.1.1.1.1.3 integer read-write
This object is used to configure laser status on applicable interfaces. when it is set to down(2), it results in traffic drop and there should be corresponding change in coiIfControllerLaserOperStatus. Valid values are - 'up' - Turn on the Laser 'down' - shutdown the Laser. Enumeration: 'down': 2, 'up': 1.
                         coiIfControllerLaserOperStatus 1.3.6.1.4.1.9.9.639.1.1.1.1.4 integer read-only
This object gives the current operational state of the Laser. Valid values are - 'up' - The laser is operational. 'down' - The laser is not operational. if coiIfControllerLaserAdminStatus is down(2) then coiIfControllerLaserOperStatus should be down(2). If coiIfControllerLaserAdminStatus is changed to up(1) then coiIfControllerLaserOperStatus should change to up(1), provided the laser is operational and ready to transmit traffic. It should remain in down(2) if there is a fault that prevents it from going to the up(1) state. Enumeration: 'down': 2, 'up': 1.
                         coiIfControllerOtnStatus 1.3.6.1.4.1.9.9.639.1.1.1.1.5 truthvalue read-write
This object allows the management client to enable the OTN (ITU-T G.709) framing on applicable interfaces of ifType opticalChannel(195). Valid values are - 'true' - Enables OTN (ITU-T g.709) framing on the interface. 'false' - Disables OTN (ITU-T g.709 framing on the interface. Setting a value of 'false' to coiIfControllerOtnStatus would result in loss of traffic.
                         coiIfControllerFECMode 1.3.6.1.4.1.9.9.639.1.1.1.1.6 integer read-write
This object allows the management client to enable FEC ( Forward Error Correction ) on applicable interfaces. FEC is a technique that improves digital channel quality through the addition of redundant data at the sending node. This redundant data is decoded at the receiver to detect and correct errors. Valid values are 'disable' - disables FEC on the interface. 'enableStandard' - enables standard FEC on the interface (ITU-T G.975). 'enableEnhanced' - enables Default Enhanced FEC (ITU-T G.975 I.4/I.7) on the interface 'enableEnhancedI4' - enables ITU-T G.975 I.4 FEC Mode on the Interface 'enableEnhancedI7' - enables ITU-T G.975 I.7 FEC Mode on the Interface 'enableLongHaul' - enable proprietary long haul FEC on the Interface 'enableHighGain' - enable proprietary high gain FEC on the Interface 'enableEnhancedSD7' - enable FEC Software Decision 7% 'enableEnhancedSD20'- enable FEC Software Decision 20%. Enumeration: 'enableEnhancedI4': 4, 'enableEnhancedSD20': 9, 'enableEnhancedI7': 5, 'enableLongHaul': 7, 'disable': 1, 'enableStandard': 2, 'enableEnhancedSD7': 8, 'enableEnhanced': 3, 'enableHighGain': 6.
                         coiIfControllerTDCOperMode 1.3.6.1.4.1.9.9.639.1.1.1.1.7 integer read-only
This object gives the operational mode of the Tuned Dispersion Compensator (TDC). The values may be - 'auto' - Automatic tuning of dispersion compensation. 'manual' - Manual tuning of dispersion compensation. Enumeration: 'auto': 1, 'manual': 2.
                         coiIfControllerTDCOperStatus 1.3.6.1.4.1.9.9.639.1.1.1.1.8 integer read-only
This object gives the operational status of the Tuned Dispersion Compensator (TDC). The values may be - 'disabled' - TDC has been disabled. 'acquiring' - TDC is acquiring or tuning to the desired compensation setting. 'locked' - TDC has been tuned and locked at the desired compensation setting Enumeration: 'disabled': 1, 'locked': 3, 'acquiring': 2.
                         coiIfControllerTDCOperSetting 1.3.6.1.4.1.9.9.639.1.1.1.1.9 integer32 read-only
This object gives the dispersion compensation setting that the TDC has been tuned to. It is expressed in pico-seconds per nanometer. Example: The value of -650 represents a dispersion compensation setting of -650 ps/nm.
                         coiIfControllerPreFECBERMantissa 1.3.6.1.4.1.9.9.639.1.1.1.1.10 integer32 read-only
This object gives the mantissa part of the Pre FEC BER or correctable BER at any instance of time. It is represented in one hundreths of a unit.The exponent part is defined in coiIfControllerPreFECBERExponent Pre FEC BER is the BER of the signal before it undergoes the FEC algorithm. FEC will correct errors upto a certain Pre FEC BER beyond which the signal starts becoming uncorrectable. Knowing the Pre FEC BER helps monitor system health. Pre FEC BER is expressed in Scientific E notation with two decimal places Example: The value 235 represents the mantissa of 2.35
                         coiIfControllerPreFECBERExponent 1.3.6.1.4.1.9.9.639.1.1.1.1.11 integer32 read-only
This object gives the exponent part of the Pre FEC BER or correctable BER at any instance of time. It is represented in powers of 10. The mantissa part is defined in coiIfControllerPreFECBERMantissa. Pre FEC BER is the BER of the signal before it undergoes the FEC algorithm. FEC will correct errors upto a certain Pre FEC BER beyond which the signal starts becoming uncorrectable. Knowing the Pre FEC BER helps monitor system health. Pre FEC BER is expressed in Scientific E notation with two decimal places Example: The value -11 represents the exponent value of 10 to the power of -11.
                         coiIfControllerQFactor 1.3.6.1.4.1.9.9.639.1.1.1.1.12 integer32 read-only
This Object gives the value of Q-Factor represented in one hundredths of a dB. Q-Factor represents the analog signal to noise ratio. It suggests the minimum correctable BER for a given signal. The higher the Q-factor, the better. Q-factor is expressed in dB Example: The value 365 represents a Q-Factor of 3.65 dB
                         coiIfControllerQMargin 1.3.6.1.4.1.9.9.639.1.1.1.1.13 integer32 read-only
Q-Margin defines how much operational system margin that is available for a given circuit. Minimum margin should be defined by one's Network Engineering Group. Q-margin is expressed in dBQ. dBQ is a scale relative to min required Q-Factor given by coiIfControllerQFactor. This object gives the value of the Q-Margin represented in one hundredths of a dBQ. Example: The value 236 represents a Q-Margin of 2.36 dBQ.
                         coiIfControllerOTNValidIntervals 1.3.6.1.4.1.9.9.639.1.1.1.1.14 unsigned32 read-only
This object gives the number of contiguous 15 minute intervals for which valid OTN performance monitoring data is available for the particular interface. The actual performance data is available in the following Tables coiOtnNearEndIntervalTable coiOtnFarEndIntervalTable The value of this object will be n (where n is the maximum number of 15 minute intervals supported at this interface), unless the measurement was (re-)started within the last (nx15) minutes, in which case the value will be the number of 15 minute intervals for which the agent has some data. This object reports value zero, if OTN is turned off by setting coiIfControllerOtnStatus to 'false'.
                         coiIfControllerFECValidIntervals 1.3.6.1.4.1.9.9.639.1.1.1.1.15 unsigned32 read-only
This object gives the number of contiguous 15 minute intervals for which valid FEC PM data is available for the particular interface. The actual performance data is available in the following Table coiFECIntervalTable The value of this object will be n (where n is the maximum number of 15 minute intervals supported at this interface), unless the measurement was (re-)started within the last (nx15) minutes, in which case the value will be the number of 15 minute intervals for which the agent has some data. This object reports a value 0, if FEC is disabled by setting coiIfControllerFECMode to 'disable'.
                         coiOtnIfOTUStatus 1.3.6.1.4.1.9.9.639.1.1.1.1.16 bits read-only
This object indicates the current defect status of the OTU layer on an OTN interface. noDefect(0): No defect. This bit will be set when none of the following defect bits are set. los(1): LOS (Loss Of Signal). This bit will be set when LOS defect is present. lof(2): LOF (Loss Of Frame). This bit will be set when LOF defect is present. lom(3): LOM (Loss Of Multiframe). This bit will be set when LOM defect is present. bdi(4): BDI (Backward Defect Indication). This bit will be set when BDI defect is present. tim(5): TIM (Trace Identifier Mismatch). This bit will be set when TIM defect is present. ais(6): AIS (Alarm Indication Signal). This bit will be set when AIS defect is present. fecMismatch(7): FecMismatch (Forward Error Correction Mismatch ). This bit will be set when FECMISMATCH defect is present. fecUncorrectedWord(8): fecUncorrectedWord (Forward Error Correction Uncorrected Word). This bit will be set when at least one Uncorrected Word is detected. Bits: 'fecMismatch': 7, 'lof': 2, 'los': 1, 'noDefect': 0, 'bdi': 4, 'ais': 6, 'lom': 3, 'tim': 5, 'fecUncorrectedWord': 8.
                         coiOtnIfODUStatus 1.3.6.1.4.1.9.9.639.1.1.1.1.17 bits read-only
This object indicates the current defect status of the ODU layer on an OTN interface. noDefect(0): No Defect. This bit will be set when none of the following defect bits are set. oci(1): OCI (Open Connection Indication). This bit will be set when OCI defect is present. lck(2): LCK (Locked). This bit will be set when OCI defect is present. tim(3): TIM (Trace Identifier Mismatch). This bit will be set when TIM defect is present. bdi(4): BDI (Backward Defect Indication). This bit will be set when BDI defect is present. ais(5): AIS (Alarm Indication Signal). This bit will be set when AIS defect is present. Bits: 'oci': 1, 'noDefect': 0, 'bdi': 4, 'ais': 5, 'tim': 3, 'lck': 2.
             coiDwdmIfOtn 1.3.6.1.4.1.9.9.639.1.2
                 coiOtnNearEndThresholdsTable 1.3.6.1.4.1.9.9.639.1.2.1 no-access
This table provides objects for configuring OTN ( G.709 ) near end error thresholds on interfaces of ifType opticalChannel (195).
                     coiOtnNearEndThresholdsEntry 1.3.6.1.4.1.9.9.639.1.2.1.1 no-access
An entry containing management information for configuration of performance monitoring thresholds for a given monitor and threshold type. Entries can be created for interfaces with ifType of opticalChannel(195). Thresholds are created/destroyed through the entry's RowStatus object semantics. The coiOtnNearEndThreshIntervalType defines the time interval over which the data being monitored is accumulated for which the threshold is to be applied. The coiOtnNearEndThreshMonType defines the type of statistics to which the threshold applies. The coiOtnNearEndThresholdType defines the specific threshold type value, which the threshold refers to.
                         coiOtnNearEndThreshIntervalType 1.3.6.1.4.1.9.9.639.1.2.1.1.1 coiintervaltype no-access
This object specifies the interval type during which the performance statistics were accumulated.
                         coiOtnNearEndThreshMonType 1.3.6.1.4.1.9.9.639.1.2.1.1.2 coimonitortype no-access
This object gives the type of performance monitoring for which the threshold is being set.
                         coiOtnNearEndThresholdType 1.3.6.1.4.1.9.9.639.1.2.1.1.3 coiotnthresholdtype no-access
This object gives the type of Error Threshold that is being set.
                         coiOtnNearEndThreshValue 1.3.6.1.4.1.9.9.639.1.2.1.1.4 unsigned32 read-only
This object is used to set the near end threshold value for the given threshold type as identified by coiOtnNearEndThresholdType For esr(Error Seconds Ratio), sesr(Severely Errored Seconds Ratio), bber(Background Block Errored Seconds Ratio), value displayed is multiplied by 10^5.
                         coiOtnNearEndThreshStorageType 1.3.6.1.4.1.9.9.639.1.2.1.1.5 storagetype read-only
The storage type for this conceptual row.
                         coiOtnNearEndThreshStatus 1.3.6.1.4.1.9.9.639.1.2.1.1.6 rowstatus read-only
This object controls the creation and deletion of a conceptual row in this table. The value of this object has no effect on whether other objects in this conceptual row can be modified. A conceptual row can not be made active until the coiOtnNearEndThreshValue has been set to a valid threshold value.
                 coiOtnFarEndThresholdsTable 1.3.6.1.4.1.9.9.639.1.2.2 no-access
This table provides objects for configuring OTN ( G.709 ) thresholds for far end of interfaces of ifType opticalChannel(195).
                     coiOtnFarEndThresholdsEntry 1.3.6.1.4.1.9.9.639.1.2.2.1 no-access
An entry containing managment information for configuration of far end performance monitoring thresholds for a given monitor and threshold type. Entries can be created for interfaces with ifType of opticalChannel(195). Thresholds are created/destroyed through the entry's RowStatus object semantics. The coiOtnFarEndThreshIntervalType defines the time interval over which the data being monitored is accumulated for which the threshold is to be applied. The coiOtnFarEndThreshMonType defines the type of statistics to which the threshold applies. The coiOtnFarEndThresholdType defines the specific threshold type value, which the threshold refers to.
                         coiOtnFarEndThreshIntervalType 1.3.6.1.4.1.9.9.639.1.2.2.1.1 coiintervaltype no-access
This object gives the interval type during which the performance statistics were accumulated in the far end of the interface.
                         coiOtnFarEndThreshMonType 1.3.6.1.4.1.9.9.639.1.2.2.1.2 coimonitortype no-access
This object gives specify the type of monitoring for which threshold is being set on interfaces in the far end of the interface .
                         coiOtnFarEndThresholdType 1.3.6.1.4.1.9.9.639.1.2.2.1.3 coiotnthresholdtype no-access
This object gives the type of Error Threshold that is being set on far end interfaces of ifType opticalChannel (195).
                         coiOtnFarEndThreshValue 1.3.6.1.4.1.9.9.639.1.2.2.1.4 unsigned32 read-only
This object is used to set the far end threshold value for the given threshold type as identified by the index coiOtnFarEndThresholdType.For esr(Error Seconds Ratio), sesr(Severely Errored Seconds Ratio), bber(Background Block Errored Seconds Ratio), value displayed is multiplied by 10^5.
                         coiOtnFarEndThreshStorageType 1.3.6.1.4.1.9.9.639.1.2.2.1.5 storagetype read-only
The storage type for this conceptual row.
                         coiOtnFarEndThreshStatus 1.3.6.1.4.1.9.9.639.1.2.2.1.6 rowstatus read-only
This object controls the creation and deletion of a conceptual row in this table. The value of this object has no effect on whether other objects in this conceptual row can be modified. A conceptual row can not be made active until the coiOtnFarEndThreshValue has been set to valid threshold value.
                 coiOtnNearEndCurrentTable 1.3.6.1.4.1.9.9.639.1.2.3 no-access
This table contains the cumulative OTN (G.709) PM statistics for the near end of interfaces of ifType opticalChannel(195). The statistics are for the current interval of interval type identified by coiOtnNearEndCurIntervalType. The current PM statistics is the accumlated statistics for the time period defined by the interval type.
                     coiOtnNearEndCurrentEntry 1.3.6.1.4.1.9.9.639.1.2.3.1 no-access
An entry containing management information on near end error/statistics counters such as Failure Counts, Errored Seconds...etc in the current interval
                         coiOtnNearEndCurIntervalType 1.3.6.1.4.1.9.9.639.1.2.3.1.1 coiintervaltype no-access
This object gives the interval type during which the near end performance statistics are accumulated.
                         coiOtnNearEndCurrentMonType 1.3.6.1.4.1.9.9.639.1.2.3.1.2 coimonitortype no-access
This object gives the part of optical network for which the near end OTN performance statistics are being monitored.
                         coiOtnNearEndCurrentFCs 1.3.6.1.4.1.9.9.639.1.2.3.1.3 counter32 read-only
The counter associated with the number of failures encountered on the near end of interface in the current interval of type coiOtnNearEndCurIntervalType.
                         coiOtnNearEndCurrentESs 1.3.6.1.4.1.9.9.639.1.2.3.1.4 counter32 read-only
The counter associated with the number of Errored Seconds encountered on near end of interface in the current interval of type coiOtnNearEndCurIntervalType.
                         coiOtnNearEndCurrentSESs 1.3.6.1.4.1.9.9.639.1.2.3.1.5 counter32 read-only
The counter associated with the number of Severely Errored Seconds encountered on the near end of interface in the current interval of type coiOtnNearEndCurIntervalType.
                         coiOtnNearEndCurrentUASs 1.3.6.1.4.1.9.9.639.1.2.3.1.6 counter32 read-only
The counter associated with the number of Unavailable Seconds encountered on the near end of interface in the current interval of type coiOtnNearEndCurIntervalType.
                         coiOtnNearEndCurrentBBEs 1.3.6.1.4.1.9.9.639.1.2.3.1.7 counter32 read-only
The counter associated with the number of Background Block Errors encountered on the near end of interface in the current interval of type coiOtnNearEndCurIntervalType.
                         coiOtnNearEndCurrentESRs 1.3.6.1.4.1.9.9.639.1.2.3.1.8 counter32 read-only
The counter associated with the Errored Seconds Ratio on the near end of interface in the current interval of type coiOtnNearEndCurIntervalType. Display value multiplied by 10^5.
                         coiOtnNearEndCurrentSESRs 1.3.6.1.4.1.9.9.639.1.2.3.1.9 counter32 read-only
The counter associated with the Severely Errored Seconds ratio on the near end of interface in current interval of type coiOtnNearEndCurIntervalType. Display value multiplied by 10^5.
                         coiOtnNearEndCurrentBBERs 1.3.6.1.4.1.9.9.639.1.2.3.1.10 counter32 read-only
The counter associated with the Background Block Errors ratio on the near end of interface in current interval of type coiOtnNearEndCurIntervalType. Display value multiplied by 10^5.
                 coiOtnFarEndCurrentTable 1.3.6.1.4.1.9.9.639.1.2.4 no-access
This table contains the cumulative OTN (G.709) PM stats for the far end of interfaces of ifType opticalChannel(195). The statistics are for the current interval of interval type identified by coiOtnFarEndCurIntervalType. The current PM statistics is the accumlated statistics for the time period defined by the interval type.
                     coiOtnFarEndCurrentEntry 1.3.6.1.4.1.9.9.639.1.2.4.1 no-access
An entry containing managment information on far end error/statistics counters such as Failure Counts, Errored Seconds...etc in the current interval
                         coiOtnFarEndCurIntervalType 1.3.6.1.4.1.9.9.639.1.2.4.1.1 coiintervaltype no-access
This object gives the interval type during which the performance statistics are accumulated in the far end of the interface.
                         coiOtnFarEndCurrentMonType 1.3.6.1.4.1.9.9.639.1.2.4.1.2 coimonitortype no-access
This object gives the part of optical network for which far end OTN performance statistics are being monitored.
                         coiOtnFarEndCurrentFCs 1.3.6.1.4.1.9.9.639.1.2.4.1.3 counter32 read-only
The counter associated with the number of failures encountered on far end of interface in current interval of type coiOtnFarEndCurIntervalType.
                         coiOtnFarEndCurrentESs 1.3.6.1.4.1.9.9.639.1.2.4.1.4 counter32 read-only
The counter associated with the number of Errored Seconds encountered on far end of interface in current interval of type coiOtnFarEndCurIntervalType.
                         coiOtnFarEndCurrentSESs 1.3.6.1.4.1.9.9.639.1.2.4.1.5 counter32 read-only
The counter associated with the number of Severely Errored Seconds encountered on far end of interface in the current interval of type coiOtnFarEndCurIntervalType.
                         coiOtnFarEndCurrentUASs 1.3.6.1.4.1.9.9.639.1.2.4.1.6 counter32 read-only
The counter associated with the number of Unavailable Seconds encountered on far end of interface in the current interval of type coiOtnFarEndCurIntervalType.
                         coiOtnFarEndCurrentBBEs 1.3.6.1.4.1.9.9.639.1.2.4.1.7 counter32 read-only
The counter associated with the number of Background Block Errors encountered on far end of interface in the current interval of type coiOtnFarEndCurIntervalType.
                         coiOtnFarEndCurrentESRs 1.3.6.1.4.1.9.9.639.1.2.4.1.8 counter32 read-only
The counter associated with the Errored Seconds Ratio on far end of interface in the current interval of type coiOtnFarEndCurIntervalType. Display value multiplied by 10^5.
                         coiOtnFarEndCurrentSESRs 1.3.6.1.4.1.9.9.639.1.2.4.1.9 counter32 read-only
The counter associated with the Severely Errored Seconds ratio on far end of interface in the current interval of type coiOtnFarEndCurIntervalType. Display value multiplied by 10^5.
                         coiOtnFarEndCurrentBBERs 1.3.6.1.4.1.9.9.639.1.2.4.1.10 counter32 read-only
The counter associated with the Background Block Errors ratio on far end of interface in the current interval of type coiOtnFarEndCurIntervalType. Display value multiplied by 10^5.
                 coiOtnNearEndIntervalTable 1.3.6.1.4.1.9.9.639.1.2.5 no-access
This table contains historical cumulative OTN (G.709) PM stats for the near end of interfaces of ifType opticalChannel(195), for the interval type identified by the index coiOtnNearEndIntervalType and the interval number as identified by the index coiOtnNearEndIntervalNum. The PM statistics is the accumlated stats for the time period defined by the interval type in the time interval as defined by interval number.
                     coiOtnNearEndIntervalEntry 1.3.6.1.4.1.9.9.639.1.2.5.1 no-access
An entry containing management information on near end error/statistics counters such as Failure Counts, Errored Seconds...etc in the given interval.
                         coiOtnNearEndIntervalType 1.3.6.1.4.1.9.9.639.1.2.5.1.1 coiintervaltype no-access
This object gives the interval type during which the performance statistics are accumulated.
                         coiOtnNearEndIntervalMonType 1.3.6.1.4.1.9.9.639.1.2.5.1.2 coimonitortype no-access
This object gives the part of optical network for which near end OTN performance statistics are being monitored.
                         coiOtnNearEndIntervalNum 1.3.6.1.4.1.9.9.639.1.2.5.1.3 integer32 no-access
This object identifies the interval for which the set of near end OTN performance values is available. The interval identified by 1 is the most recent 15 minute or 24 hour interval, and the interval identified by N is the interval immediately preceding the one identified by N-1.
                         coiOtnNearEndIntervalFCs 1.3.6.1.4.1.9.9.639.1.2.5.1.4 counter32 read-only
The counter associated with the number of failures encountered on the near end of interface in the interval identified by coiOtnNearEndIntervalType and coiOtnNearEndIntervalNum.
                         coiOtnNearEndIntervalESs 1.3.6.1.4.1.9.9.639.1.2.5.1.5 counter32 read-only
The counter associated with the number of Errored Seconds encountered on the near end of interface in the interval identified by coiOtnNearEndIntervalType and coiOtnNearEndIntervalNum.
                         coiOtnNearEndIntervalSESs 1.3.6.1.4.1.9.9.639.1.2.5.1.6 counter32 read-only
The counter associated with the number of Severely Errored Seconds encountered on the near end of interface in the interval identified by coiOtnNearEndIntervalType and coiOtnNearEndIntervalNum.
                         coiOtnNearEndIntervalUASs 1.3.6.1.4.1.9.9.639.1.2.5.1.7 counter32 read-only
The counter associated with the number of Unavailable Seconds encountered on the near end of interface in the interval identified by coiOtnNearEndIntervalType and coiOtnNearEndIntervalNum.
                         coiOtnNearEndIntervalBBEs 1.3.6.1.4.1.9.9.639.1.2.5.1.8 counter32 read-only
The counter associated with the number of Background Block Errors encountered on the near end of interface in the interval identified by coiOtnNearEndIntervalType and coiOtnNearEndIntervalNum.
                         coiOtnNearEndIntervalESRs 1.3.6.1.4.1.9.9.639.1.2.5.1.9 counter32 read-only
The counter associated with the Errored Seconds Ratio on the near end of interface in the interval identified by coiiOtnNearEndIntervalType and coiOtnNearEndIntervalNum. Display value multiplied by 10^5.
                         coiOtnNearEndIntervalSESRs 1.3.6.1.4.1.9.9.639.1.2.5.1.10 counter32 read-only
The counter associated with the Severely Errored Seconds ratio on the near end of interface in the interval identified by coiOtnNearEndIntervalType and coiOtnNearEndIntervalNum. Display value multiplied by 10^5.
                         coiOtnNearEndIntervalBBERs 1.3.6.1.4.1.9.9.639.1.2.5.1.11 counter32 read-only
The counter associated with the Background Block Errors ratio on the near end of interface in the interval identified by coiOtnNearEndIntervalType and coiOtnNearEndIntervalNum. Display value multiplied by 10^5.
                         coiOtnNearEndIntervalValidData 1.3.6.1.4.1.9.9.639.1.2.5.1.12 truthvalue read-only
This variable indicates if the data for the interval identified by coiOtnNearEndIntervalType and coiOtnNearEndIntervalNum is valid.
                 coiOtnFarEndIntervalTable 1.3.6.1.4.1.9.9.639.1.2.6 no-access
This table contains historical cumulative OTN (G.709) PM stats for the far end interfaces of ifType opticalChannel(195), for the interval type identified by the index coiOtnFarEndIntervalType and the interval number as identified by coiOtnFarEndIntervalNum. The PM statistics is the accumlated stats for the time period defined by the interval type in the time interval as defined by interval number.
                     coiOtnFarEndIntervalEntry 1.3.6.1.4.1.9.9.639.1.2.6.1 no-access
An entry containing managment information on far end error/statistics counters such as Failure Counts, Errored Seconds...etc in the given interval
                         coiOtnFarEndIntervalType 1.3.6.1.4.1.9.9.639.1.2.6.1.1 coiintervaltype no-access
This object gives the interval type during which the far end performance statistics are accumulated.
                         coiOtnFarEndIntervalMonType 1.3.6.1.4.1.9.9.639.1.2.6.1.2 coimonitortype no-access
This object gives the part of optical network for which far end OTN performance statistics are being monitored.
                         coiOtnFarEndIntervalNum 1.3.6.1.4.1.9.9.639.1.2.6.1.3 integer32 no-access
This object identifies the interval for which the set of far end OTN performance values for this interface is available. The interval identified by 1 is the most recent 15 minute or 24 hour interval, and the interval identified by N is the interval immediately preceding the one identified by N-1.
                         coiOtnFarEndIntervalFCs 1.3.6.1.4.1.9.9.639.1.2.6.1.4 counter32 read-only
The counter associated with the number of Failures encountered on the far end of interface in the interval identified by coiOtnFarEndIntervalType and coiOtnFarEndIntervalNum.
                         coiOtnFarEndIntervalESs 1.3.6.1.4.1.9.9.639.1.2.6.1.5 counter32 read-only
The counter associated with the number of Errored Seconds encountered on far end of interface in the interval identified by coiOtnFarEndIntervalType and coiOtnFarEndIntervalNum.
                         coiOtnFarEndIntervalSESs 1.3.6.1.4.1.9.9.639.1.2.6.1.6 counter32 read-only
The counter associated with the number of Severely Errored Seconds encountered on far end interface in the interval identified by coiOtnFarEndIntervalType and coiOtnFarEndIntervalNum.
                         coiOtnFarEndIntervalUASs 1.3.6.1.4.1.9.9.639.1.2.6.1.7 counter32 read-only
The counter associated with the number of Unavailable Seconds encountered on far end of interface in the interval identified by coiOtnFarEndIntervalType and coiOtnFarEndIntervalNum.
                         coiOtnFarEndIntervalBBEs 1.3.6.1.4.1.9.9.639.1.2.6.1.8 counter32 read-only
The counter associated with the number of Background Block Errors encountered on far end of interface in the interval identified by coiOtnFarEndIntervalType and coiOtnFarEndIntervalNum.
                         coiOtnFarEndIntervalESRs 1.3.6.1.4.1.9.9.639.1.2.6.1.9 counter32 read-only
The counter associated with the Errored Seconds Ratio on far end of interface in the interval identified by coiOtnFarEndIntervalType and coiOtnFarEndIntervalNum. Display value multiplied by 10^5.
                         coiOtnFarEndIntervalSESRs 1.3.6.1.4.1.9.9.639.1.2.6.1.10 counter32 read-only
The counter associated with the Severely Errored Seconds ratio on far end of interface in the interval identified by coiOtnFarEndIntervalType and coiOtnFarEndIntervalNum. Display value multiplied by 10^5.
                         coiOtnFarEndIntervalBBERs 1.3.6.1.4.1.9.9.639.1.2.6.1.11 counter32 read-only
The counter associated with the Background Block Errors ratio on far end of interface in the interval identified by coiOtnFarEndIntervalType and coiOtnFarEndIntervalNum. Display value multiplied by 10^5.
                         coiOtnFarEndIntervalValidData 1.3.6.1.4.1.9.9.639.1.2.6.1.12 truthvalue read-only
This variable indicates if the far end data for the interval identified by coiOtnFarEndIntervalType and coiOtnFarEndIntervalNum is valid.
                 coiOtnIfNotifEnabled 1.3.6.1.4.1.9.9.639.1.2.7 truthvalue read-write
This object controls the generation of coiOtnIfOTUStatusChange and coiOtnIfODUStatusChange notifications. If the value of this object is 'true', then the generation of coiOtnIfOTUStatusChange and coiOtnIfODUStatusChange notifications is enabled. If the value of this object is 'false', then the generation of coiOtnIfOTUStatusChange and coiOtnIfODUStatusChange notifications is disabled.
             coiDwdmIfFEC 1.3.6.1.4.1.9.9.639.1.3
                 coiFECThresholdsTable 1.3.6.1.4.1.9.9.639.1.3.1 no-access
This table contains the configurable thresholds for FEC ( Forward Error Correction ) statistics.
                     coiFECThresholdsEntry 1.3.6.1.4.1.9.9.639.1.3.1.1 no-access
An entry containing management information for configuration of FEC thresholds. Entries can be created for ifIndices with an ifType of opticalChannel(195). Thresholds are created/destroyed, through the entry's RowStatus object semantics. The coiFECThreshIntervalType defines the time interval over which the data being monitored is accumulated for which the threshold is to be applied. The coiFECThreshType defines the specific threshold type value, which the threshold refers to.
                         coiFECThreshIntervalType 1.3.6.1.4.1.9.9.639.1.3.1.1.1 coiintervaltype no-access
This object gives the type of the interval for which the thresholds are being set.
                         coiFECThreshType 1.3.6.1.4.1.9.9.639.1.3.1.1.2 integer no-access
This object gives the type of the FEC Threshold that is being set. Valid values are - bitErrCor(1) : Bit Errors Corrected byteErrcor(2) : Byte Errors Corrected zeroErrDet(3) : Zero Bit Errors Detected oneErrDet(4) : One Bit Errors Detected unCorWords(5) : Un Correctable Words Enumeration: 'unCorWords': 5, 'bitErrCor': 1, 'zeroErrDet': 3, 'oneErrDet': 4, 'byteErrcor': 2.
                         coiFECThreshValue 1.3.6.1.4.1.9.9.639.1.3.1.1.3 unsigned32 read-only
This object is used for configuring the FEC threshold value for the given threshold type.
                         coiFECThreshStorageType 1.3.6.1.4.1.9.9.639.1.3.1.1.4 storagetype read-only
The storage type for this conceptual row.
                         coiFECThreshStatus 1.3.6.1.4.1.9.9.639.1.3.1.1.5 rowstatus read-only
This object controls the creation and deletion of a conceptual row in this table.The RowStatus TC requires that this DESCRIPTION clause states under which circumstances other objects in this row can be modified. The value of this object has no effect on whether other objects in this conceptual row can be modified. A conceptual row can not be made active until atleast coiFECThreshValueLSB has been set to a valid threshold value.
                 coiFECCurrentTable 1.3.6.1.4.1.9.9.639.1.3.2 no-access
This table contains the cumulative FEC PM stats for the interfaces of ifType opticalChannel(195) for the current interval of interval type identified coiFECCurIntervalType.
                     coiFECCurrentEntry 1.3.6.1.4.1.9.9.639.1.3.2.1 no-access
An entry containing managment information on FEC related error/statistics counters such as Bit Errors Corrected, Byte Errors Corrected etc in the current interval.
                         coiFECCurIntervalType 1.3.6.1.4.1.9.9.639.1.3.2.1.1 coiintervaltype no-access
This object gives the interval type during which the FEC PM statistics have been collected.
                         coiFECCurrentCorBitErrs 1.3.6.1.4.1.9.9.639.1.3.2.1.2 counter64 read-only
The counter associated with the number of Bit Errors Corrected on this interface in the current interval of type coiFECCurIntervalType.
                         coiFECCurrentCorByteErrs 1.3.6.1.4.1.9.9.639.1.3.2.1.3 counter64 read-only
The counter associated with the number of Byte Errors Corrected on this interface in the current interval of type coiFECCurIntervalType.
                         coiFECCurrentDetZeroErrs 1.3.6.1.4.1.9.9.639.1.3.2.1.4 counter64 read-only
The counter associated with the number of zero bit errors detected on this interface in the current interval of type coiFECCurIntervalType.
                         coiFECCurrentDetOneErrs 1.3.6.1.4.1.9.9.639.1.3.2.1.5 counter64 read-only
The counter associated with the number of one bit errors detected on this interface in the current interval of type coiFECCurIntervalType.
                         coiFECCurrentUncorWords 1.3.6.1.4.1.9.9.639.1.3.2.1.6 counter64 read-only
The counter associated with the number of Uncorrectable Words encountered on this interface in the current interval of type coiFECCurIntervalType.
                         coiFECCurrentPreFECMin 1.3.6.1.4.1.9.9.639.1.3.2.1.7 snmpadminstring read-only
The minimum value of PreFEC on this interface in the current interval of type coiFECCurIntervalType.
                         coiFECCurrentPreFECMax 1.3.6.1.4.1.9.9.639.1.3.2.1.8 snmpadminstring read-only
The maximum value of PreFEC on this interface in the current interval of type coiFECCurIntervalType.
                         coiFECCurrentPreFECAvg 1.3.6.1.4.1.9.9.639.1.3.2.1.9 snmpadminstring read-only
The average value of PreFEC on this interface in the current interval of type coiFECCurIntervalType.
                         coiFECCurrentPostFECMin 1.3.6.1.4.1.9.9.639.1.3.2.1.10 snmpadminstring read-only
The minimum value of PostFEC on this interface in the current interval of type coiFECCurIntervalType.
                         coiFECCurrentPostFECMax 1.3.6.1.4.1.9.9.639.1.3.2.1.11 snmpadminstring read-only
The maximum value of PostFEC on this interface in the current interval of type coiFECCurIntervalType.
                         coiFECCurrentPostFECAvg 1.3.6.1.4.1.9.9.639.1.3.2.1.12 snmpadminstring read-only
The average value of PostFEC on this interface in the current interval of type coiFECCurIntervalType.
                         coiFECCurrentQFactorMin 1.3.6.1.4.1.9.9.639.1.3.2.1.13 snmpadminstring read-only
The minimum value of QFactor on this interface in the current interval of type coiFECCurIntervalType.
                         coiFECCurrentQFactorMax 1.3.6.1.4.1.9.9.639.1.3.2.1.14 snmpadminstring read-only
The maximum value of QFactor on this interface in the current interval of type coiFECCurIntervalType.
                         coiFECCurrentQFactorAvg 1.3.6.1.4.1.9.9.639.1.3.2.1.15 snmpadminstring read-only
The average value of QFactor on this interface in the current interval of type coiFECCurIntervalType.
                         coiFECCurrentQMarginMin 1.3.6.1.4.1.9.9.639.1.3.2.1.16 snmpadminstring read-only
The minimum value of QMargin on this interface in the current interval of type coiFECCurIntervalType.
                         coiFECCurrentQMarginMax 1.3.6.1.4.1.9.9.639.1.3.2.1.17 snmpadminstring read-only
The maximum value of QMargin on this interface in the current interval of type coiFECCurIntervalType.
                         coiFECCurrentQMarginAvg 1.3.6.1.4.1.9.9.639.1.3.2.1.18 snmpadminstring read-only
The average value of QMargin on this interface in the current interval of type coiFECCurIntervalType.
                 coiFECIntervalTable 1.3.6.1.4.1.9.9.639.1.3.3 no-access
This table contains historical cumulative FEC PM stats for the interfaces of ifType opticalChannel(195), for the interval type identified by the index coiFECIntervalType and the interval number as identified by index coiFECIntervalNum. The PM statistics is the accumlated stats for the time period defined by the interval type in the time interval as defined by interval number.
                     coiFECIntervalEntry 1.3.6.1.4.1.9.9.639.1.3.3.1 no-access
An entry containing managment information on FEC error/statistics counters such as Bit Errors Corrected, Byte Errors Corrected etc in the given interval.
                         coiFECIntervalType 1.3.6.1.4.1.9.9.639.1.3.3.1.1 coiintervaltype no-access
This object gives the type of interval for which the FEC values have been collected.
                         coiFECIntervalNum 1.3.6.1.4.1.9.9.639.1.3.3.1.2 integer32 no-access
This object gives the interval for which the set of FEC PM values are available. The interval identified by 1 is the most recent 15 minute or 24 hour interval, and the interval identified by N is the interval immediately preceding the one identified by N-1.
                         coiFECIntervalCorBitErrs 1.3.6.1.4.1.9.9.639.1.3.3.1.3 counter64 read-only
The counter associated with the number of Bit Errors Corrected in the interval identified by coiFECIntervalType and coiFECIntervalNum.
                         coiFECIntervalCorByteErrs 1.3.6.1.4.1.9.9.639.1.3.3.1.4 counter64 read-only
The counter associated with the number of Byte Errors Corrected on this interface in the interval identified by coiFECIntervalType and coiFECIntervalNum.
                         coiFECIntervalDetZeroErrs 1.3.6.1.4.1.9.9.639.1.3.3.1.5 counter64 read-only
The counter associated with the number of zero bit errors detected on this interface in the interval identified by coiFECIntervalType and coiFECIntervalNum.
                         coiFECIntervalDetOneErrs 1.3.6.1.4.1.9.9.639.1.3.3.1.6 counter64 read-only
The counter associated with the number of one bit errors detected on this interface in the interval identified by coiFECIntervalType and coiFECIntervalNum.
                         coiFECIntervalUncorWords 1.3.6.1.4.1.9.9.639.1.3.3.1.7 counter64 read-only
The counter associated with the number of Uncorrectable Words encountered on this interface in the interval identified by coiFECIntervalType and coiFECIntervalNum.
                         coiFECIntervalValidData 1.3.6.1.4.1.9.9.639.1.3.3.1.8 truthvalue read-only
This object indicates whether the data for the interval identified by coiFECIntervalType and coiFECIntervalNum is valid.
                         coiFECIntervalPreFECMin 1.3.6.1.4.1.9.9.639.1.3.3.1.9 snmpadminstring read-only
The minimum value of PreFEC on this interface in the interval identified by coiFECIntervalType and coiFECIntervalNum.
                         coiFECIntervalPreFECMax 1.3.6.1.4.1.9.9.639.1.3.3.1.10 snmpadminstring read-only
The maximum value of PreFEC on this interface in the interval identified by coiFECIntervalType and coiFECIntervalNum.
                         coiFECIntervalPreFECAvg 1.3.6.1.4.1.9.9.639.1.3.3.1.11 snmpadminstring read-only
The average value of PreFEC on this interface in the interval identified by coiFECIntervalType and coiFECIntervalNum.
                         coiFECIntervalPostFECMin 1.3.6.1.4.1.9.9.639.1.3.3.1.12 snmpadminstring read-only
The minimum value of PostFEC on this interface in the interval identified by coiFECIntervalType and coiFECIntervalNum.
                         coiFECIntervalPostFECMax 1.3.6.1.4.1.9.9.639.1.3.3.1.13 snmpadminstring read-only
The maximum value of PostFEC on this interface in the interval identified by coiFECIntervalType and coiFECIntervalNum.
                         coiFECIntervalPostFECAvg 1.3.6.1.4.1.9.9.639.1.3.3.1.14 snmpadminstring read-only
The average value of PostFEC on this interface in the interval identified by coiFECIntervalType and coiFECIntervalNum.
                         coiFECIntervalQFactorMin 1.3.6.1.4.1.9.9.639.1.3.3.1.15 snmpadminstring read-only
The minimum value of QFactor on this interface in the interval identified by coiFECIntervalType and coiFECIntervalNum.
                         coiFECIntervalQFactorMax 1.3.6.1.4.1.9.9.639.1.3.3.1.16 snmpadminstring read-only
The maximum value of QFactor on this interface in the interval identified by coiFECIntervalType and coiFECIntervalNum.
                         coiFECIntervalQFactorAvg 1.3.6.1.4.1.9.9.639.1.3.3.1.17 snmpadminstring read-only
The average value of QFactor on this interface in the interval identified by coiFECIntervalType and coiFECIntervalNum.
                         coiFECIntervalQMarginMin 1.3.6.1.4.1.9.9.639.1.3.3.1.18 snmpadminstring read-only
The minimum value of QMargin on this interface in the interval identified by coiFECIntervalType and coiFECIntervalNum.
                         coiFECIntervalQMarginMax 1.3.6.1.4.1.9.9.639.1.3.3.1.19 snmpadminstring read-only
The maximum value of QMargin on this interface in the interval identified by coiFECIntervalType and coiFECIntervalNum.
                         coiFECIntervalQMarginAvg 1.3.6.1.4.1.9.9.639.1.3.3.1.20 snmpadminstring read-only
The average value of QMargin on this interface in the interval identified by coiFECIntervalType and coiFECIntervalNum.
         ciscoOtnIfMIBConformance 1.3.6.1.4.1.9.9.639.2
             ciscoOtnIfMIBCompliances 1.3.6.1.4.1.9.9.639.2.1
                 ciscoOtnIfMIBCompliance 1.3.6.1.4.1.9.9.639.2.1.1
The compliance statement for platforms that monitor the operating status and FEC/OTN with respect to error counters, for the physical layer.
                 ciscoOtnIfMIBCompliance1 1.3.6.1.4.1.9.9.639.2.1.2
The compliance statement for platforms that monitor the operating status and FEC/OTN with respect to error counters, for the physical layer.
                 ciscoOtnIfMIBCompliance2 1.3.6.1.4.1.9.9.639.2.1.3
The compliance statement for platforms that monitor the operating status and FEC/OTN with respect to error counters, for the physical layer.
             ciscoOtnIfMIBGroups 1.3.6.1.4.1.9.9.639.2.2
                 coiIfControllerGroup 1.3.6.1.4.1.9.9.639.2.2.1
The collection of objects to allow configurations and give information related to the physical layer characteristics for interfaces of ifType opticalChannel(195).
                 coiIfOtnNearEndCurrentGroup 1.3.6.1.4.1.9.9.639.2.2.3
The collection of objects used for monitoring the near end OTN error counters in the current interval.
                 coiIfOtnNearEndIntervalGroup 1.3.6.1.4.1.9.9.639.2.2.4
The collection of objects used for monitoring the near end OTN error counters in a given interval.
                 coiIfOtnFarEndCurrentGroup 1.3.6.1.4.1.9.9.639.2.2.5
The collection of objects used for monitoring the far end OTN error counters in the current interval.
                 coiIfOtnFarEndIntervalGroup 1.3.6.1.4.1.9.9.639.2.2.6
The collection of objects used for monitoring the far end OTN error counters in a given interval.
                 coiIfOtnGroup 1.3.6.1.4.1.9.9.639.2.2.7
The collection of objects used for monitoring the OTN error counters.
                 coiIfFECGroup 1.3.6.1.4.1.9.9.639.2.2.8
The collection objects used for monitoring the FEC error counters.
                 coiIfFECCurrentGroup 1.3.6.1.4.1.9.9.639.2.2.9
The collection of objects used for monitoring the FEC error counters in the current interval.coiIfFECCurrentGroup object is superseded by coiIfFECCurrentGroup1.
                 coiIfFECIntervalGroup 1.3.6.1.4.1.9.9.639.2.2.10
The collection of objects used for monitoring the FEC error counters in a given interval . coiIfFECIntervalGroup object is superseded by coiIfFECIntervalGroup1.
                 coiIfOtnNotifEnableGroup 1.3.6.1.4.1.9.9.639.2.2.11
The collection of objects to enable the notification generations upon an OTN interface's defect status change on OTU and ODU layer.
                 coiIfOtnNotifStatusObjectGroup 1.3.6.1.4.1.9.9.639.2.2.12
The collection of objects used to monitor the defect status of OTU and ODU layer on an OTN interface.
                 coiIfOtnNotifGroup 1.3.6.1.4.1.9.9.639.2.2.13
The collection of OTN status change notifications whenever the defect status of OTU and ODU layer on an OTN interface changes.
                 coiIfFECCurrentGroup1 1.3.6.1.4.1.9.9.639.2.2.14
The collection of objects used for monitoring the FEC error counters in the current interval.
                 coiIfFECIntervalGroup1 1.3.6.1.4.1.9.9.639.2.2.15
The collection of objects used for monitoring the FEC error counters in a given interval .