CISCO-DEVICE-EXCEPTION-REPORTING-MIB

File: CISCO-DEVICE-EXCEPTION-REPORTING-MIB.mib (10595 bytes)

Imported modules

SNMPv2-SMI INET-ADDRESS-MIB SNMP-FRAMEWORK-MIB
SNMPv2-TC SNMPv2-CONF CISCO-SMI

Imported symbols

MODULE-IDENTITY NOTIFICATION-TYPE OBJECT-TYPE
Counter32 Unsigned32 InetAddressType
InetAddress SnmpAdminString TruthValue
TimeStamp MODULE-COMPLIANCE NOTIFICATION-GROUP
OBJECT-GROUP ciscoMgmt

Defined Types

CderExceptionEntry  
SEQUENCE    
  cderExcepTableIndex Unsigned32
  cderExcepId SnmpAdminString
  cderExcepHostAddressType InetAddressType
  cderExcepHostAddress InetAddress
  cderExcepPriorityDescription SnmpAdminString
  cderExcepTime TimeStamp
  cderExcepData OCTET STRING
  cderExcepReportedBy SnmpAdminString

Defined Values

ciscoDevExcepReportMIB 1.3.6.1.4.1.9.9.224
This mib defines the SNMP objects to report exceptions to north-bound NMS. The devices implementing this MIB monitor the status of hardware and software services, and report any exceptions regarding these components. These hardware and software services could belong to the monitoring devices or other managed devices. An exception is something abnormal that the system administrators should pay attention to. The criteria for what is an exception could vary by system and should be defined by the system administrators. Certain NM devices or applications may have pre-defined exceptions. This MIB does not try to define exceptions. But rather it defines SNMP objects for devices to use SNMP notification as an exception reporting mechanism. Exceptions may be pre-defined or defined through other device management interface such as CLI, GUI, or HTTP.
MODULE-IDENTITY    

ciscoDevExcepReportMIBObjects 1.3.6.1.4.1.9.9.224.1
OBJECT IDENTIFIER    

cderExceptionData 1.3.6.1.4.1.9.9.224.1.1
OBJECT IDENTIFIER    

cderMaxExceptionRecords 1.3.6.1.4.1.9.9.224.1.1.1
The maximun number of records to keep in cderExceptionTable. New records will replace the old records on a first-in-first-out basis. A value of 0 indicates no history will be retained.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..1024  

cderNotificationEnabled 1.3.6.1.4.1.9.9.224.1.1.2
Enable or disable exception notification via SNMP.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

cderNotificationsSent 1.3.6.1.4.1.9.9.224.1.1.3
The number of cderMonitoredExceptionEvent events. If a NMS is receiving notifications, it can periodically poll this object to find out if any notifications were missed. In that case it could poll cderExceptionTable to find out missing exceptions.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cderNotificationsDropped 1.3.6.1.4.1.9.9.224.1.1.4
The number of notifications dropped from the cderExceptionTable table. If the difference between two consecutive polls of this object is greater than cderMaxExceptionRecords, then it indicates the NMS will not be able to find missing exceptions. The solution is to either poll the cderExceptionTable more frequently or increase the size of the cderExceptionTable by setting cderMaxExceptionRecords.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cderExceptionTable 1.3.6.1.4.1.9.9.224.1.1.5
This table keeps an history of exceptions found.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CderExceptionEntry

cderExceptionEntry 1.3.6.1.4.1.9.9.224.1.1.5.1
An entry containing information about an exception.
Status: current Access: not-accessible
OBJECT-TYPE    
  CderExceptionEntry  

cderExcepTableIndex 1.3.6.1.4.1.9.9.224.1.1.5.1.1
An monotonically increasing number for the sole purpose of indexing entries. When it reaches maximum value, the agent sets it back to 1.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4294967295  

cderExcepId 1.3.6.1.4.1.9.9.224.1.1.5.1.2
Identification for this exception. This object should uniquely identify the exception.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(1..32)  

cderExcepHostAddressType 1.3.6.1.4.1.9.9.224.1.1.5.1.3
Represents the type of address stored in cderExcepHostAddress.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

cderExcepHostAddress 1.3.6.1.4.1.9.9.224.1.1.5.1.4
Host device address where the exception happened.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

cderExcepPriorityDescription 1.3.6.1.4.1.9.9.224.1.1.5.1.5
A string that tells the system administrator about the priority of this exception. This string is provided to the snmp agent by the reporting service(s) which could be any services or applications on the device. The receiving NMS of this object should understand the string in order to utilize this object.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(1..64)  

cderExcepTime 1.3.6.1.4.1.9.9.224.1.1.5.1.6
Timestamp when the exception happened.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

cderExcepData 1.3.6.1.4.1.9.9.224.1.1.5.1.7
More information about the exception that the reporting service(s) want to convey to the NMS. The receiving NMS should understand the meaning of this object value in order to use it.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..1024)  

cderExcepReportedBy 1.3.6.1.4.1.9.9.224.1.1.5.1.8
Name of the reporting service, or process, or other component of the device that reports this exception.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

cderMIBNotifPrefix 1.3.6.1.4.1.9.9.224.2
OBJECT IDENTIFIER    

cderMIBNotifications 1.3.6.1.4.1.9.9.224.2.0
OBJECT IDENTIFIER    

cderMonitoredExceptionEvent 1.3.6.1.4.1.9.9.224.2.0.1
This notification is sent when an exception is detected on the managed device. This notification can be enabled or disabled via cderNotificationEnable.
Status: current Access: read-only
NOTIFICATION-TYPE    

ciscoDEReportMIBConformance 1.3.6.1.4.1.9.9.224.3
OBJECT IDENTIFIER    

ciscoDEReportMIBCompliances 1.3.6.1.4.1.9.9.224.3.1
OBJECT IDENTIFIER    

ciscoDEReportMIBGroups 1.3.6.1.4.1.9.9.224.3.2
OBJECT IDENTIFIER    

ciscoDEReportMIBCompliance 1.3.6.1.4.1.9.9.224.3.1.1
The compliance statement for entities which implement the CISCO-DEVICE-EXCEPTION-REPORTING-MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

ciscoDERExceptionDataGroup 1.3.6.1.4.1.9.9.224.3.2.1
A collection of objects that enable the exception notification for monitored exceptions of network elements.
Status: current Access: read-only
OBJECT-GROUP    

ciscoDERExceptionGroup 1.3.6.1.4.1.9.9.224.3.2.2
A collection of the monitored exception events.
Status: current Access: read-only
NOTIFICATION-GROUP