CISCO-EMBEDDED-EVENT-MGR-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-EMBEDDED-EVENT-MGR-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
 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.
         cEventMgrMIBNotif 1.3.6.1.4.1.9.10.134.0
             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.
             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'.
         cEventMgrMIBObjects 1.3.6.1.4.1.9.10.134.1
             ceemEventMap 1.3.6.1.4.1.9.10.134.1.1
                 ceemEventMapTable 1.3.6.1.4.1.9.10.134.1.1.1 no-access
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.
                     ceemEventMapEntry 1.3.6.1.4.1.9.10.134.1.1.1.1 no-access
A mapping between an event type and an event description.
                         ceemEventIndex 1.3.6.1.4.1.9.10.134.1.1.1.1.1 unsigned32 no-access
This object uniquely identifies an event. Events are not persisted across reloads.
                         ceemEventName 1.3.6.1.4.1.9.10.134.1.1.1.1.2 snmpadminstring read-only
The name of the Embedded Event Manager event.
                         ceemEventDescrText 1.3.6.1.4.1.9.10.134.1.1.1.1.3 snmpadminstring read-only
This object specifies a human-readable message describing information about the Embedded Event Manager event.
             ceemHistory 1.3.6.1.4.1.9.10.134.1.2
                 ceemHistoryMaxEventEntries 1.3.6.1.4.1.9.10.134.1.2.1 integer32 read-write
The maximum number of entries that can be held in ceemHistoryEventTable.
                 ceemHistoryLastEventEntry 1.3.6.1.4.1.9.10.134.1.2.2 unsigned32 read-only
Index of last entry created in ceemHistoryEventTable.
                 ceemHistoryEventTable 1.3.6.1.4.1.9.10.134.1.2.3 no-access
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.
                     ceemHistoryEventEntry 1.3.6.1.4.1.9.10.134.1.2.3.1 no-access
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.
                         ceemHistoryEventIndex 1.3.6.1.4.1.9.10.134.1.2.3.1.1 unsigned32 no-access
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.
                         ceemHistoryEventType1 1.3.6.1.4.1.9.10.134.1.2.3.1.2 unsigned32 read-only
The type of Embedded Event Manager event which was detected. The value corresponds to an entry in the ceemEventTable.
                         ceemHistoryEventType2 1.3.6.1.4.1.9.10.134.1.2.3.1.3 unsigned32 read-only
The type of Embedded Event Manager event which was detected. The value corresponds to an entry in the ceemEventTable.
                         ceemHistoryEventType3 1.3.6.1.4.1.9.10.134.1.2.3.1.4 unsigned32 read-only
The type of Embedded Event Manager event which was detected. The value corresponds to an entry in the ceemEventTable.
                         ceemHistoryEventType4 1.3.6.1.4.1.9.10.134.1.2.3.1.5 unsigned32 read-only
The type of Embedded Event Manager event which was detected. The value corresponds to an entry in the ceemEventTable.
                         ceemHistoryPolicyPath 1.3.6.1.4.1.9.10.134.1.2.3.1.6 snmpadminstring read-only
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.
                         ceemHistoryPolicyName 1.3.6.1.4.1.9.10.134.1.2.3.1.7 snmpadminstring read-only
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.
                         ceemHistoryPolicyExitStatus 1.3.6.1.4.1.9.10.134.1.2.3.1.8 integer32 read-only
The exit status of the Embedded Event Manager policy execution. This value corresponds to the Posix process exit status.
                         ceemHistoryPolicyIntData1 1.3.6.1.4.1.9.10.134.1.2.3.1.9 integer32 read-only
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.
                         ceemHistoryPolicyIntData2 1.3.6.1.4.1.9.10.134.1.2.3.1.10 integer32 read-only
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.
                         ceemHistoryPolicyStrData 1.3.6.1.4.1.9.10.134.1.2.3.1.11 snmpadminstring read-only
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.
                         ceemHistoryNotifyType 1.3.6.1.4.1.9.10.134.1.2.3.1.12 notifysource read-only
The notification type that was sent from the Embedded Event Manager. The valid values are server or policy.
                         ceemHistoryEventType5 1.3.6.1.4.1.9.10.134.1.2.3.1.13 unsigned32 read-only
The type of Embedded Event Manager event which was detected. The value corresponds to an entry in the ceemEventTable.
                         ceemHistoryEventType6 1.3.6.1.4.1.9.10.134.1.2.3.1.14 unsigned32 read-only
The type of Embedded Event Manager event which was detected. The value corresponds to an entry in the ceemEventTable.
                         ceemHistoryEventType7 1.3.6.1.4.1.9.10.134.1.2.3.1.15 unsigned32 read-only
The type of Embedded Event Manager event which was detected. The value corresponds to an entry in the ceemEventTable.
                         ceemHistoryEventType8 1.3.6.1.4.1.9.10.134.1.2.3.1.16 unsigned32 read-only
The type of Embedded Event Manager event which was detected. The value corresponds to an entry in the ceemEventTable.
             ceemRegisteredPolicy 1.3.6.1.4.1.9.10.134.1.3
                 ceemRegisteredPolicyTable 1.3.6.1.4.1.9.10.134.1.3.1 no-access
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.
                     ceemRegisteredPolicyEntry 1.3.6.1.4.1.9.10.134.1.3.1.1 no-access
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.
                         ceemRegisteredPolicyIndex 1.3.6.1.4.1.9.10.134.1.3.1.1.1 unsigned32 no-access
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.
                         ceemRegisteredPolicyName 1.3.6.1.4.1.9.10.134.1.3.1.1.2 snmpadminstring read-only
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.
                         ceemRegisteredPolicyEventType1 1.3.6.1.4.1.9.10.134.1.3.1.1.3 unsigned32 read-only
The type of Embedded Event Manager event which was registered by the policy. The value corresponds to an entry in the ceemEventMapTable.
                         ceemRegisteredPolicyEventType2 1.3.6.1.4.1.9.10.134.1.3.1.1.4 unsigned32 read-only
The type of Embedded Event Manager event which was registered by the policy. The value corresponds to an entry in the ceemEventMapTable.
                         ceemRegisteredPolicyEventType3 1.3.6.1.4.1.9.10.134.1.3.1.1.5 unsigned32 read-only
The type of Embedded Event Manager event which was registered by the policy. The value corresponds to an entry in the ceemEventMapTable.
                         ceemRegisteredPolicyEventType4 1.3.6.1.4.1.9.10.134.1.3.1.1.6 unsigned32 read-only
The type of Embedded Event Manager event which was registered by the policy. The value corresponds to an entry in the ceemEventMapTable.
                         ceemRegisteredPolicyStatus 1.3.6.1.4.1.9.10.134.1.3.1.1.7 integer read-only
This status indicates whether the policy is enabled or disabled. Enumeration: 'disabled': 2, 'enabled': 1.
                         ceemRegisteredPolicyType 1.3.6.1.4.1.9.10.134.1.3.1.1.8 integer read-only
This variable indicates whether this is a user or system policy. Enumeration: 'user': 1, 'system': 2.
                         ceemRegisteredPolicyNotifFlag 1.3.6.1.4.1.9.10.134.1.3.1.1.9 truthvalue read-only
This flag indicates if an SNMP notification will be sent when policy is triggered.
                         ceemRegisteredPolicyRegTime 1.3.6.1.4.1.9.10.134.1.3.1.1.10 dateandtime read-only
The time the policy was registered. It is stored as a 32-bit count of seconds since 0000 UTC, 1 January, 1970.
                         ceemRegisteredPolicyEnabledTime 1.3.6.1.4.1.9.10.134.1.3.1.1.11 dateandtime read-only
The time the policy was last enabled. It is stored as a 32-bit count of seconds since 0000 UTC, 1 January, 1970.
                         ceemRegisteredPolicyRunTime 1.3.6.1.4.1.9.10.134.1.3.1.1.12 dateandtime read-only
The last time the policy was run. It is stored as a 32-bit count of seconds since 0000 UTC, 1 January, 1970.
                         ceemRegisteredPolicyRunCount 1.3.6.1.4.1.9.10.134.1.3.1.1.13 counter32 read-only
The number of times the policy has been run.
                         ceemRegisteredPolicyEventType5 1.3.6.1.4.1.9.10.134.1.3.1.1.14 unsigned32 read-only
The type of Embedded Event Manager event which was registered by the policy. The value corresponds to an entry in the ceemEventMapTable.
                         ceemRegisteredPolicyEventType6 1.3.6.1.4.1.9.10.134.1.3.1.1.15 unsigned32 read-only
The type of Embedded Event Manager event which was registered by the policy. The value corresponds to an entry in the ceemEventMapTable.
                         ceemRegisteredPolicyEventType7 1.3.6.1.4.1.9.10.134.1.3.1.1.16 unsigned32 read-only
The type of Embedded Event Manager event which was registered by the policy. The value corresponds to an entry in the ceemEventMapTable.
                         ceemRegisteredPolicyEventType8 1.3.6.1.4.1.9.10.134.1.3.1.1.17 unsigned32 read-only
The type of Embedded Event Manager event which was registered by the policy. The value corresponds to an entry in the ceemEventMapTable.
         cEventMgrConformance 1.3.6.1.4.1.9.10.134.3
             cEventMgrCompliances 1.3.6.1.4.1.9.10.134.3.1
                 cEventMgrCompliance 1.3.6.1.4.1.9.10.134.3.1.1
The implementation requirements for the Embedded Event Manager notification MIB.
                 cEventMgrComplianceRev1 1.3.6.1.4.1.9.10.134.3.1.2
The implementation requirements for the Embedded Event Manager notification MIB.
             cEventMgrGroups 1.3.6.1.4.1.9.10.134.3.2
                 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.
                 cEventMgrHistoryGroup 1.3.6.1.4.1.9.10.134.3.2.2
Embedded Event Manager event history.
                 cEventMgrNotificationsGroup 1.3.6.1.4.1.9.10.134.3.2.3
The collection of notifications used to indicate changes to the ceemHistoryTable.
                 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.
                 cEventMgrHistoryGroupSup1 1.3.6.1.4.1.9.10.134.3.2.5
Addtional history event types 5-8.
                 cEventMgrRegisteredPolicyGroupSup1 1.3.6.1.4.1.9.10.134.3.2.6
Addtional registered policy event types 5-8.