CISCO-DEVICE-EXCEPTION-REPORTING-MIB
- Registered at
- 1.3.6.1.4.1.9.9.224
- Last updated
- 2001-08-14 00:00
- Organization
- Cisco Systems, Inc.
- Namespace
- cisco
- Source file
CISCO-DEVICE-EXCEPTION-REPORTING-MIB- Digest
sha256:3c402292811ec4acdb309817a6ea6a32beb3ae645b5e210ba860e67ad97bd29a
Description
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.
Contact
Cisco Systems Customer Service Postal: 170 W. Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553-NETS E-mail: cs-crm@cisco.com
Imports
| From | Symbols |
|---|---|
| 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-IDENTITY, OBJECT-TYPE, Unsigned32, iso |
| SNMPv2-TC | DisplayString, TEXTUAL-CONVENTION, TimeStamp, TruthValue |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
CISCO-DEVICE-EXCEPTION-REPORTING-MIB CISCO-SMI INET-ADDRESS-MIB SNMP-FRAMEWORK-MIB SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| ciscoDevExcepReportMIBObjects OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.224.1 | |||
| cderExceptionData OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.224.1.1 | |||
| cderMaxExceptionRecords OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.224.1.1.1 | Unsigned32 (0..1024) | read-write | current |
| cderNotificationEnabled OBJECT-TYPE Enable or disable exception notification via SNMP. | 1.3.6.1.4.1.9.9.224.1.1.2 | TruthValue | read-write | current |
| cderNotificationsSent OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.224.1.1.3 | Counter32 | read-only | current |
| cderNotificationsDropped OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.224.1.1.4 | Counter32 | read-only | current |
| cderExceptionTable OBJECT-TYPE This table keeps an history of exceptions found. | 1.3.6.1.4.1.9.9.224.1.1.5 | not-accessible | current | |
| cderExceptionEntry OBJECT-TYPE An entry containing information about an exception. | 1.3.6.1.4.1.9.9.224.1.1.5.1 | not-accessible | current | |
| cderExcepTableIndex OBJECT-TYPE An monotonically increasing number for the sole purpose of indexing entries. When it reaches maximum value, the agent sets it back to 1. | 1.3.6.1.4.1.9.9.224.1.1.5.1.1 | Unsigned32 (1..4294967295) | not-accessible | current |
| cderExcepId OBJECT-TYPE Identification for this exception. This object should uniquely identify the exception. | 1.3.6.1.4.1.9.9.224.1.1.5.1.2 | SnmpAdminString (SIZE(1..32)) | read-only | current |
| cderExcepHostAddressType OBJECT-TYPE Represents the type of address stored in cderExcepHostAddress. | 1.3.6.1.4.1.9.9.224.1.1.5.1.3 | InetAddressType | read-only | current |
| cderExcepHostAddress OBJECT-TYPE Host device address where the exception happened. | 1.3.6.1.4.1.9.9.224.1.1.5.1.4 | InetAddress | read-only | current |
| cderExcepPriorityDescription OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.224.1.1.5.1.5 | SnmpAdminString (SIZE(1..64)) | read-only | current |
| cderExcepTime OBJECT-TYPE Timestamp when the exception happened. | 1.3.6.1.4.1.9.9.224.1.1.5.1.6 | TimeStamp | read-only | current |
| cderExcepData OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.224.1.1.5.1.7 | OCTET STRING (SIZE(0..1024)) | read-only | current |
| cderExcepReportedBy OBJECT-TYPE Name of the reporting service, or process, or other component of the device that reports this exception. | 1.3.6.1.4.1.9.9.224.1.1.5.1.8 | SnmpAdminString | read-only | current |
| cderMIBNotifPrefix OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.224.2 | |||
| cderMIBNotifications OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.224.2.0 | |||
| ciscoDEReportMIBConformance OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.224.3 | |||
| ciscoDEReportMIBCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.224.3.1 | |||
| ciscoDEReportMIBGroups OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.224.3.2 |
Notifications
| Name | OID | Status |
|---|---|---|
| cderMonitoredExceptionEvent NOTIFICATION-TYPE This notification is sent when an exception is detected on the managed device. This notification can be enabled or disabled via cderNotificationEnable. | 1.3.6.1.4.1.9.9.224.2.0.1 | current |
Conformance
| Name | OID | Status |
|---|---|---|
| ciscoDEReportMIBCompliance MODULE-COMPLIANCE The compliance statement for entities which implement the CISCO-DEVICE-EXCEPTION-REPORTING-MIB. | 1.3.6.1.4.1.9.9.224.3.1.1 | current |
| ciscoDERExceptionDataGroup OBJECT-GROUP A collection of objects that enable the exception notification for monitored exceptions of network elements. | 1.3.6.1.4.1.9.9.224.3.2.1 | current |
| ciscoDERExceptionGroup NOTIFICATION-GROUP A collection of the monitored exception events. | 1.3.6.1.4.1.9.9.224.3.2.2 | current |