MIBs Depot

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

FromSymbols
CISCO-SMIciscoMgmt
INET-ADDRESS-MIBInetAddress, InetAddressType
SNMP-FRAMEWORK-MIBSnmpAdminString
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMICounter32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso
SNMPv2-TCDisplayString, 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

NameOIDSyntaxAccessStatus
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.1Unsigned32 (0..1024)read-writecurrent
cderNotificationEnabled
OBJECT-TYPE
Enable or disable exception notification via SNMP.
1.3.6.1.4.1.9.9.224.1.1.2TruthValueread-writecurrent
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.3Counter32read-onlycurrent
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.4Counter32read-onlycurrent
cderExceptionTable
OBJECT-TYPE
This table keeps an history of exceptions found.
1.3.6.1.4.1.9.9.224.1.1.5not-accessiblecurrent
cderExceptionEntry
OBJECT-TYPE
An entry containing information about an exception.
1.3.6.1.4.1.9.9.224.1.1.5.1not-accessiblecurrent
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.1Unsigned32 (1..4294967295)not-accessiblecurrent
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.2SnmpAdminString (SIZE(1..32))read-onlycurrent
cderExcepHostAddressType
OBJECT-TYPE
Represents the type of address stored in cderExcepHostAddress.
1.3.6.1.4.1.9.9.224.1.1.5.1.3InetAddressTyperead-onlycurrent
cderExcepHostAddress
OBJECT-TYPE
Host device address where the exception happened.
1.3.6.1.4.1.9.9.224.1.1.5.1.4InetAddressread-onlycurrent
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.5SnmpAdminString (SIZE(1..64))read-onlycurrent
cderExcepTime
OBJECT-TYPE
Timestamp when the exception happened.
1.3.6.1.4.1.9.9.224.1.1.5.1.6TimeStampread-onlycurrent
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.7OCTET STRING (SIZE(0..1024))read-onlycurrent
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.8SnmpAdminStringread-onlycurrent
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

NameOIDStatus
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.1current

Conformance

NameOIDStatus
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.1current
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.1current
ciscoDERExceptionGroup
NOTIFICATION-GROUP
A collection of the monitored exception events.
1.3.6.1.4.1.9.9.224.3.2.2current