CISCO-DEVICE-EXCEPTION-REPORTING-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-DEVICE-EXCEPTION-REPORTING-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
 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.
         ciscoDevExcepReportMIBObjects 1.3.6.1.4.1.9.9.224.1
             cderExceptionData 1.3.6.1.4.1.9.9.224.1.1
                 cderMaxExceptionRecords 1.3.6.1.4.1.9.9.224.1.1.1 unsigned32 read-write
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.
                 cderNotificationEnabled 1.3.6.1.4.1.9.9.224.1.1.2 truthvalue read-write
Enable or disable exception notification via SNMP.
                 cderNotificationsSent 1.3.6.1.4.1.9.9.224.1.1.3 counter32 read-only
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.
                 cderNotificationsDropped 1.3.6.1.4.1.9.9.224.1.1.4 counter32 read-only
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.
                 cderExceptionTable 1.3.6.1.4.1.9.9.224.1.1.5 no-access
This table keeps an history of exceptions found.
                     cderExceptionEntry 1.3.6.1.4.1.9.9.224.1.1.5.1 no-access
An entry containing information about an exception.
                         cderExcepTableIndex 1.3.6.1.4.1.9.9.224.1.1.5.1.1 unsigned32 no-access
An monotonically increasing number for the sole purpose of indexing entries. When it reaches maximum value, the agent sets it back to 1.
                         cderExcepId 1.3.6.1.4.1.9.9.224.1.1.5.1.2 snmpadminstring read-only
Identification for this exception. This object should uniquely identify the exception.
                         cderExcepHostAddressType 1.3.6.1.4.1.9.9.224.1.1.5.1.3 inetaddresstype read-only
Represents the type of address stored in cderExcepHostAddress.
                         cderExcepHostAddress 1.3.6.1.4.1.9.9.224.1.1.5.1.4 inetaddress read-only
Host device address where the exception happened.
                         cderExcepPriorityDescription 1.3.6.1.4.1.9.9.224.1.1.5.1.5 snmpadminstring read-only
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.
                         cderExcepTime 1.3.6.1.4.1.9.9.224.1.1.5.1.6 timestamp read-only
Timestamp when the exception happened.
                         cderExcepData 1.3.6.1.4.1.9.9.224.1.1.5.1.7 octet string read-only
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.
                         cderExcepReportedBy 1.3.6.1.4.1.9.9.224.1.1.5.1.8 snmpadminstring read-only
Name of the reporting service, or process, or other component of the device that reports this exception.
         cderMIBNotifPrefix 1.3.6.1.4.1.9.9.224.2
             cderMIBNotifications 1.3.6.1.4.1.9.9.224.2.0
                 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.
         ciscoDEReportMIBConformance 1.3.6.1.4.1.9.9.224.3
             ciscoDEReportMIBCompliances 1.3.6.1.4.1.9.9.224.3.1
                 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.
             ciscoDEReportMIBGroups 1.3.6.1.4.1.9.9.224.3.2
                 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.
                 ciscoDERExceptionGroup 1.3.6.1.4.1.9.9.224.3.2.2
A collection of the monitored exception events.