CISCO-OUTAGE-MONITOR-MIB

        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;
    
ciscoOutageMIB 1.3.6.1.4.1.9.9.280
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
Type Definitions (1)
OutageMonObjectType Enumeration
interface(1)
physicalEntity(2)
swProcess(3)
remoteObject(4)
logicalEntity(5)
Objects (57)
ciscoOutageMIB .1.3.6.1.4.1.9.9.280
ciscoOutageMIBObjects .1.3.6.1.4.1.9.9.280.1
cOutageBasicInfo .1.3.6.1.4.1.9.9.280.1.1
cOutageApplVersion SNMP-FRAMEWORK-MIBSnmpAdminString .1.3.6.1.4.1.9.9.280.1.1.1
cOutageNotificationsSent notificationsSNMPv2-SMICounter32 .1.3.6.1.4.1.9.9.280.1.1.2
cOutageNotificationsEnabled r/w SNMPv2-TCTruthValue .1.3.6.1.4.1.9.9.280.1.1.3
cOutageNotificationFilterEnabled r/w SNMPv2-TCTruthValue .1.3.6.1.4.1.9.9.280.1.1.4
cOutageFilteredEvents SNMPv2-SMICounter32 .1.3.6.1.4.1.9.9.280.1.1.5
cOutageHistory .1.3.6.1.4.1.9.9.280.1.2
cOutageHistTableSize r/w entriesUnsigned32 .1.3.6.1.4.1.9.9.280.1.2.1
cOutageHistMsgsFlushed messagesSNMPv2-SMICounter32 .1.3.6.1.4.1.9.9.280.1.2.2
cOutageHistoryTable .1.3.6.1.4.1.9.9.280.1.2.3
cOutageHistoryEntry cOutageEventIndex .1.3.6.1.4.1.9.9.280.1.2.3.1
cOutageEventIndex Unsigned32 .1.3.6.1.4.1.9.9.280.1.2.3.1.1
cOutageEventObjectType OutageMonObjectType .1.3.6.1.4.1.9.9.280.1.2.3.1.2
cOutageEventMonObjectIndex Unsigned32 .1.3.6.1.4.1.9.9.280.1.2.3.1.3
cOutageEventTypeIndex Unsigned32 .1.3.6.1.4.1.9.9.280.1.2.3.1.4
cOutageEventTime SNMPv2-TCDateAndTime .1.3.6.1.4.1.9.9.280.1.2.3.1.5
cOutageEventInterval Unsigned32 .1.3.6.1.4.1.9.9.280.1.2.3.1.6
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
cOutageEventTypeMapEntry cOutageEventTypeMapIndex .1.3.6.1.4.1.9.9.280.1.3.1.1
cOutageEventTypeMapIndex Unsigned32 .1.3.6.1.4.1.9.9.280.1.3.1.1.1
cOutageEventTypeName OctetString .1.3.6.1.4.1.9.9.280.1.3.1.1.2
cOutageEventTypeDescrText SNMP-FRAMEWORK-MIBSnmpAdminString .1.3.6.1.4.1.9.9.280.1.3.1.1.3
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
cOutageObjectEntry cOutageObjectTypecOutageMonitoredObjectIndex .1.3.6.1.4.1.9.9.280.1.4.1.1
cOutageObjectType OutageMonObjectType .1.3.6.1.4.1.9.9.280.1.4.1.1.1
cOutageMonitoredObjectIndex Unsigned32 .1.3.6.1.4.1.9.9.280.1.4.1.1.2
cOutageCurrentStatus Enumeration .1.3.6.1.4.1.9.9.280.1.4.1.1.3
cOutageAOTSinceMeasureStarted Unsigned32 .1.3.6.1.4.1.9.9.280.1.4.1.1.4
cOutageNAFSinceMeasureStarted Unsigned32 .1.3.6.1.4.1.9.9.280.1.4.1.1.5
cOutageRecordingStartTime SNMPv2-TCDateAndTime .1.3.6.1.4.1.9.9.280.1.4.1.1.6
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
cOutageCpmMapEntry cOutageCpmMapIndex .1.3.6.1.4.1.9.9.280.1.5.1.1
cOutageCpmMapIndex Unsigned32 .1.3.6.1.4.1.9.9.280.1.5.1.1.1
cOutageCpmCPUTotalIndex Unsigned32 .1.3.6.1.4.1.9.9.280.1.5.1.1.2
cOutageCpmProcessPID Unsigned32 .1.3.6.1.4.1.9.9.280.1.5.1.1.3
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
cOutageRemoteObjMapEntry cOutageRemoteObjMapIndex .1.3.6.1.4.1.9.9.280.1.6.1.1
cOutageRemoteObjMapIndex Unsigned32 .1.3.6.1.4.1.9.9.280.1.6.1.1.1
cOutageRemoteObjIDType INET-ADDRESS-MIBInetAddressType .1.3.6.1.4.1.9.9.280.1.6.1.1.2
cOutageRemoteObjID INET-ADDRESS-MIBInetAddress .1.3.6.1.4.1.9.9.280.1.6.1.1.3
cOutageRemoteObjDescrText SNMP-FRAMEWORK-MIBSnmpAdminString .1.3.6.1.4.1.9.9.280.1.6.1.1.4
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
cOutageLogicalObjMapEntry cOutageLogicalObjMapIndex .1.3.6.1.4.1.9.9.280.1.7.1.1
cOutageLogicalObjMapIndex Unsigned32 .1.3.6.1.4.1.9.9.280.1.7.1.1.1
cOutageLogicalObjDescrText SNMP-FRAMEWORK-MIBSnmpAdminString .1.3.6.1.4.1.9.9.280.1.7.1.1.2
ciscoOutageMIBNotificationPrefix .1.3.6.1.4.1.9.9.280.2
ciscoOutageMIBNotifications .1.3.6.1.4.1.9.9.280.2.0
ciscoOutageMIBConformance .1.3.6.1.4.1.9.9.280.3
ciscoOutageMIBCompliances .1.3.6.1.4.1.9.9.280.3.1
ciscoOutageMIBGroups .1.3.6.1.4.1.9.9.280.3.2
Notifications / Traps (1)
NameOIDDescription
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.