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

VENDOR: CISCO


 Home MIB: CISCO-OUTAGE-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
 ciscoOutageMIB 1.3.6.1.4.1.9.9.280
This MIB module describes, stores, and reports outage related information generated by individual hardware and software components comprising a router. They includes physical interfaces, logical interfaces, physical entities such as chassis, slots, modules, ports, power supplies, and fan, software processes running on each card, and logical entity, which can be defined by outage monitoring program, which are IOS software for each LC and RP, router device, and CPU utilization. The outage related information comprises entity or interface up and down, process start and abnormal or normal termination, unusually high CPU utilization caused, for example, by Denial of Service (DoS) attack, etc. The outage related event can be collected by means of Cisco's fault manager, Cisco's event manager, and syslog messages, etc. An outage manager maintains the following outage data for each component. 1) Accumulated Outage Time (AOT): total outage time of a component from the beginning of the measurement. 2) Number of Accumulated Failure (NAF): total number of failure instance from the beginning of the measurement. 3) Recording Start Time (RST): the date-time that the measurement process began against the object. Using aforementioned outage data, users can calculate and correlate to derive availability information as follows: 1) Component Availability: the probability that a component will operate when needed. = (1 - (Outage Time / Duration)) 2) DPM (Defects per Million): measure(s) of the defects of the system that have an immediate impact on the end-user. = ([AOTi / (Measurement Interval)] x 10**6) 3) MTTR(Mean Time To Recovery): expected average time to restore a failed component. = (AOTi / NAFi) 4) MTBF (Mean Time Between Failure): expected average time between failures of a component. = (T2 - RSTi) / NAFi 5) MTTF (Mean Time To Failure): the mean time to failure once the device starts working. = (MTBFi - MTTRi = (T2 - RSTi - AOTi) / NAFi) measurement 1 |<----------------->| | | System Up @------|-------------------|----> Time RSTi T2 At the beginning RSTi: tmp_AOT = AOTi (from the MIB polling); At the end T2: Duration = Current Time(T2) - RSTi; Outage Time = AOTj - tmp_AOT;
         ciscoOutageMIBObjects 1.3.6.1.4.1.9.9.280.1
             cOutageBasicInfo 1.3.6.1.4.1.9.9.280.1.1
                 cOutageApplVersion 1.3.6.1.4.1.9.9.280.1.1.1 snmpadminstring read-only
outage monitoring application version string. The format will be: 'Version.Release.Patch-Level: Textual-Description' For example: '1.0.0: Initial Outage Monitor Application'
                 cOutageNotificationsSent 1.3.6.1.4.1.9.9.280.1.1.2 counter32 read-only
The number of outage notifications that have been sent. This number may include notifications that were prevented from being transmitted due to reasons such as resource limitations and/or non-connectivity. If one is receiving notifications, one can periodically poll this object to determine if any notifications were missed. If missed, a poll of the cOutageHistoryTable might be necessary.
                 cOutageNotificationsEnabled 1.3.6.1.4.1.9.9.280.1.1.3 truthvalue read-write
This object indicates whether outage notifications will or will not be sent when an outage related event is generated by the device. Disabling notifications does not prevent outage event from being added to the cOutageHistoryTable.
                 cOutageNotificationFilterEnabled 1.3.6.1.4.1.9.9.280.1.1.4 truthvalue read-write
This object indicates whether certain outage related event notifications will or will not be sent when the cOutageNotificationsEnabled is TRUE. In the event structure, it is possible to have certain hierarchies such that an event causes several related events. The original event is called a root event and other related events are called sub-events. If it is enabled, only a root event notification will be sent out and all other related sub-events will be filtered out. The cOutageHistoryTable maintains only the root event. However, it does not prevent the object entries from being updated in the cOutageObjectTable. The filtering policy, which correlates a root event and the following sub-events, may vary and can be controlled by the configuration.
                 cOutageFilteredEvents 1.3.6.1.4.1.9.9.280.1.1.5 counter32 read-only
The number of events which were filtered out. This object can be utilized to determine how many following events got filtered out related to the notified event.
             cOutageHistory 1.3.6.1.4.1.9.9.280.1.2
                 cOutageHistTableSize 1.3.6.1.4.1.9.9.280.1.2.1 unsigned32 read-write
The upper limit on the number of entries that the cOutageHistoryTable may contain.
                 cOutageHistMsgsFlushed 1.3.6.1.4.1.9.9.280.1.2.2 counter32 read-only
The number of entries that have been removed from the cOutageHistoryTable in order to make room for new entries. The value of this object starts at '0' and monotonically increases for each flushed message. If the value of this object is '4294967295', the value will become '0'. This object can be utilized to determine whether your polling frequency on the history table is fast enough and/or the size of your history table is large enough such that you are not missing events.
                 cOutageHistoryTable 1.3.6.1.4.1.9.9.280.1.2.3 no-access
A table of outage related events generated by this router. Conceptual row entries are dynamically added into this table when outage related events occur. Entries are stored in FIFO order. When the maximum number of entries has been reached in the table, the oldest entry in the table is removed immediately. When a table is reduced to a smaller size N, the oldest entries are immediately removed from the table leaving a maximum of N entries.
                     cOutageHistoryEntry 1.3.6.1.4.1.9.9.280.1.2.3.1 no-access
This entry contains information about an outage related event which has been generated by this router.
                         cOutageEventIndex 1.3.6.1.4.1.9.9.280.1.2.3.1.1 unsigned32 no-access
An arbitrary non-zero integer value that uniquely identifies a COutageHistoryEntry in the table. The value of this table starts at '1' and monotonically increases for each object failure and recovery event received by the agent. If the value of this object is '4294967295', the agent will reset it to '1' upon receiving the next event.
                         cOutageEventObjectType 1.3.6.1.4.1.9.9.280.1.2.3.1.2 outagemonobjecttype read-only
This object specifies the monitored object's type. It comprises interface(1), physicalEntity(2), swProcess(3), remoteObject(4), and logicalEntity(5). The detailed description has been presented above in the OutageMonObjectType definition.
                         cOutageEventMonObjectIndex 1.3.6.1.4.1.9.9.280.1.2.3.1.3 unsigned32 read-only
This object identifies a specific index of the monitored object based upon the cOutageEventObjectType. If it is interface(1), it correlates the object with ifIndex in ifTable in the IF-MIB. If it is physicalEntity(2), it correlates the object with entPhysicalIndex in entPhysicalTable in the ENTITY-MIB. If it is swProcess(3), the value corresponds to an entry in the cOutageCpmMapTable, which correlates the object with cpmCPUTotalIndex and cpmProcessPID in cpmProcessTable in the CISCO-PROCESS-MIB. If it is remoteObject(4), the value corresponds to an entry in the cOutageRemoteObjMapTable, which correlates the object with its ID and description. If it is logicalEntity(5), the value corresponds to an entry in the cOutageLogicalObjMapTable, which correlates the object with the description. It also correlates the event entry with a specific entry in cOutageObjectTable.
                         cOutageEventTypeIndex 1.3.6.1.4.1.9.9.280.1.2.3.1.4 unsigned32 read-only
The type of outage related event. The value corresponds to an entry in the cOutageEventTypeMapTable.
                         cOutageEventTime 1.3.6.1.4.1.9.9.280.1.2.3.1.5 dateandtime read-only
This object specifies the date and time of the event was generated. The value of sysUpTime, which is reinitialized during the router boot-up, is not sufficient, since it shall be able to measure the outage time of the router failure over the measurement period.
                         cOutageEventInterval 1.3.6.1.4.1.9.9.280.1.2.3.1.6 unsigned32 read-only
Object that identifies the time duration between transitions in available state of a component. According to the cOutageEventTypeIndex, If the event type is up, the interval time from the last down time is TTR (Time To Recovery). Otherwise, the interval time from the last up is TTF (Time To Failure).
             cOutageDescription 1.3.6.1.4.1.9.9.280.1.3
                 cOutageEventTypeMapTable 1.3.6.1.4.1.9.9.280.1.3.1 no-access
A table containing information about cOutageEventTypeMapIndex value mapping. Each conceptual row specifies a unique mapping between a cOutageEventTypeMapIndex value, and an outage related event type.
                     cOutageEventTypeMapEntry 1.3.6.1.4.1.9.9.280.1.3.1.1 no-access
A mapping between an event type and an event description.
                         cOutageEventTypeMapIndex 1.3.6.1.4.1.9.9.280.1.3.1.1.1 unsigned32 no-access
This object uniquely identifies an event description.
                         cOutageEventTypeName 1.3.6.1.4.1.9.9.280.1.3.1.1.2 snmpadminstring read-only
The name of the outage related event.
                         cOutageEventTypeDescrText 1.3.6.1.4.1.9.9.280.1.3.1.1.3 snmpadminstring read-only
This object specifies a human-readable message describing information about the outage related event.
             cOutageMonObject 1.3.6.1.4.1.9.9.280.1.4
                 cOutageObjectTable 1.3.6.1.4.1.9.9.280.1.4.1 no-access
A table of monitored object entries generated by this router, which include interface, physical entry, and software process. The conceptual row entries are initially established during the monitoring start-up procedure based upon configuration set-up. The entries are also dynamically added into this table when a new object is detected. The entry information will be updated, when the outage related event occurs. The entry will be removed only by configuration reset.
                     cOutageObjectEntry 1.3.6.1.4.1.9.9.280.1.4.1.1 no-access
An entry containing outage related information applicable to a particular measurement object.
                         cOutageObjectType 1.3.6.1.4.1.9.9.280.1.4.1.1.1 outagemonobjecttype no-access
This object specifies the monitored object's type. It comprises interface(1), physicalEntity(2), swProcess(3), remoteObject(4), and logicalEntity(5). The detailed description has been presented above in the OutageMonObjectType definition.
                         cOutageMonitoredObjectIndex 1.3.6.1.4.1.9.9.280.1.4.1.1.2 unsigned32 no-access
This object identifies a specific index of the monitored object based upon the cOutageObjectType. If it is interface(1), it correlates the object with ifIndex in ifTable in the IF-MIB. If it is PhysicalEntity(2), it correlates the object with entPhysicalIndex in entPhysicalTable in the ENTITY-MIB. If it is SWProcess(3), the value corresponds to an entry in the cOutageCpmMapTable, which correlates the object with cpmCPUTotalIndex and cpmProcessPID in cpmProcessTable in the CISCO-PROCESS-MIB. If it is remoteObject(4), the value corresponds to an entry in the cOutageRemoteObjMapTable, which correlates the object with its ID and description. If it is logicalEntity(5), the value corresponds to an entry in the cOutageLogicalObjMapTable, which correlates the object with the description.
                         cOutageCurrentStatus 1.3.6.1.4.1.9.9.280.1.4.1.1.3 integer read-only
The current operational state of the monitored object. The Up(1) state indicates that the monitored object is actively or passively running in the normal condition. The Down(2) state indicates that the monitored object is experiencing some degree of outage. Enumeration: 'down': 2, 'up': 1.
                         cOutageAOTSinceMeasureStarted 1.3.6.1.4.1.9.9.280.1.4.1.1.4 unsigned32 read-only
The total outage time in second of a component from the beginning of the measurement. The table stores the outage time up to the last recovery event. However, a request comes in during the down status of a component, the report adds the outage time between the last failure to the current.
                         cOutageNAFSinceMeasureStarted 1.3.6.1.4.1.9.9.280.1.4.1.1.5 unsigned32 read-only
The total number of failure instances from the beginning of the measurement. Every failure event of a component adds 1 to this object.
                         cOutageRecordingStartTime 1.3.6.1.4.1.9.9.280.1.4.1.1.6 dateandtime read-only
This object specifies the date and time of the object to start outage recording. The instance value of this cOutageRecordingStartTime value is initialized to the time when the monitored object is added into this cOutageObjectTable.
             cOutageCpmMapping 1.3.6.1.4.1.9.9.280.1.5
                 cOutageCpmMapTable 1.3.6.1.4.1.9.9.280.1.5.1 no-access
A table containing information about cOutageMonitoredObjectIndex value mapping, when the cOutageObjectType is swProcess. Each conceptual row specifies a unique mapping between a cOutageMonitoredObjectIndex value, and cpmCPUTotalIndex and cpmProcessPID in cpmProcessTable in the CISCO-PROCESS-MIB.
                     cOutageCpmMapEntry 1.3.6.1.4.1.9.9.280.1.5.1.1 no-access
A mapping between an object index and a pair of cpm indexes.
                         cOutageCpmMapIndex 1.3.6.1.4.1.9.9.280.1.5.1.1.1 unsigned32 no-access
This object uniquely identifies cpmCPUTotalIndex and cpmProcessPID in CISCO-PROCESS-MIB. The cpmCPUTotalIndex is used for the cpmCPUTotalTable reference. A pair of { cpmCPUTotalIndex, cpmProcessPID } is used for the cpmProcessTable reference.
                         cOutageCpmCPUTotalIndex 1.3.6.1.4.1.9.9.280.1.5.1.1.2 unsigned32 read-only
An index that uniquely represents a CPU in cpmCPUTotalTable in CISCO-PROCESS-MIB.
                         cOutageCpmProcessPID 1.3.6.1.4.1.9.9.280.1.5.1.1.3 unsigned32 read-only
This object contains the process ID. It identifies an entry combined with cpmCPUTotalIndex in cpmProcessTable in CISCO-PROCESS-MIB.
             cOutageRmtMapping 1.3.6.1.4.1.9.9.280.1.6
                 cOutageRemoteObjMapTable 1.3.6.1.4.1.9.9.280.1.6.1 no-access
A table containing information about cOutageMonitoredObjectIndex value mapping, when the cOutageObjectType is remoteObject. Each conceptual row specifies a unique mapping between a cOutageMonitoredObjectIndex value, and a remote object related information such as the object ID and the object description. Using IP ICMP protocol to monitor the remote object, the object ID can be Network Layer Address, which has been configured by users via configuration file or CLI.
                     cOutageRemoteObjMapEntry 1.3.6.1.4.1.9.9.280.1.6.1.1 no-access
A mapping between a remote object and a remote object description.
                         cOutageRemoteObjMapIndex 1.3.6.1.4.1.9.9.280.1.6.1.1.1 unsigned32 no-access
This object uniquely identifies a remote object description.
                         cOutageRemoteObjIDType 1.3.6.1.4.1.9.9.280.1.6.1.1.2 inetaddresstype read-only
Represents the type of address stored in cOutageRemoteObjID.
                         cOutageRemoteObjID 1.3.6.1.4.1.9.9.280.1.6.1.1.3 inetaddress read-only
This object represents the Network Layer Address of the remote object, which is configured by users via configuration file or CLI. It could be an IP address or DNS depends on users input.
                         cOutageRemoteObjDescrText 1.3.6.1.4.1.9.9.280.1.6.1.1.4 snmpadminstring read-only
This object specifies a human-readable message describing information about the monitored remote components such as router name or interface name, etc.
             cOutageLntMapping 1.3.6.1.4.1.9.9.280.1.7
                 cOutageLogicalObjMapTable 1.3.6.1.4.1.9.9.280.1.7.1 no-access
A table containing information about cOutageMonitoredObjectIndex value mapping, when the cOutageObjectType is logicalEntity. Each conceptual row specifies a unique mapping between a cOutageMonitoredObjectIndex value, and a logical entity object related information such as the object description.
                     cOutageLogicalObjMapEntry 1.3.6.1.4.1.9.9.280.1.7.1.1 no-access
A mapping between a logical entity object and a logical entity object description.
                         cOutageLogicalObjMapIndex 1.3.6.1.4.1.9.9.280.1.7.1.1.1 unsigned32 no-access
This object uniquely identifies a logical entity object description.
                         cOutageLogicalObjDescrText 1.3.6.1.4.1.9.9.280.1.7.1.1.2 snmpadminstring read-only
This object specifies a human-readable message describing a detailed information about the monitored logical entity.
         ciscoOutageMIBNotificationPrefix 1.3.6.1.4.1.9.9.280.2
             ciscoOutageMIBNotifications 1.3.6.1.4.1.9.9.280.2.0
                 ciscoOutageEvent 1.3.6.1.4.1.9.9.280.2.0.1
The agent generates this notification when an outage related event on a monitored object is detected. The sending of this notification can be enabled/disabled via the cOutageNotificationsEnabled object.
         ciscoOutageMIBConformance 1.3.6.1.4.1.9.9.280.3
             ciscoOutageMIBCompliances 1.3.6.1.4.1.9.9.280.3.1
                 ciscoOutageMIBCompliance 1.3.6.1.4.1.9.9.280.3.1.1
The compliance statement for Cisco agents which implement the Cisco Outage MIB. This is deprecated and new compliance ciscoOutageMIBComplianceRev1 is added.
                 ciscoOutageMIBComplianceRev1 1.3.6.1.4.1.9.9.280.3.1.2
The compliance statement for Cisco agents which implement the Cisco Outage MIB.
             ciscoOutageMIBGroups 1.3.6.1.4.1.9.9.280.3.2
                 ciscoOutageBasicGroup 1.3.6.1.4.1.9.9.280.3.2.1
A collection of managed objects providing basic outage notification and configuration information including notification status and event filtering status.
                 ciscoEventHistoryGroup 1.3.6.1.4.1.9.9.280.3.2.2
A collection of managed objects providing detected outage related event history information.
                 ciscoEventDescrGroup 1.3.6.1.4.1.9.9.280.3.2.3
A collection of managed objects defining the description of outage related events.
                 ciscoObjectOutageGroup 1.3.6.1.4.1.9.9.280.3.2.4
A collection of managed objects providing accumulated outage data. This group is deprecated in favour of ciscoObjectOutageGroupRev.
                 ciscoCpmMappingGroup 1.3.6.1.4.1.9.9.280.3.2.5
A collection of managed objects defining the mapping of two cpm indexes.
                 ciscoRmtMappingGroup 1.3.6.1.4.1.9.9.280.3.2.6
A collection of managed objects defining the description of remote objects.
                 ciscoOutageNotificationsGroup 1.3.6.1.4.1.9.9.280.3.2.7
A collection of notifications.
                 ciscoObjectOutageGroupRev 1.3.6.1.4.1.9.9.280.3.2.8
A collection of managed objects providing accumulated outage data information.
                 ciscoLntMappingGroup 1.3.6.1.4.1.9.9.280.3.2.9
A managed object defining the description of logical entity objects.