CISCO-EMBEDDED-EVENT-MGR-MIB

File: CISCO-EMBEDDED-EVENT-MGR-MIB.mib (29390 bytes)

Imported modules

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

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Counter32 Unsigned32 NOTIFICATION-TYPE
MODULE-COMPLIANCE OBJECT-GROUP NOTIFICATION-GROUP
TEXTUAL-CONVENTION DateAndTime TruthValue
SnmpAdminString ciscoExperiment

Defined Types

NotifySource  
The notification source of the history entry. server - Notification was sent by the Embedded Event Manager server. policy - Notification was sent from within an Embedded Event Manager policy.
TEXTUAL-CONVENTION    
  INTEGER server(1), policy(2)  

CeemEventMapEntry  
SEQUENCE    
  ceemEventIndex Unsigned32
  ceemEventName SnmpAdminString
  ceemEventDescrText SnmpAdminString

CeemHistoryEventEntry  
SEQUENCE    
  ceemHistoryEventIndex Unsigned32
  ceemHistoryEventType1 Unsigned32
  ceemHistoryEventType2 Unsigned32
  ceemHistoryEventType3 Unsigned32
  ceemHistoryEventType4 Unsigned32
  ceemHistoryPolicyPath SnmpAdminString
  ceemHistoryPolicyName SnmpAdminString
  ceemHistoryPolicyExitStatus Integer32
  ceemHistoryPolicyIntData1 Integer32
  ceemHistoryPolicyIntData2 Integer32
  ceemHistoryPolicyStrData SnmpAdminString
  ceemHistoryNotifyType NotifySource
  ceemHistoryEventType5 Unsigned32
  ceemHistoryEventType6 Unsigned32
  ceemHistoryEventType7 Unsigned32
  ceemHistoryEventType8 Unsigned32

CeemRegisteredPolicyEntry  
SEQUENCE    
  ceemRegisteredPolicyIndex Unsigned32
  ceemRegisteredPolicyName SnmpAdminString
  ceemRegisteredPolicyEventType1 Unsigned32
  ceemRegisteredPolicyEventType2 Unsigned32
  ceemRegisteredPolicyEventType3 Unsigned32
  ceemRegisteredPolicyEventType4 Unsigned32
  ceemRegisteredPolicyStatus INTEGER
  ceemRegisteredPolicyType INTEGER
  ceemRegisteredPolicyNotifFlag TruthValue
  ceemRegisteredPolicyRegTime DateAndTime
  ceemRegisteredPolicyEnabledTime DateAndTime
  ceemRegisteredPolicyRunTime DateAndTime
  ceemRegisteredPolicyRunCount Counter32
  ceemRegisteredPolicyEventType5 Unsigned32
  ceemRegisteredPolicyEventType6 Unsigned32
  ceemRegisteredPolicyEventType7 Unsigned32
  ceemRegisteredPolicyEventType8 Unsigned32

Defined Values

cEventMgrMIB 1.3.6.1.4.1.9.10.134
The MIB module to describe and store events generated by the Cisco Embedded Event Manager. The Cisco Embedded Event Manager detects hardware and software faults, and other events (such as OIRs) for the system. It also enables users to configure fault recovery services for system wide components. The Embedded Event Manager also provides process reliability statistics. The Embedded Event Manager is a policy driven process through which faults in the system are reported through a defined API. The Embedded Event Manager policy engine receives notifications when faults and other events occur. Embedded Event Manager policies implement recovery based on the current state of the system and the actions specified in the policy for a given event. Recovery actions are triggered when the policy is run. Developers write and customize Embedded Event Manager policies to handle faults and events.
MODULE-IDENTITY    

cEventMgrMIBNotif 1.3.6.1.4.1.9.10.134.0
OBJECT IDENTIFIER    

cEventMgrMIBObjects 1.3.6.1.4.1.9.10.134.1
OBJECT IDENTIFIER    

cEventMgrConformance 1.3.6.1.4.1.9.10.134.3
OBJECT IDENTIFIER    

ceemEventMap 1.3.6.1.4.1.9.10.134.1.1
OBJECT IDENTIFIER    

ceemHistory 1.3.6.1.4.1.9.10.134.1.2
OBJECT IDENTIFIER    

ceemRegisteredPolicy 1.3.6.1.4.1.9.10.134.1.3
OBJECT IDENTIFIER    

ceemEventMapTable 1.3.6.1.4.1.9.10.134.1.1.1
A table containing information about ceemEventIndex value mapping. Each conceptual row specifies a unique mapping between a ceemEventIndex value, and a Embedded Event Manager event type. Rows are added dynamically as the Embedded Event Manager server learns of new event types. This occurs when Embedded Event Manager Event Detectors register with the Embedded Event Manager server.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CeemEventMapEntry

ceemEventMapEntry 1.3.6.1.4.1.9.10.134.1.1.1.1
A mapping between an event type and an event description.
Status: current Access: not-accessible
OBJECT-TYPE    
  CeemEventMapEntry  

ceemEventIndex 1.3.6.1.4.1.9.10.134.1.1.1.1.1
This object uniquely identifies an event. Events are not persisted across reloads.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

ceemEventName 1.3.6.1.4.1.9.10.134.1.1.1.1.2
The name of the Embedded Event Manager event.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(1..128)  

ceemEventDescrText 1.3.6.1.4.1.9.10.134.1.1.1.1.3
This object specifies a human-readable message describing information about the Embedded Event Manager event.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

ceemHistoryMaxEventEntries 1.3.6.1.4.1.9.10.134.1.2.1
The maximum number of entries that can be held in ceemHistoryEventTable.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..50  

ceemHistoryLastEventEntry 1.3.6.1.4.1.9.10.134.1.2.2
Index of last entry created in ceemHistoryEventTable.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1..4294967295  

ceemHistoryEventTable 1.3.6.1.4.1.9.10.134.1.2.3
A table of Embedded Event Manager events generated by this router. Conceptual row entries are dynamically added into this table when Embedded Event Manager events occur. Entries are stored in FIFO order. When the maximum number of entries has been reached in the table, the oldest entry in the table is removed immediately. When a table is reduced to a smaller size N, the oldest entries are immediately removed from the table leaving a maximum of N entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CeemHistoryEventEntry

ceemHistoryEventEntry 1.3.6.1.4.1.9.10.134.1.2.3.1
Information about an Embedded Event Manager event which has been generated by this router. It provides up to four event types to support complex event specifications that are triggered when multiple events are published within a certain period of time.
Status: current Access: not-accessible
OBJECT-TYPE    
  CeemHistoryEventEntry  

ceemHistoryEventIndex 1.3.6.1.4.1.9.10.134.1.2.3.1.1
A monotonically increasing non-zero integer uniquely identifying a generated event. When it reaches the maximum value, the agent wraps the value back to 1 and may flush all existing entries in the event table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4294967295  

ceemHistoryEventType1 1.3.6.1.4.1.9.10.134.1.2.3.1.2
The type of Embedded Event Manager event which was detected. The value corresponds to an entry in the ceemEventTable.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ceemHistoryEventType2 1.3.6.1.4.1.9.10.134.1.2.3.1.3
The type of Embedded Event Manager event which was detected. The value corresponds to an entry in the ceemEventTable.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ceemHistoryEventType3 1.3.6.1.4.1.9.10.134.1.2.3.1.4
The type of Embedded Event Manager event which was detected. The value corresponds to an entry in the ceemEventTable.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ceemHistoryEventType4 1.3.6.1.4.1.9.10.134.1.2.3.1.5
The type of Embedded Event Manager event which was detected. The value corresponds to an entry in the ceemEventTable.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ceemHistoryPolicyPath 1.3.6.1.4.1.9.10.134.1.2.3.1.6
The file path on the router where the Embedded Event Manager policy that was triggered is stored. If the size of the file path string is larger than 128, the end characters will be truncated.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..128)  

ceemHistoryPolicyName 1.3.6.1.4.1.9.10.134.1.2.3.1.7
The name of the Embedded Event Manager policy that was triggered because of an Embedded Event Manager event. The name must be a valid Embedded Event Manager policy name. It must be in the form of a valid Posix filename.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..128)  

ceemHistoryPolicyExitStatus 1.3.6.1.4.1.9.10.134.1.2.3.1.8
The exit status of the Embedded Event Manager policy execution. This value corresponds to the Posix process exit status.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 -2147483648..2147483647  

ceemHistoryPolicyIntData1 1.3.6.1.4.1.9.10.134.1.2.3.1.9
Arbitrary integer data that the Embedded Event Manager policy can use. Use of this object is optional. If unused by a policy, this object will not be instantiated for that policy.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 -2147483648..2147483647  

ceemHistoryPolicyIntData2 1.3.6.1.4.1.9.10.134.1.2.3.1.10
Arbitrary integer data that the Embedded Event Manager policy can use. Use of this object is optional. If unused by a policy, this object will not be instantiated for that policy.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 -2147483648..2147483647  

ceemHistoryPolicyStrData 1.3.6.1.4.1.9.10.134.1.2.3.1.11
Arbitrary string data the Embedded Event Manager policy can use. Use of this object is optional. If unused by a policy, this object will not be instantiated for that policy.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..255)  

ceemHistoryNotifyType 1.3.6.1.4.1.9.10.134.1.2.3.1.12
The notification type that was sent from the Embedded Event Manager. The valid values are server or policy.
Status: current Access: read-only
OBJECT-TYPE    
  NotifySource  

ceemHistoryEventType5 1.3.6.1.4.1.9.10.134.1.2.3.1.13
The type of Embedded Event Manager event which was detected. The value corresponds to an entry in the ceemEventTable.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ceemHistoryEventType6 1.3.6.1.4.1.9.10.134.1.2.3.1.14
The type of Embedded Event Manager event which was detected. The value corresponds to an entry in the ceemEventTable.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ceemHistoryEventType7 1.3.6.1.4.1.9.10.134.1.2.3.1.15
The type of Embedded Event Manager event which was detected. The value corresponds to an entry in the ceemEventTable.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ceemHistoryEventType8 1.3.6.1.4.1.9.10.134.1.2.3.1.16
The type of Embedded Event Manager event which was detected. The value corresponds to an entry in the ceemEventTable.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ceemRegisteredPolicyTable 1.3.6.1.4.1.9.10.134.1.3.1
A table of Embedded Event Manager policies registered on a system. The number of entries depends on the configuration of the system. The maximum number is implementation dependent.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CeemRegisteredPolicyEntry

ceemRegisteredPolicyEntry 1.3.6.1.4.1.9.10.134.1.3.1.1
An entry in the table of Embedded Event Manager policies that are registered. It provides up to four event types to support complex event specifications that are triggered when multiple events are published within a certain period of time. A row in this table cannot be created or deleted by SNMP operations on columns of the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  CeemRegisteredPolicyEntry  

ceemRegisteredPolicyIndex 1.3.6.1.4.1.9.10.134.1.3.1.1.1
A monotonically increasing non-zero integer uniquely identifying a policy registration. When it reaches the maximum value, the agent wraps the value back to 1 upon receiving the next policy registration.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

ceemRegisteredPolicyName 1.3.6.1.4.1.9.10.134.1.3.1.1.2
The name of the Embedded Event Manager policy that was registered. The name must be a valid Embedded Event Manager policy name. It must be in the form of a valid Posix filename.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..128)  

ceemRegisteredPolicyEventType1 1.3.6.1.4.1.9.10.134.1.3.1.1.3
The type of Embedded Event Manager event which was registered by the policy. The value corresponds to an entry in the ceemEventMapTable.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ceemRegisteredPolicyEventType2 1.3.6.1.4.1.9.10.134.1.3.1.1.4
The type of Embedded Event Manager event which was registered by the policy. The value corresponds to an entry in the ceemEventMapTable.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ceemRegisteredPolicyEventType3 1.3.6.1.4.1.9.10.134.1.3.1.1.5
The type of Embedded Event Manager event which was registered by the policy. The value corresponds to an entry in the ceemEventMapTable.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ceemRegisteredPolicyEventType4 1.3.6.1.4.1.9.10.134.1.3.1.1.6
The type of Embedded Event Manager event which was registered by the policy. The value corresponds to an entry in the ceemEventMapTable.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ceemRegisteredPolicyStatus 1.3.6.1.4.1.9.10.134.1.3.1.1.7
This status indicates whether the policy is enabled or disabled.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

ceemRegisteredPolicyType 1.3.6.1.4.1.9.10.134.1.3.1.1.8
This variable indicates whether this is a user or system policy.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER user(1), system(2)  

ceemRegisteredPolicyNotifFlag 1.3.6.1.4.1.9.10.134.1.3.1.1.9
This flag indicates if an SNMP notification will be sent when policy is triggered.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

ceemRegisteredPolicyRegTime 1.3.6.1.4.1.9.10.134.1.3.1.1.10
The time the policy was registered. It is stored as a 32-bit count of seconds since 0000 UTC, 1 January, 1970.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

ceemRegisteredPolicyEnabledTime 1.3.6.1.4.1.9.10.134.1.3.1.1.11
The time the policy was last enabled. It is stored as a 32-bit count of seconds since 0000 UTC, 1 January, 1970.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

ceemRegisteredPolicyRunTime 1.3.6.1.4.1.9.10.134.1.3.1.1.12
The last time the policy was run. It is stored as a 32-bit count of seconds since 0000 UTC, 1 January, 1970.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

ceemRegisteredPolicyRunCount 1.3.6.1.4.1.9.10.134.1.3.1.1.13
The number of times the policy has been run.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ceemRegisteredPolicyEventType5 1.3.6.1.4.1.9.10.134.1.3.1.1.14
The type of Embedded Event Manager event which was registered by the policy. The value corresponds to an entry in the ceemEventMapTable.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ceemRegisteredPolicyEventType6 1.3.6.1.4.1.9.10.134.1.3.1.1.15
The type of Embedded Event Manager event which was registered by the policy. The value corresponds to an entry in the ceemEventMapTable.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ceemRegisteredPolicyEventType7 1.3.6.1.4.1.9.10.134.1.3.1.1.16
The type of Embedded Event Manager event which was registered by the policy. The value corresponds to an entry in the ceemEventMapTable.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ceemRegisteredPolicyEventType8 1.3.6.1.4.1.9.10.134.1.3.1.1.17
The type of Embedded Event Manager event which was registered by the policy. The value corresponds to an entry in the ceemEventMapTable.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cEventMgrServerEvent 1.3.6.1.4.1.9.10.134.0.1
This notification is sent by the Embedded Event Manager server after it has run a policy associated with the event ceemHistoryEventType that was received.
Status: current Access: read-only
NOTIFICATION-TYPE    

cEventMgrPolicyEvent 1.3.6.1.4.1.9.10.134.0.2
This notification is configured to be sent from within an Embedded Event Manager policy after an Embedded Event Manager event ceemHistoryEventType has occurred. If one or more of the objects ceemHistoryPolicyIntData1, ceemHistoryPolicyIntData2, and ceemHistoryPolicyStrData are not instantiated, then the varbind for the object(s) not instantiated will contain the value 'noSuchInstance'.
Status: current Access: read-only
NOTIFICATION-TYPE    

cEventMgrCompliances 1.3.6.1.4.1.9.10.134.3.1
OBJECT IDENTIFIER    

cEventMgrGroups 1.3.6.1.4.1.9.10.134.3.2
OBJECT IDENTIFIER    

cEventMgrCompliance 1.3.6.1.4.1.9.10.134.3.1.1
The implementation requirements for the Embedded Event Manager notification MIB.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

cEventMgrComplianceRev1 1.3.6.1.4.1.9.10.134.3.1.2
The implementation requirements for the Embedded Event Manager notification MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

cEventMgrDescrGroup 1.3.6.1.4.1.9.10.134.3.2.1
A collection of managed objects defining the description of Embedded Event Manager events.
Status: current Access: read-only
OBJECT-GROUP    

cEventMgrHistoryGroup 1.3.6.1.4.1.9.10.134.3.2.2
Embedded Event Manager event history.
Status: current Access: read-only
OBJECT-GROUP    

cEventMgrNotificationsGroup 1.3.6.1.4.1.9.10.134.3.2.3
The collection of notifications used to indicate changes to the ceemHistoryTable.
Status: current Access: read-only
NOTIFICATION-GROUP    

cEventMgrRegisteredPolicyGroup 1.3.6.1.4.1.9.10.134.3.2.4
A collection of managed objects defining the description of Embedded Event Manager registered policies.
Status: current Access: read-only
OBJECT-GROUP    

cEventMgrHistoryGroupSup1 1.3.6.1.4.1.9.10.134.3.2.5
Addtional history event types 5-8.
Status: current Access: read-only
OBJECT-GROUP    

cEventMgrRegisteredPolicyGroupSup1 1.3.6.1.4.1.9.10.134.3.2.6
Addtional registered policy event types 5-8.
Status: current Access: read-only
OBJECT-GROUP