CISCO-EPM-NOTIFICATION-MIB
- Registered at
- 1.3.6.1.4.1.9.9.311
- Last updated
- 2004-06-07 00:00
- Organization
- Cisco Systems, Inc.
- Revisions
- 2004-06-07 00:00, 2003-08-21 00:00, 2002-07-28 14:20
- Namespace
- cisco
- Source file
CISCO-EPM-NOTIFICATION-MIB- Digest
sha256:baff3a7294b0a77a30d76cd04e2cc71a08d0766f0e9b983a69b2354e4f3f41df
Description
Notifications directly from hardware and software and processed notifications from various management applications can be further processed and forwarded by still other management applications to indicate the status of devices and software (managed objects). The status of these managed objects can be reported by traps. The CISCO-EPM-NOTIFICATION-MIB contains the trap structure which carries the identity and status info of the managed object as analyzed by such an event processor. It is not possible for receivers of these traps to query the mib objects. A unique but optional feature of the application generating the trap defined in this mib is the ability to contain multiple partitions in the same system running the application. A 'Partition' is a logical grouping of a set of managed devices. These devices can belong to only one partition at any given time. The trap structure will contain information on the exact partition number and the partition name of the device where it resides. The need for trap generation is to enable multiple management applications in the network to have a consolidated view of the whole network of Cisco and non-Cisco devices.
Contact
Cisco Systems Customer Service Postal: 170 W Tasman Drive San Jose, CA 95134 Tel: +1 800 553-NETS E-mail: tac@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 | Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso |
| SNMPv2-TC | DisplayString, TEXTUAL-CONVENTION, TimeStamp |
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-EPM-NOTIFICATION-MIB CISCO-SMI INET-ADDRESS-MIB SNMP-FRAMEWORK-MIB SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| ciscoEpmNotificationMIBNotifs OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.311.0 | |||
| ciscoEpmNotificationMIBObjects OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.311.1 | |||
| cenAlarmData OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.311.1.1 | |||
| cenAlarmTableMaxLength OBJECT-TYPE Maximum number of entries permissible in the cenAlarmTable. | 1.3.6.1.4.1.9.9.311.1.1.1 | Unsigned32 (1..4294967295) | read-write | current |
| cenAlarmTable OBJECT-TYPE A table containing the device identification and alarm value. The maximum number of entries permissible in this table is defined by cenAlarmTableMaxLength. When the number of entries in the table reaches the maximum limit, the next entry would replace the oldest existing entry in the table. | 1.3.6.1.4.1.9.9.311.1.1.2 | not-accessible | current | |
| cenAlarmEntry OBJECT-TYPE The information regarding a single device status alarm. An entry is created when an alarm is processed. | 1.3.6.1.4.1.9.9.311.1.1.2.1 | not-accessible | current | |
| cenAlarmIndex OBJECT-TYPE A monotonically increasing integer for the sole purpose of indexing the attributes in ciscoEpmNotificationMIBObjects. When the maximum value is reached, this value wraps back to 1. | 1.3.6.1.4.1.9.9.311.1.1.2.1.1 | Unsigned32 (1..4294967295) | not-accessible | current |
| cenAlarmVersion OBJECT-TYPE The release version of this MIB. The version string will be of the form <major version>.<minorversion>. | 1.3.6.1.4.1.9.9.311.1.1.2.1.2 | SnmpAdminString (SIZE(1..16)) | read-only | current |
| cenAlarmTimestamp OBJECT-TYPE The time when the alarm was raised. | 1.3.6.1.4.1.9.9.311.1.1.2.1.3 | TimeStamp | read-only | current |
| cenAlarmUpdatedTimestamp OBJECT-TYPE Alarms persist over time and can have their field(s) change values. The last time a field(s) changed, this alarm is updated. The updated time denotes this time. Each alarm is identified by the unique alarm instance id, cenAlarmInstanceID. | 1.3.6.1.4.1.9.9.311.1.1.2.1.4 | TimeStamp | read-only | current |
| cenAlarmInstanceID OBJECT-TYPE The Unique Alarm Instance ID. | 1.3.6.1.4.1.9.9.311.1.1.2.1.5 | SnmpAdminString (SIZE(1..20)) | read-only | current |
| cenAlarmStatus OBJECT-TYPE The alarm status indicates the status of the alarm in integer value. | 1.3.6.1.4.1.9.9.311.1.1.2.1.6 | Integer32 (1..250) | read-only | current |
| cenAlarmStatusDefinition OBJECT-TYPE The short description of the status of the alarm. The string is formatted in '<integer>,<alarmStatus description>' tuples. The <integer> value is the same value that the 'cenAlarmStatus' attribute holds. <alarmStatus description> contains one line description of the alarm status generated. | 1.3.6.1.4.1.9.9.311.1.1.2.1.7 | SnmpAdminString (SIZE(1..255)) | read-only | current |
| cenAlarmType OBJECT-TYPE unknown: When the value for this attribute could not be determined. direct: Denotes an alarm generated by a set of events where all events are reported by an observation(s) of a managed object. indirect: Denotes an alarm generated by a set of events where all events were deduced or inferred by the status of managed objects as determined by the network management system. mixed: Denotes an alarm generated by a set of events which were either direct or indirect. | 1.3.6.1.4.1.9.9.311.1.1.2.1.8 | INTEGER {unknown(1), direct(2), indirect(3), mixed(4)} | read-only | current |
| cenAlarmCategory OBJECT-TYPE The category of the alarm generated represented in integer value. | 1.3.6.1.4.1.9.9.311.1.1.2.1.9 | Integer32 (1..250) | read-only | current |
| cenAlarmCategoryDefinition OBJECT-TYPE The short description of the category of the alarm generated. The String is formatted in '<integer>,<alarmCategory description>' tuples. The <integer> value is the same value that the 'cenAlarmCategory' attribute holds. <alarmCategory description> contains one line description of the alarm category generated. | 1.3.6.1.4.1.9.9.311.1.1.2.1.10 | SnmpAdminString (SIZE(1..255)) | read-only | current |
| cenAlarmServerAddressType OBJECT-TYPE The type of Internet address by which the server is reachable. The Server is the server that is generating this trap. | 1.3.6.1.4.1.9.9.311.1.1.2.1.11 | InetAddressType | read-only | current |
| cenAlarmServerAddress OBJECT-TYPE The IP Address or the DNS name of the Management Server that raised this alarm to be notified. | 1.3.6.1.4.1.9.9.311.1.1.2.1.12 | InetAddress | read-only | current |
| cenAlarmManagedObjectClass OBJECT-TYPE The class of the managed object for which this alarm was generated. For example, Router, Switch, GateKeeper and VoicePort. | 1.3.6.1.4.1.9.9.311.1.1.2.1.13 | SnmpAdminString (SIZE(1..255)) | read-only | current |
| cenAlarmManagedObjectAddressType OBJECT-TYPE The type of Internet address by which the managed object is reachable. | 1.3.6.1.4.1.9.9.311.1.1.2.1.14 | InetAddressType | read-only | current |
| cenAlarmManagedObjectAddress OBJECT-TYPE The IP Address or the DNS name of the Managed Object. | 1.3.6.1.4.1.9.9.311.1.1.2.1.15 | InetAddress | read-only | current |
| cenAlarmDescription OBJECT-TYPE A detailed description of the alarm. | 1.3.6.1.4.1.9.9.311.1.1.2.1.16 | OCTET STRING (SIZE(1..1024)) | read-only | current |
| cenAlarmSeverity OBJECT-TYPE The alarm severity indicates the severity of the alarm in integer value. | 1.3.6.1.4.1.9.9.311.1.1.2.1.17 | Integer32 (0..100) | read-only | current |
| cenAlarmSeverityDefinition OBJECT-TYPE The short description of the severity of the alarm generated. The String is formatted in '<integer>,<alarmSeverity description>' tuples. The <integer> value is the same value that the 'cenAlarmSeverity ' attribute holds. <alarmSeverity description> contains one line description of the alarm severity generated. | 1.3.6.1.4.1.9.9.311.1.1.2.1.18 | SnmpAdminString (SIZE(1..255)) | read-only | current |
| cenAlarmTriageValue OBJECT-TYPE The triage value of an alarm is a hierarchical weighting value (applied by the application, and more importantly customizable by the end user) to allow an artificial form of evaluating impact, interest, or other user-determined functions between alarms. The value is a positive number or zero where zero denotes an undetermined or uncomputable value. | 1.3.6.1.4.1.9.9.311.1.1.2.1.19 | Integer32 (0..100) | read-only | current |
| cenEventIDList OBJECT-TYPE Comma separated list of the Unique Event identifiers that led to the generation of this Alarm. | 1.3.6.1.4.1.9.9.311.1.1.2.1.20 | OCTET STRING (SIZE(1..1024)) | read-only | current |
| cenUserMessage1 OBJECT-TYPE User input message. This value can be configured. | 1.3.6.1.4.1.9.9.311.1.1.2.1.21 | SnmpAdminString (SIZE(1..255)) | read-only | current |
| cenUserMessage2 OBJECT-TYPE User input message. This value can be configured. | 1.3.6.1.4.1.9.9.311.1.1.2.1.22 | SnmpAdminString (SIZE(1..255)) | read-only | current |
| cenUserMessage3 OBJECT-TYPE User input message. This value can be configured. | 1.3.6.1.4.1.9.9.311.1.1.2.1.23 | SnmpAdminString (SIZE(1..255)) | read-only | current |
| cenAlarmMode OBJECT-TYPE unknown: When the value for this attribute could not be determined. alert: Denotes an alarm generated by a set of events where all events are reported by polling of managed objects and/or listening to SNMP notifications. event: Denotes an event generated by polling of managed ojects and/or listening to SNMP notifications. | 1.3.6.1.4.1.9.9.311.1.1.2.1.24 | INTEGER {unknown(1), alert(2), event(3)} | read-only | current |
| cenPartitionNumber OBJECT-TYPE In traps generated by the management application that support multiple partitions, the attribute will carry the integer value assigned to identify the logical group where the managed device resides. | 1.3.6.1.4.1.9.9.311.1.1.2.1.25 | Unsigned32 (0..100) | read-only | current |
| cenPartitionName OBJECT-TYPE In traps generated by the management application that support multiple partitions, the attribute will carry the name assigned to identify the logical group where the managed device resides. | 1.3.6.1.4.1.9.9.311.1.1.2.1.26 | SnmpAdminString (SIZE(1..255)) | read-only | current |
| cenCustomerIdentification OBJECT-TYPE User input message. The attribute takes in a free format text. This attribute can be used by advanced management applications to sort responses from the fault management server. | 1.3.6.1.4.1.9.9.311.1.1.2.1.27 | SnmpAdminString (SIZE(1..255)) | read-only | current |
| cenCustomerRevision OBJECT-TYPE User input message. The attribute takes in a free format text. This attribute can be used by advanced management applications to sort responses from the fault management server. | 1.3.6.1.4.1.9.9.311.1.1.2.1.28 | SnmpAdminString (SIZE(1..255)) | read-only | current |
| cenAlertID OBJECT-TYPE In event based notification, this attribute will contain the alert id to which the generated event has been rolled up to. In alert based notification, the cenAlarmInstanceId and cenAlertID would be identical. | 1.3.6.1.4.1.9.9.311.1.1.2.1.29 | SnmpAdminString (SIZE(1..20)) | read-only | current |
| ciscoEpmNotificationMIBConform OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.311.2 | |||
| ciscoEpmNotificationMIBCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.311.2.1 | |||
| ciscoEpmNotificationMIBGroups OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.311.2.2 |
Notifications
| Name | OID | Status |
|---|---|---|
| ciscoEpmNotificationAlarm NOTIFICATION-TYPE Notification of the status of the managed object as generated by the management server. New attributes are added to the ciscoEpmNotificationAlarmRev1. Hence this notification is deprecated. | 1.3.6.1.4.1.9.9.311.0.1 | deprecated |
| ciscoEpmNotificationAlarmRev1 NOTIFICATION-TYPE Notification of the status of the managed object as generated by the management server. | 1.3.6.1.4.1.9.9.311.0.2 | current |
Conformance
| Name | OID | Status |
|---|---|---|
| ciscoEpmNotificationMIBCompliance MODULE-COMPLIANCE The compliance statement for entities which implement the CISCO-EPM-NOTIFICATION-MIB. New attributes are included in ciscoEpmNotificationMIBComplianceRev1. Hence this object is deprecated. | 1.3.6.1.4.1.9.9.311.2.1.1 | deprecated |
| ciscoEpmNotificationMIBComplianceRev1 MODULE-COMPLIANCE The compliance statement for entities which implement the CISCO-EPM-NOTIFICATION-MIB. | 1.3.6.1.4.1.9.9.311.2.1.1.2 | current |
| ciscoEpmNotificationAlarmGroup NOTIFICATION-GROUP The collection of notifications used to indicate managed object status. ciscoEpmNotificationAlarmGroupRev1 is defined. Hence this object is deprecated. | 1.3.6.1.4.1.9.9.311.2.2.1 | deprecated |
| ciscoEpmNotificationObjectsGroup OBJECT-GROUP Trap reflecting the alarm. New attributes are added to the new notification ciscoEpmNotificationObjectsGroupRev1. Hence this object is deprecated. | 1.3.6.1.4.1.9.9.311.2.2.2 | deprecated |
| ciscoEpmAlarmConfigGroup OBJECT-GROUP A collection of objects providing information about the total number of cenAlarmTable entries maintained. | 1.3.6.1.4.1.9.9.311.2.2.3 | current |
| ciscoEpmNotificationAlarmGroupRev1 NOTIFICATION-GROUP The collection of notifications used to indicate managed object status. | 1.3.6.1.4.1.9.9.311.2.2.4 | current |
| ciscoEpmNotificationObjectsGroupRev1 OBJECT-GROUP Notification reflecting the alarm. | 1.3.6.1.4.1.9.9.311.2.2.5 | current |