Home/Catalog/EQUIPMENT-COMMON-MIB

EQUIPMENT-COMMON-MIB

AI MIB Summary

The EQUIPMENT-COMMON-MIB module standardizes the collection of real-time hardware alarm states and the generation of asynchronous notification logs for generic network equipment. It provides a vendor-neutral interface for monitoring critical fault conditions and event history across managed devices.

This MIB Module defines a notification log mechanism and a current alarm list.
Main OID:
equipmentCommonMib.1.3.6.1.4.1.7262.20.100
51
Objects
Active
Status
3
Dependencies

Imported Objects

Objects

51 total
Object Name
equipmentCommonObjects
OBJECT IDENTIFIER
.1.3.6.1.4.1.7262.20.1
equipmentConfigLog
OBJECT IDENTIFIER
.1.3.6.1.4.1.7262.20.1.1
equipmentEventLogEntryLimitThe maximum number of notification entries that may be held in EventLogTable.ro
Unsigned32
.1.3.6.1.4.1.7262.20.1.1.1
equipmentLog
OBJECT IDENTIFIER
.1.3.6.1.4.1.7262.20.1.2
equipmentEventLogLastEntryThe value of equipmentEventLogIndex at the time of the last creation of an entry in the equipmentEventLogTable.ro
Unsigned32
.1.3.6.1.4.1.7262.20.1.2.1
equipmentEventLogTableA table of Notification log entries.
SEQUENCE OF EquipmentEventLogEntry
.1.3.6.1.4.1.7262.20.1.2.2
equipmentEventLogEntryA Notification log entry. Entries appear in this table when Notifications occur. They are removed to make way for new entries due to lack of resources or the values of equipmentEventLogEntryLimit.If adding an entry would exceed equipmentEventLogEntryLimit the oldest entry in that log SHOULD be removed to make room for the new one.
EquipmentEventLogEntry
.1.3.6.1.4.1.7262.20.1.2.2.1
equipmentEventLogIndexA monotonically increasing integer for the sole purpose of indexing entries within the log. When it reaches the maximum value,the agent wraps the value back to 1. This number should correspond to the number of notifications sent by the agent.
Unsigned32
.1.3.6.1.4.1.7262.20.1.2.2.1.1
equipmentEventLogTimeThe value of sysUpTime when the entry was placed in the log.ro
TimeStamp (SNMPv2-TC)
.1.3.6.1.4.1.7262.20.1.2.2.1.2
equipmentEventLogDateAndTimeThe local date and time when the entry was logged, useful when browsing the MIB.ro
DateAndTime (SNMPv2-TC)
.1.3.6.1.4.1.7262.20.1.2.2.1.3
equipmentEventLogNotificationIDThe NOTIFICATION-TYPE object identifier of the Notification that occurred.ro
OBJECT IDENTIFIER
.1.3.6.1.4.1.7262.20.1.2.2.1.4
equipmentEventLogVariablesThe number of variables in equipmentEventLogVariableTable for this logged notification.ro
Unsigned32
.1.3.6.1.4.1.7262.20.1.2.2.1.5
equipmentEventLogVariableTableA table of variables to go with Notification log entries.
SEQUENCE OF EquipmentEventLogVariableEntry
.1.3.6.1.4.1.7262.20.1.2.3
equipmentEventLogVariableEntryA Notification log entry variable. Entries appear in this table when there are variables in the varbind list of a Notification in equipmentEventLogTable.
EquipmentEventLogVariableEntry
.1.3.6.1.4.1.7262.20.1.2.3.1
equipmentEventLogVariableIndexA monotonically increasing integer, starting at 1 for a given equipmentEventLogIndex, for indexing variables within the logged Event Notification.
Unsigned32
.1.3.6.1.4.1.7262.20.1.2.3.1.1
equipmentEventLogVariableIDThe variable's object identifier.ro
OBJECT IDENTIFIER
.1.3.6.1.4.1.7262.20.1.2.3.1.2
equipmentEventLogVariableValueTypeThe type of the value. One and only one of the value objects that follow must be instantiated, based on this type.ro
Enumeration
.1.3.6.1.4.1.7262.20.1.2.3.1.3
equipmentEventLogVariableCounter32ValThe value when equipmentEventLogVariableValueType is 'counter32'.ro
Counter32
.1.3.6.1.4.1.7262.20.1.2.3.1.4
equipmentEventLogVariableUnsigned32ValThe value when equipmentEventLogVariableValueType is 'unsigned32'.ro
Unsigned32
.1.3.6.1.4.1.7262.20.1.2.3.1.5
equipmentEventLogVariableTimeTicksValThe value when equipmentEventLogVariableValueType is 'timeTicks'.ro
TimeTicks (SNMPv2-SMI)
.1.3.6.1.4.1.7262.20.1.2.3.1.6
equipmentEventLogVariableInteger32ValThe value when equipmentEventLogVariableValueType is 'integer32'.ro
Integer32
.1.3.6.1.4.1.7262.20.1.2.3.1.7
equipmentEventLogVariableOctetStringValThe value when equipmentEventLogVariableValueType is 'octetString'.ro
OCTET STRING
.1.3.6.1.4.1.7262.20.1.2.3.1.8
equipmentEventLogVariableIpAddressValThe value when equipmentEventLogVariableValueType is 'ipAddress'. Although this seems to be unfriendly for IPv6, we have to recognize that there are a number of older MIBs that do contain an IPv4 format address, known as IpAddress. IPv6 addresses are represented using TAddress or InetAddress, and so the underlying datatype is OCTET STRING, and their value would be stored in the equipmentEventLogVariableOctetStringVal column.ro
IpAddress
.1.3.6.1.4.1.7262.20.1.2.3.1.9
equipmentEventLogVariableOidValThe value when equipmentEventLogVariableValueType is 'objectId'.ro
OBJECT IDENTIFIER
.1.3.6.1.4.1.7262.20.1.2.3.1.10
equipmentEventLogVariableCounter64ValThe value when equipmentEventLogVariableValueType is 'counter64'.ro
Counter64
.1.3.6.1.4.1.7262.20.1.2.3.1.11
equipmentAlarmList
OBJECT IDENTIFIER
.1.3.6.1.4.1.7262.20.1.3
equipmentAlarmActiveLastChangedThe value of sysUpTime at the time of the last creation or deletion of an entry in the equipmentAlarmActiveTable. Useful in case of polling (no traps mechanism used). If the number of entries has been unchanged since the last re-initialization, then this object contains a zero value.ro
TimeTicks (SNMPv2-SMI)
.1.3.6.1.4.1.7262.20.1.3.1
equipmentAlarmActiveRowCounterThe number of active alarms row in the table.ro
Counter32
.1.3.6.1.4.1.7262.20.1.3.2
equipmentAlarmActiveTableA table of Active Alarms entries.
SEQUENCE OF EquipmentAlarmActiveEntry
.1.3.6.1.4.1.7262.20.1.3.3
equipmentAlarmActiveEntryEntries appear in this table when alarms are raised. They are removed when the alarm is cleared.
EquipmentAlarmActiveEntry
.1.3.6.1.4.1.7262.20.1.3.3.1
equipmentAlarmActiveIndexA strictly monotonically increasing integer which acts as the index of entries within the named alarm list. It wraps back to 1 after it reaches its maximum value.
Unsigned32
.1.3.6.1.4.1.7262.20.1.3.3.1.1
equipmentAlarmActiveTimeThe value of sysUpTime when the entry was placed in the list. This object facilitates retrieving all instances of alarms that have been raised or have changed state since a given point in time.
TimeStamp (SNMPv2-TC)
.1.3.6.1.4.1.7262.20.1.3.3.1.2
equipmentAlarmActiveDateAndTimeThe local date and time when the error occurred. This object facilitates retrieving all instances of alarms that have been raised or have changed state since a given point in time. Implementations MUST include the offset from UTC, if available. Implementation in environments in which the UTC offset is not available is NOT RECOMMENDED.ro
DateAndTime (SNMPv2-TC)
.1.3.6.1.4.1.7262.20.1.3.3.1.3
equipmentAlarmActiveNameThis object indicates the active alarm name.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.7262.20.1.3.3.1.4
equipmentAlarmActiveIDThis object indicates the active alarm ID which is the index to the alarm configuration table defined in product specific MIB.ro
Integer32
.1.3.6.1.4.1.7262.20.1.3.3.1.5
equipmentAlarmActiveInstancero
Unsigned32
.1.3.6.1.4.1.7262.20.1.3.3.1.6
equipmentAlarmActiveTrapOIDThe MIB object identifier of the alarm (contained in an Alarm Notification type object) that is occurring.ro
OBJECT IDENTIFIER
.1.3.6.1.4.1.7262.20.1.3.3.1.7
equipmentAlarmActiveSeverityThis object indicates the active alarm severity.ro
Enumeration
.1.3.6.1.4.1.7262.20.1.3.3.1.8
equipmentAlarmActiveConditionIdro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.7262.20.1.3.3.1.9
equipmentSnmpTrap
OBJECT IDENTIFIER
.1.3.6.1.4.1.7262.20.1.4
equipmentOutTrapsCounterThe counter of the output traps. It increases by one every time a new trap is sent to all the managers configured in the relevant table. In this way its value is the number of notification events occurred since the last agent reset and every manager that reads this value can understand whether some event has been lost or not. (Note that in general this counter differs from the RFC1213 snmpOutTraps, that counts the number of Trap PDUs sent). When the logging mechanism is enabled, it corresponds to the index in the eventlog tablero
Counter32
.1.3.6.1.4.1.7262.20.1.4.1
equipmentLastOutTrapTimeStampThe value of sysUpTime when the last trap was sent.ro
TimeStamp (SNMPv2-TC)
.1.3.6.1.4.1.7262.20.1.4.2
equipmentTrapInfoA string representing additional info that can be used as the varbind in trap.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.7262.20.1.4.3
equipmentPseudoEventsObjects
OBJECT IDENTIFIER
.1.3.6.1.4.1.7262.20.2
equipmentConfChangeOidThe OID of the last node changed. It is sent to the managers in order to notify a configuration change.ro
OBJECT IDENTIFIER
.1.3.6.1.4.1.7262.20.2.1
equipmentConfChangeModeEnable/Disable of sending ConfChange Trap. STORAGE: permanent.rw
EnableType
.1.3.6.1.4.1.7262.20.2.2
equipmentConfChangeNotificationNotification of configuration change.
NOTIFICATION-TYPE
.1.3.6.1.4.1.7262.20.2.3
equipmentMirrorObjects
OBJECT IDENTIFIER
.1.3.6.1.4.1.7262.20.3
equipmentMirrorFlagFixed to 1=mirror trapro
Integer32
.1.3.6.1.4.1.7262.20.3.1
equipmentMirrorColdStartA coldStart trap signifies that the SNMP entity, supporting a notification originator application, is reinitializing itself and that its configuration may have been altered.
NOTIFICATION-TYPE
.1.3.6.1.4.1.7262.20.3.2
equipmentCommonMibThis MIB Module defines a notification log mechanism and a current alarm list.
MODULE-IDENTITY
.1.3.6.1.4.1.7262.20.100
EQUIPMENT-COMMON-MIB - SNMP MIB Reference | MIBs Explorer