CISCO-OUTAGE-MONITOR-MIB
70 objects
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 @ 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;
Imported Objects
| CISCO-SMI | ciscoMgmt |
| INET-ADDRESS-MIB | InetAddress InetAddressType |
| SNMP-FRAMEWORK-MIB | SnmpAdminString |
| SNMPv2-CONF | MODULE-COMPLIANCE NOTIFICATION-GROUP OBJECT-GROUP |
| SNMPv2-SMI | Counter32 MODULE-IDENTITY NOTIFICATION-TYPE OBJECT-TYPE Unsigned32 |
| SNMPv2-TC | DateAndTime TEXTUAL-CONVENTION TruthValue |
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.4.1.9.9.280 | IdentityciscoOutageMIB | This MIB module describes, stores, and reports outage related information generated by individual hardware and software components comprising a router. They in… | ||
| 1.3.6.1.4.1.9.9.280.1 | NodeciscoOutageMIBObjects | |||
| 1.3.6.1.4.1.9.9.280.1.1 | NodecOutageBasicInfo | |||
| 1.3.6.1.4.1.9.9.280.1.1.1 | ScalarcOutageApplVersion | read-only | current | outage monitoring application version string. The format will be: 'Version.Release.Patch-Level: Textual-Description' For example: '1.0.0: Initial Outage Monito… |
| 1.3.6.1.4.1.9.9.280.1.1.2 | ScalarcOutageNotificationsSent | read-only | current | 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… |
| 1.3.6.1.4.1.9.9.280.1.1.3 | ScalarcOutageNotificationsEnabled | read-write | current | This object indicates whether outage notifications will or will not be sent when an outage related event is generated by the device. Disabling notifications do… |
| 1.3.6.1.4.1.9.9.280.1.1.4 | ScalarcOutageNotificationFilterEnabled | read-write | current | This object indicates whether certain outage related event notifications will or will not be sent when the cOutageNotificationsEnabled is TRUE. In the event st… |
| 1.3.6.1.4.1.9.9.280.1.1.5 | ScalarcOutageFilteredEvents | read-only | current | 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. |
| 1.3.6.1.4.1.9.9.280.1.2 | NodecOutageHistory | |||
| 1.3.6.1.4.1.9.9.280.1.2.1 | ScalarcOutageHistTableSize | read-write | current | The upper limit on the number of entries that the cOutageHistoryTable may contain. |
| 1.3.6.1.4.1.9.9.280.1.2.2 | ScalarcOutageHistMsgsFlushed | read-only | current | 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 mon… |
| 1.3.6.1.4.1.9.9.280.1.2.3 | TablecOutageHistoryTable | not-accessible | current | A table of outage related events generated by this router. Conceptual row entries are dynamically added into this table when outage related events occur. Entri… |
| 1.3.6.1.4.1.9.9.280.1.2.3.1 | RowcOutageHistoryEntry | not-accessible | current | This entry contains information about an outage related event which has been generated by this router. |
| 1.3.6.1.4.1.9.9.280.1.2.3.1.1 | ColumncOutageEventIndex | not-accessible | current | An arbitrary non-zero integer value that uniquely identifies a COutageHistoryEntry in the table. The value of this table starts at '1' and monotonically increa… |
| 1.3.6.1.4.1.9.9.280.1.2.3.1.2 | ColumncOutageEventObjectType | read-only | current | This object specifies the monitored object's type. It comprises interface(1), physicalEntity(2), swProcess(3), remoteObject(4), and logicalEntity(5). The detai… |
| 1.3.6.1.4.1.9.9.280.1.2.3.1.3 | ColumncOutageEventMonObjectIndex | read-only | current | This object identifies a specific index of the monitored object based upon the cOutageEventObjectType. If it is interface(1), it correlates the object with ifI… |
| 1.3.6.1.4.1.9.9.280.1.2.3.1.4 | ColumncOutageEventTypeIndex | read-only | current | The type of outage related event. The value corresponds to an entry in the cOutageEventTypeMapTable. |
| 1.3.6.1.4.1.9.9.280.1.2.3.1.5 | ColumncOutageEventTime | read-only | current | 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… |
| 1.3.6.1.4.1.9.9.280.1.2.3.1.6 | ColumncOutageEventInterval | read-only | current | Object that identifies the time duration between transitions in available state of a component. According to the cOutageEventTypeIndex, If the event type is up… |
| 1.3.6.1.4.1.9.9.280.1.3 | NodecOutageDescription | |||
| 1.3.6.1.4.1.9.9.280.1.3.1 | TablecOutageEventTypeMapTable | not-accessible | current | A table containing information about cOutageEventTypeMapIndex value mapping. Each conceptual row specifies a unique mapping between a cOutageEventTypeMapIndex … |
| 1.3.6.1.4.1.9.9.280.1.3.1.1 | RowcOutageEventTypeMapEntry | not-accessible | current | A mapping between an event type and an event description. |
| 1.3.6.1.4.1.9.9.280.1.3.1.1.1 | ColumncOutageEventTypeMapIndex | not-accessible | current | This object uniquely identifies an event description. |
| 1.3.6.1.4.1.9.9.280.1.3.1.1.2 | ColumncOutageEventTypeName | read-only | current | The name of the outage related event. |
| 1.3.6.1.4.1.9.9.280.1.3.1.1.3 | ColumncOutageEventTypeDescrText | read-only | current | This object specifies a human-readable message describing information about the outage related event. |
| 1.3.6.1.4.1.9.9.280.1.4 | NodecOutageMonObject | |||
| 1.3.6.1.4.1.9.9.280.1.4.1 | TablecOutageObjectTable | not-accessible | current | A table of monitored object entries generated by this router, which include interface, physical entry, and software process. The conceptual row entries are ini… |
| 1.3.6.1.4.1.9.9.280.1.4.1.1 | RowcOutageObjectEntry | not-accessible | current | An entry containing outage related information applicable to a particular measurement object. |
| 1.3.6.1.4.1.9.9.280.1.4.1.1.1 | ColumncOutageObjectType | not-accessible | current | This object specifies the monitored object's type. It comprises interface(1), physicalEntity(2), swProcess(3), remoteObject(4), and logicalEntity(5). The detai… |
| 1.3.6.1.4.1.9.9.280.1.4.1.1.2 | ColumncOutageMonitoredObjectIndex | not-accessible | current | 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 … |
| 1.3.6.1.4.1.9.9.280.1.4.1.1.3 | ColumncOutageCurrentStatus | read-only | current | 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 condi… |
| 1.3.6.1.4.1.9.9.280.1.4.1.1.4 | ColumncOutageAOTSinceMeasureStarted | read-only | current | 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, … |
| 1.3.6.1.4.1.9.9.280.1.4.1.1.5 | ColumncOutageNAFSinceMeasureStarted | read-only | current | The total number of failure instances from the beginning of the measurement. Every failure event of a component adds 1 to this object. |
| 1.3.6.1.4.1.9.9.280.1.4.1.1.6 | ColumncOutageRecordingStartTime | read-only | current | This object specifies the date and time of the object to start outage recording. The instance value of this cOutageRecordingStartTime value is initialized to t… |
| 1.3.6.1.4.1.9.9.280.1.5 | NodecOutageCpmMapping | |||
| 1.3.6.1.4.1.9.9.280.1.5.1 | TablecOutageCpmMapTable | not-accessible | current | A table containing information about cOutageMonitoredObjectIndex value mapping, when the cOutageObjectType is swProcess. Each conceptual row specifies a unique… |
| 1.3.6.1.4.1.9.9.280.1.5.1.1 | RowcOutageCpmMapEntry | not-accessible | current | A mapping between an object index and a pair of cpm indexes. |
| 1.3.6.1.4.1.9.9.280.1.5.1.1.1 | ColumncOutageCpmMapIndex | not-accessible | current | This object uniquely identifies cpmCPUTotalIndex and cpmProcessPID in CISCO-PROCESS-MIB. The cpmCPUTotalIndex is used for the cpmCPUTotalTable reference. A pai… |
| 1.3.6.1.4.1.9.9.280.1.5.1.1.2 | ColumncOutageCpmCPUTotalIndex | read-only | current | An index that uniquely represents a CPU in cpmCPUTotalTable in CISCO-PROCESS-MIB. |
| 1.3.6.1.4.1.9.9.280.1.5.1.1.3 | ColumncOutageCpmProcessPID | read-only | current | This object contains the process ID. It identifies an entry combined with cpmCPUTotalIndex in cpmProcessTable in CISCO-PROCESS-MIB. |
| 1.3.6.1.4.1.9.9.280.1.6 | NodecOutageRmtMapping | |||
| 1.3.6.1.4.1.9.9.280.1.6.1 | TablecOutageRemoteObjMapTable | not-accessible | current | A table containing information about cOutageMonitoredObjectIndex value mapping, when the cOutageObjectType is remoteObject. Each conceptual row specifies a uni… |
| 1.3.6.1.4.1.9.9.280.1.6.1.1 | RowcOutageRemoteObjMapEntry | not-accessible | current | A mapping between a remote object and a remote object description. |
| 1.3.6.1.4.1.9.9.280.1.6.1.1.1 | ColumncOutageRemoteObjMapIndex | not-accessible | current | This object uniquely identifies a remote object description. |
| 1.3.6.1.4.1.9.9.280.1.6.1.1.2 | ColumncOutageRemoteObjIDType | read-only | current | Represents the type of address stored in cOutageRemoteObjID. |
| 1.3.6.1.4.1.9.9.280.1.6.1.1.3 | ColumncOutageRemoteObjID | read-only | current | 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… |
| 1.3.6.1.4.1.9.9.280.1.6.1.1.4 | ColumncOutageRemoteObjDescrText | read-only | current | This object specifies a human-readable message describing information about the monitored remote components such as router name or interface name, etc. |
| 1.3.6.1.4.1.9.9.280.1.7 | NodecOutageLntMapping | |||
| 1.3.6.1.4.1.9.9.280.1.7.1 | TablecOutageLogicalObjMapTable | not-accessible | current | A table containing information about cOutageMonitoredObjectIndex value mapping, when the cOutageObjectType is logicalEntity. Each conceptual row specifies a un… |
| 1.3.6.1.4.1.9.9.280.1.7.1.1 | RowcOutageLogicalObjMapEntry | not-accessible | current | A mapping between a logical entity object and a logical entity object description. |
| 1.3.6.1.4.1.9.9.280.1.7.1.1.1 | ColumncOutageLogicalObjMapIndex | not-accessible | current | This object uniquely identifies a logical entity object description. |
| 1.3.6.1.4.1.9.9.280.1.7.1.1.2 | ColumncOutageLogicalObjDescrText | read-only | current | This object specifies a human-readable message describing a detailed information about the monitored logical entity. |
| 1.3.6.1.4.1.9.9.280.2 | NodeciscoOutageMIBNotificationPrefix | |||
| 1.3.6.1.4.1.9.9.280.2.0 | NodeciscoOutageMIBNotifications | |||
| 1.3.6.1.4.1.9.9.280.2.0.1 | NotificationciscoOutageEvent | current | 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 … | |
| 1.3.6.1.4.1.9.9.280.3 | NodeciscoOutageMIBConformance | |||
| 1.3.6.1.4.1.9.9.280.3.1 | NodeciscoOutageMIBCompliances | |||
| 1.3.6.1.4.1.9.9.280.3.1.1 | ComplianceciscoOutageMIBCompliance | deprecated | The compliance statement for Cisco agents which implement the Cisco Outage MIB. This is deprecated and new compliance ciscoOutageMIBComplianceRev1 is added. | |
| 1.3.6.1.4.1.9.9.280.3.1.2 | ComplianceciscoOutageMIBComplianceRev1 | current | The compliance statement for Cisco agents which implement the Cisco Outage MIB. | |
| 1.3.6.1.4.1.9.9.280.3.2 | NodeciscoOutageMIBGroups | |||
| 1.3.6.1.4.1.9.9.280.3.2.1 | GroupciscoOutageBasicGroup | current | A collection of managed objects providing basic outage notification and configuration information including notification status and event filtering status. | |
| 1.3.6.1.4.1.9.9.280.3.2.2 | GroupciscoEventHistoryGroup | current | A collection of managed objects providing detected outage related event history information. | |
| 1.3.6.1.4.1.9.9.280.3.2.3 | GroupciscoEventDescrGroup | current | A collection of managed objects defining the description of outage related events. | |
| 1.3.6.1.4.1.9.9.280.3.2.4 | GroupciscoObjectOutageGroup | deprecated | A collection of managed objects providing accumulated outage data. This group is deprecated in favour of ciscoObjectOutageGroupRev. | |
| 1.3.6.1.4.1.9.9.280.3.2.5 | GroupciscoCpmMappingGroup | current | A collection of managed objects defining the mapping of two cpm indexes. | |
| 1.3.6.1.4.1.9.9.280.3.2.6 | GroupciscoRmtMappingGroup | current | A collection of managed objects defining the description of remote objects. | |
| 1.3.6.1.4.1.9.9.280.3.2.7 | GroupciscoOutageNotificationsGroup | current | A collection of notifications. | |
| 1.3.6.1.4.1.9.9.280.3.2.8 | GroupciscoObjectOutageGroupRev | current | A collection of managed objects providing accumulated outage data information. | |
| 1.3.6.1.4.1.9.9.280.3.2.9 | GroupciscoLntMappingGroup | current | A managed object defining the description of logical entity objects. |
Type Definitions
| Name | Syntax | Status | Description |
|---|---|---|---|
| OutageMonObjectType | INTEGER { interface(1), physicalEntity(2), swProcess(3), remoteObject(4), logicalEntity(5) } | current | Represents different monitored object types: interface - this object supports monitoring of both physical and logical interfaces, which is defined in IF-MIB. physicalEntity - this object supports monitoring of physical … |