CISCO-OPTICAL-MONITOR-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-OPTICAL-MONITOR-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
 ciscoOpticalMonitorMIB 1.3.6.1.4.1.9.9.264
This MIB module defines objects to monitor optical characteristics and set corresponding thresholds on the optical interfaces in a network element.
         cOpticalMonitorMIBObjects 1.3.6.1.4.1.9.9.264.1
             cOpticalMonGroup 1.3.6.1.4.1.9.9.264.1.1
                 cOpticalMonTable 1.3.6.1.4.1.9.9.264.1.1.1 no-access
This table provides objects to monitor optical parameters in a network element. It also provides objects for setting high and low threshold levels, with configurable severities, on these monitored parameters.
                     cOpticalMonEntry 1.3.6.1.4.1.9.9.264.1.1.1.1 no-access
An entry in the cOpticalMonTable provides objects to monitor an optical parameter and set threshold levels on that parameter, at an optical interface. Note that the set of monitored optical parameters may vary based on interface type, direction, and monitoring location. Examples of interfaces that can have an entry in this table include optical transceivers, interfaces before and after optical amplifiers, and interfaces before and after optical attenuators.
                         cOpticalMonDirection 1.3.6.1.4.1.9.9.264.1.1.1.1.1 opticalifdirection no-access
This object indicates the direction monitored for the optical interface, in this entry.
                         cOpticalMonLocation 1.3.6.1.4.1.9.9.264.1.1.1.1.2 opticalifmonlocation no-access
This object indicates whether the optical characteristics are measured before or after adjustment (e.g. optical amplification or attenuation), at this interface.
                         cOpticalMonParameterType 1.3.6.1.4.1.9.9.264.1.1.1.1.3 opticalparametertype no-access
This object specifies the optical parameter that is being monitored in this entry.
                         cOpticalParameterValue 1.3.6.1.4.1.9.9.264.1.1.1.1.4 opticalparametervalue read-only
This object gives the value measured for the particular optical parameter specified by the cOpticalMonParameterType object.
                         cOpticalParamHighAlarmThresh 1.3.6.1.4.1.9.9.264.1.1.1.1.5 opticalparametervalue read-write
This object is used to set a high alarm threshold on the optical parameter being monitored. An alarm condition will be raised if the value given by cOpticalParameterValue goes from below the value configured in this object to above the value configured in this object, or if the initial value of cOpticalParameterValue exceeds the value configured in this object. For network elements that incorporate a soak time in the status indications, this alarm will be indicated in the cOpticalParamAlarmStatus object only after it persists for a period of time that equals the set soak interval. The severity level of the alarm is specified by the cOpticalParamHighAlarmSev object. When the cOpticalMonParameterType object is set to 'power' for the receive direction at a transceiver, this object specifies the receiver saturation level.
                         cOpticalParamHighAlarmSev 1.3.6.1.4.1.9.9.264.1.1.1.1.6 opticalalarmseverity read-write
This object is used to specify a severity level associated with the high alarm threshold given by the cOpticalParamHighAlarmThresh object. The values 'notAlarmed', 'notReported', and 'cleared' do not apply. The severity level configured in this object must be higher than the level configured in the cOpticalParamHighWarningSev object.
                         cOpticalParamHighWarningThresh 1.3.6.1.4.1.9.9.264.1.1.1.1.7 opticalparametervalue read-write
This object is used to set a high warning threshold on the optical parameter being monitored. A threshold crossing condition will be indicated if the value given by cOpticalParameterValue goes from below the value configured in this object to above the value configured in this object, or if the initial value of cOpticalParameterValue exceeds the value configured in this object. For network elements that incorporate a soak time in the status indications, this threshold violation will be indicated in the cOpticalParamAlarmStatus object only after it persists for a period of time that equals the set soak interval. This threshold crossing may or may not be alarmed or reported, based on the severity level specified by the cOpticalParamHighWarningSev object.
                         cOpticalParamHighWarningSev 1.3.6.1.4.1.9.9.264.1.1.1.1.8 opticalalarmseverity read-write
This object is used to specify a severity level associated with the high warning threshold given by the cOpticalParamHighWarningThresh object. The values 'critical', 'major', and 'cleared' do not apply. The severity level configured in this object must be lower than the level configured in the cOpticalParamHighAlarmSev object. If this object is set to 'notReported', no notifications will be generated when this threshold is exceeded, irrespective of the value configured in the cOpticalNotifyEnable object.
                         cOpticalParamLowAlarmThresh 1.3.6.1.4.1.9.9.264.1.1.1.1.9 opticalparametervalue read-write
This object is used to set a low alarm threshold on the optical parameter being monitored. An alarm condition will be raised if the value given by cOpticalParameterValue goes from above the value configured in this object to below the value configured in this object, or if the initial value of cOpticalParameterValue is lower than the value configured in this object. For network elements that incorporate a soak time in the status indications, this alarm will be indicated in the cOpticalParamAlarmStatus object only after it persists for a period of time that equals the set soak interval. The severity level of this alarm is specified by the cOpticalParamLowAlarmSev object. When the cOpticalMonParameterType object is set to 'power' for the receive direction and when the interface supports alarms based on loss of light, this object specifies the optical power threshold for declaring loss of light. Also, when optical amplifiers are present in the network, in the receive direction, this value may need to be configured, since the noise floor may be higher than the minimum sensitivity of the receiver.
                         cOpticalParamLowAlarmSev 1.3.6.1.4.1.9.9.264.1.1.1.1.10 opticalalarmseverity read-write
This object is used to specify a severity level associated with the low alarm threshold given by the cOpticalParamLowAlarmThresh object. The values 'notAlarmed', 'notReported', and 'cleared' do not apply. The severity level configured in this object must be higher than the level configured in the cOpticalParamLowWarningSev object.
                         cOpticalParamLowWarningThresh 1.3.6.1.4.1.9.9.264.1.1.1.1.11 opticalparametervalue read-write
This object is used to set a low warning threshold on the optical parameter being monitored. A threshold crossing condition will be indicated if the value given by cOpticalParameterValue goes from above the value configured in this object to below the value configured in this object, or if the initial value of cOpticalParameterValue object is lower than the value configured in this object. For network elements that incorporate a soak time in the status indications, this threshold violation will be indicated in the cOpticalParamAlarmStatus object only after it persists for a period of time that equals the set soak interval. This threshold crossing may or may not be alarmed or reported, based on the severity level specified by the cOpticalParamLowWarningSev object.
                         cOpticalParamLowWarningSev 1.3.6.1.4.1.9.9.264.1.1.1.1.12 opticalalarmseverity read-write
This object is used to specify a severity level associated with the low warning threshold given by the cOpticalParamLowWarningThresh object. The values 'critical', 'major', and 'cleared' do not apply. The severity level configured in this object must be lower than the level configured in the cOpticalParamLowAlarmSev object. If this object is set to 'notReported', no notifications will be generated when this threshold is exceeded, irrespective of the value configured in the cOpticalNotifyEnable object.
                         cOpticalParamAlarmStatus 1.3.6.1.4.1.9.9.264.1.1.1.1.13 opticalalarmstatus read-only
This object is used to indicate the current status of the thresholds for the monitored optical parameter on the interface. If a threshold is currently being exceeded on the interface, the corresponding bit in this object will be set to 1. Otherwise, the bit will be set to 0.
                         cOpticalParamAlarmCurMaxThresh 1.3.6.1.4.1.9.9.264.1.1.1.1.14 opticalparametervalue read-only
This object indicates the threshold value of the highest severity threshold that is currently being exceeded on the interface, for the optical parameter. If no threshold value is currently being exceeded, then the value '-1000000' is returned.
                         cOpticalParamAlarmCurMaxSev 1.3.6.1.4.1.9.9.264.1.1.1.1.15 opticalalarmseverity read-only
This object indicates the maximum severity of any thresholds that are currently being exceeded on the interface, for the optical parameter.
                         cOpticalParamAlarmLastChange 1.3.6.1.4.1.9.9.264.1.1.1.1.16 timestamp read-only
This object specifies the value of sysUpTime at the last time a threshold related to a particular optical parameter was exceeded or cleared on the interface.
                         cOpticalMon15MinValidIntervals 1.3.6.1.4.1.9.9.264.1.1.1.1.17 unsigned32 read-only
This object gives the number of previous 15 minute intervals for which valid performance monitoring data has been stored on the interface. 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 previous 15 minute intervals for which the agent has some data.
                         cOpticalMon24HrValidIntervals 1.3.6.1.4.1.9.9.264.1.1.1.1.18 unsigned32 read-only
This object gives the number of previous 24 hour intervals for which valid performance monitoring data has been stored on the interface. The value of this object will be 0 if the measurement was (re-)started within the last 24 hours, or 1 otherwise.
                         cOpticalParamThreshSource 1.3.6.1.4.1.9.9.264.1.1.1.1.19 bits read-write
This object indicates if the current value of a particular threshold in this entry is user configured value or it is a system default value. It also allows user to specify the list of thresholds for this entry which should be restored to their system default values. The bit 'highAlarmThresh' corresponds to the object cOpticalParamHighAlarmThresh. The bit 'highWarnThresh' corresponds to the object cOpticalParamHighWarningThresh. The bit 'lowAlarmThresh' corresponds to the object cOpticalParamLowAlarmThresh. The bit 'lowWarnThresh' corresponds to the object cOpticalParamLowWarningThresh. A value of 0 for a bit indicates that corresponding object has system default value of threshold. A value of 1 for a bit indicates that corresponding object has user configured threshold value. A user may only change value of each of the bits to zero. Setting a bit to 0 will reset the corresponding threshold to its default value. System will change a bit from 0 to 1 when its corresponding threshold is changed by user from its default to any other value. Bits: 'highAlarmDefThresh': 0, 'lowWarnDefThresh': 3, 'highWarnDefThresh': 1, 'lowAlarmDefThresh': 2.
                 cOpticalNotifyEnable 1.3.6.1.4.1.9.9.264.1.1.2 opticalalarmseverityorzero read-write
This object specifies the minimum severity threshold governing the generation of cOpticalMonParameterStatus notifications. For example, if the value of this object is set to 'major', then the agent generates these notifications if and only if the severity of the alarm being indicated is 'major' or 'critical'. The values of 'notReported', and 'cleared' do not apply. The value of '0' disables the generation of notifications.
                 cOpticalMonEnable 1.3.6.1.4.1.9.9.264.1.1.3 bits read-write
This object specifies the types of transceivers for which optical monitoring is enabled. A value of 1 for the bit 'all', specifies that optical monitoring functionality is enabled for all the types of transceivers which are supported by system and have optical monitoring capability. Bits: 'all': 0.
                 cOpticalMonPollInterval 1.3.6.1.4.1.9.9.264.1.1.4 unsigned32 read-write
This object specifies the interval in minutes after which optical transceiver data will be polled by system repeatedly and updated in cOpticalMonTable when one or more bits in cOpticalMonEnable is set.
                 cOpticalMonIfTable 1.3.6.1.4.1.9.9.264.1.1.5 no-access
This table contains the list of optical interfaces populated in cOpticalMonTable.
                     cOpticalMonIfEntry 1.3.6.1.4.1.9.9.264.1.1.5.1 no-access
An entry containing the information for a particular optical interface.
                         cOpticalMonIfTimeInSlot 1.3.6.1.4.1.9.9.264.1.1.5.1.1 unsigned32 read-only
This object indicates when this optical transceiver was detected by the system.
             cOpticalPMGroup 1.3.6.1.4.1.9.9.264.1.2
                 cOpticalPMCurrentTable 1.3.6.1.4.1.9.9.264.1.2.1 no-access
This table contains performance monitoring data for the various optical parameters, collected over the current 15 minute or the current 24 hour interval.
                     cOpticalPMCurrentEntry 1.3.6.1.4.1.9.9.264.1.2.1.1 no-access
An entry in the cOpticalPMCurrentTable. It contains performance monitoring data for a monitored optical parameter at an interface, collected over the current 15 minute or the current 24 hour interval. Note that the set of monitored optical parameters may vary based on interface type, direction, and monitoring location. Examples of interfaces that can have an entry in this table include optical transceivers, interfaces before and after optical amplifiers, and interfaces before and after optical attenuators.
                         cOpticalPMCurrentPeriod 1.3.6.1.4.1.9.9.264.1.2.1.1.1 opticalpmperiod no-access
This object indicates whether the optical parameter values given in this entry are collected over the current 15 minute or the current 24 hour interval.
                         cOpticalPMCurrentDirection 1.3.6.1.4.1.9.9.264.1.2.1.1.2 opticalifdirection no-access
This object indicates the direction monitored for the optical interface, in this entry.
                         cOpticalPMCurrentLocation 1.3.6.1.4.1.9.9.264.1.2.1.1.3 opticalifmonlocation no-access
This object indicates whether the optical characteristics are measured before or after adjustment (e.g. optical amplification or attenuation), at this interface.
                         cOpticalPMCurrentParamType 1.3.6.1.4.1.9.9.264.1.2.1.1.4 opticalparametertype no-access
This object specifies the optical parameter that is being monitored, in this entry.
                         cOpticalPMCurrentMaxParam 1.3.6.1.4.1.9.9.264.1.2.1.1.5 opticalparametervalue read-only
This object gives the maximum value measured for the monitored optical parameter, in the current 15 minute or the current 24 hour interval.
                         cOpticalPMCurrentMinParam 1.3.6.1.4.1.9.9.264.1.2.1.1.6 opticalparametervalue read-only
This object gives the minimum value measured for the monitored optical parameter, in the current 15 minute or the current 24 hour interval.
                         cOpticalPMCurrentMeanParam 1.3.6.1.4.1.9.9.264.1.2.1.1.7 opticalparametervalue read-only
This object gives the average value of the monitored optical parameter, in the current 15 minute or the current 24 hour interval.
                         cOpticalPMCurrentUnavailSecs 1.3.6.1.4.1.9.9.264.1.2.1.1.8 integer32 read-only
This object is used to indicate the number of seconds, in the current 15 minute or the current 24 hour interval, for which the optical performance data is not accounted for. In the receive direction, the performance data could be unavailable during these periods for multiple reasons like the interface being administratively down or if there is a Loss of Light alarm on the interface. In the transmit direction, performance data could be unavailable when the laser is shutdown.
                 cOpticalPMIntervalTable 1.3.6.1.4.1.9.9.264.1.2.2 no-access
This table stores performance monitoring data for the various optical parameters, collected over previous intervals. This table can have entries for one complete 24 hour interval and up to 96 complete 15 minute intervals. A system is required to store at least 4 completed 15 minute intervals. The number of valid 15 minute intervals in this table is indicated by the cOpticalMon15MinValidIntervals object and the number of valid 24 hour intervals is indicated by the cOpticalMon24HrValidIntervals object.
                     cOpticalPMIntervalEntry 1.3.6.1.4.1.9.9.264.1.2.2.1 no-access
An entry in the cOpticalPMIntervalTable. It contains performance monitoring data for an optical parameter, collected over a previous interval. Note that the set of monitored optical parameters may vary based on interface type, direction, and monitoring location. Examples of interfaces that can have an entry in this table include optical transceivers, interfaces before and after optical amplifiers, and interfaces before and after optical attenuators.
                         cOpticalPMIntervalPeriod 1.3.6.1.4.1.9.9.264.1.2.2.1.1 opticalpmperiod no-access
This object indicates whether the optical parameter values, given in this entry, are collected over a period of 15 minutes or 24 hours.
                         cOpticalPMIntervalNumber 1.3.6.1.4.1.9.9.264.1.2.2.1.2 integer32 no-access
A number between 1 and 96, which identifies the interval for which the set of optical parameter values is available. The interval identified by 1 is the most recently completed 15 minute or 24 hour interval, and the interval identified by N is the interval immediately preceding the one identified by N-1.
                         cOpticalPMIntervalDirection 1.3.6.1.4.1.9.9.264.1.2.2.1.3 opticalifdirection no-access
This object indicates the direction monitored for the optical interface, in this entry.
                         cOpticalPMIntervalLocation 1.3.6.1.4.1.9.9.264.1.2.2.1.4 opticalifmonlocation no-access
This object indicates whether the optical characteristics are measured before or after adjustment (e.g. optical amplification or attenuation), at this interface.
                         cOpticalPMIntervalParamType 1.3.6.1.4.1.9.9.264.1.2.2.1.5 opticalparametertype no-access
This object specifies the optical parameter that is being monitored, in this entry.
                         cOpticalPMIntervalMaxParam 1.3.6.1.4.1.9.9.264.1.2.2.1.6 opticalparametervalue read-only
This object gives the maximum value measured for the optical parameter, in a particular 15 minute or 24 hour interval.
                         cOpticalPMIntervalMinParam 1.3.6.1.4.1.9.9.264.1.2.2.1.7 opticalparametervalue read-only
This object gives the minimum value measured for the optical parameter, in a particular 15 minute or 24 hour interval.
                         cOpticalPMIntervalMeanParam 1.3.6.1.4.1.9.9.264.1.2.2.1.8 opticalparametervalue read-only
This object gives the average value of the measured optical parameter, in a particular 15 minute or 24 hour interval.
                         cOpticalPMIntervalUnavailSecs 1.3.6.1.4.1.9.9.264.1.2.2.1.9 integer32 read-only
This object is used to indicate the number of seconds, in the particular 15 minute or 24 hour interval, for which the optical performance data is not accounted for. In the receive direction, the performance data could be unavailable during these periods for multiple reasons like the interface being administratively down or if there is a Loss of Light alarm on the interface. In the transmit direction, performance data could be unavailable when the laser is shutdown.
         cOpticalMonitorMIBNotifications 1.3.6.1.4.1.9.9.264.2
             cOpticalMonNotificationPrefix 1.3.6.1.4.1.9.9.264.2.0
                 cOpticalMonParameterStatus 1.3.6.1.4.1.9.9.264.2.0.1
This notification is sent when any threshold related to an optical parameter is exceeded or cleared on an interface. This notification may be suppressed under the following conditions: - depending on the value of the cOpticalNotifyEnable object, or - if the severity of the threshold as specified by the cOpticalParamHighWarningSev or cOpticalParamLowWarningSev object is 'notReported'.
         cOpticalMonitorMIBConformance 1.3.6.1.4.1.9.9.264.3
             cOpticalMonitorMIBCompliances 1.3.6.1.4.1.9.9.264.3.1
                 cOpticalMonitorMIBCompliance 1.3.6.1.4.1.9.9.264.3.1.1
The compliance statement for network elements that monitor optical characteristics and set thresholds on the optical interfaces in a network element.
                 cOpticalMonitorMIBComplianceRev 1.3.6.1.4.1.9.9.264.3.1.2
The compliance statement for network elements that monitor optical characteristics and set thresholds on the optical interfaces in a network element.
             cOpticalMonitorMIBGroups 1.3.6.1.4.1.9.9.264.3.2
                 cOpticalMIBMonGroup 1.3.6.1.4.1.9.9.264.3.2.1
A mandatory object that provides monitoring of optical characteristics.
                 cOpticalMIBThresholdGroup 1.3.6.1.4.1.9.9.264.3.2.2
A collection of objects that support thresholds on optical parameters and provide status information when the thresholds are exceeded or cleared.
                 cOpticalMIBSeverityGroup 1.3.6.1.4.1.9.9.264.3.2.3
A collection of objects that support severities for thresholds on optical parameters.
                 cOpticalMIBPMGroup 1.3.6.1.4.1.9.9.264.3.2.4
A collection of objects that provide optical performance monitoring data for 15 minute and 24 hour intervals.
                 cOpticalMIBNotifyEnableGroup 1.3.6.1.4.1.9.9.264.3.2.5
An object to control the generation of notifications.
                 cOpticalMIBNotifGroup 1.3.6.1.4.1.9.9.264.3.2.6
A notification generated when a threshold on an optical parameter is exceeded or cleared.
                 cOpticalMonIfTimeGroup 1.3.6.1.4.1.9.9.264.3.2.7
A collection of object(s) that provide time related information for transceivers in the system.
                 cOpticalMIBEnableConfigGroup 1.3.6.1.4.1.9.9.264.3.2.8
A collection of object(s) to enable/disable optical monitoring.
                 cOpticalMIBIntervalConfigGroup 1.3.6.1.4.1.9.9.264.3.2.9
A collection of object(s) to specify polling interval for monitoring optical transceivers.
                 cOpticalMonThreshSourceGroup 1.3.6.1.4.1.9.9.264.3.2.10
A collection of object(s) to restore a given threshold to its default value.