MIBs Depot

EQUIPMENT-COMMON-MIB

Registered at
1.3.6.1.4.1.7262.20.1
1.3.6.1.4.1.7262.20.2
1.3.6.1.4.1.7262.20.3
1.3.6.1.4.1.7262.20.100
Last updated
2009-01-21 00:00
Organization
DragonWave Inc.
Revisions
2009-01-21 00:00, 2015-01-05 16:15
Namespace
dragonwave
Source file
EQUIPMENT-COMMON-MIB
Digest
sha256:c53645473af968896ffe0303118ca770f38ef48710f75885d22ff2a3023f9400

Description

This MIB Module defines a notification log mechanism and a current alarm list.

Imports

FromSymbols
DWI-HARMONY-PRIVATE-MIBequipmentCommon
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP
SNMPv2-SMICounter32, Counter64, Integer32, IpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, TimeTicks, Unsigned32, iso
SNMPv2-TCDateAndTime, DisplayString, TEXTUAL-CONVENTION, TimeStamp

Imported by

2 module(s) in this corpus import this one.

Load order

Every file a consumer needs in order to load this module, dependencies first.

DWI-HARMONY-PRIVATE-MIB
EQUIPMENT-COMMON-MIB
SNMPv2-CONF
SNMPv2-SMI
SNMPv2-TC

Textual conventions

NameOIDSyntaxAccessStatus
EnableType
TEXTUAL-CONVENTION
Enabled/Disabled
current

Objects

NameOIDSyntaxAccessStatus
equipmentCommonObjects
OBJECT-IDENTITY
1.3.6.1.4.1.7262.20.1
equipmentConfigLog
OBJECT-IDENTITY
1.3.6.1.4.1.7262.20.1.1
equipmentEventLogEntryLimit
OBJECT-TYPE
The maximum number of notification entries that may be held in EventLogTable.
1.3.6.1.4.1.7262.20.1.1.1Unsigned32read-onlycurrent
equipmentLog
OBJECT-IDENTITY
1.3.6.1.4.1.7262.20.1.2
equipmentEventLogLastEntry
OBJECT-TYPE
The value of equipmentEventLogIndex at the time of the last creation of an entry in the equipmentEventLogTable.
1.3.6.1.4.1.7262.20.1.2.1Unsigned32read-onlycurrent
equipmentEventLogTable
OBJECT-TYPE
A table of Notification log entries.
1.3.6.1.4.1.7262.20.1.2.2not-accessiblecurrent
equipmentEventLogEntry
OBJECT-TYPE
A 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.
1.3.6.1.4.1.7262.20.1.2.2.1not-accessiblecurrent
equipmentEventLogIndex
OBJECT-TYPE
A 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.
1.3.6.1.4.1.7262.20.1.2.2.1.1Unsigned32 (1..4294967295)not-accessiblecurrent
equipmentEventLogTime
OBJECT-TYPE
The value of sysUpTime when the entry was placed in the log.
1.3.6.1.4.1.7262.20.1.2.2.1.2TimeStampread-onlycurrent
equipmentEventLogDateAndTime
OBJECT-TYPE
The local date and time when the entry was logged, useful when browsing the MIB.
1.3.6.1.4.1.7262.20.1.2.2.1.3DateAndTimeread-onlycurrent
equipmentEventLogNotificationID
OBJECT-TYPE
The NOTIFICATION-TYPE object identifier of the Notification that occurred.
1.3.6.1.4.1.7262.20.1.2.2.1.4OBJECT IDENTIFIERread-onlycurrent
equipmentEventLogVariables
OBJECT-TYPE
The number of variables in equipmentEventLogVariableTable for this logged notification.
1.3.6.1.4.1.7262.20.1.2.2.1.5Unsigned32read-onlycurrent
equipmentEventLogVariableTable
OBJECT-TYPE
A table of variables to go with Notification log entries.
1.3.6.1.4.1.7262.20.1.2.3not-accessiblecurrent
equipmentEventLogVariableEntry
OBJECT-TYPE
A Notification log entry variable. Entries appear in this table when there are variables in the varbind list of a Notification in equipmentEventLogTable.
1.3.6.1.4.1.7262.20.1.2.3.1not-accessiblecurrent
equipmentEventLogVariableIndex
OBJECT-TYPE
A monotonically increasing integer, starting at 1 for a given equipmentEventLogIndex, for indexing variables within the logged Event Notification.
1.3.6.1.4.1.7262.20.1.2.3.1.1Unsigned32 (1..4294967295)not-accessiblecurrent
equipmentEventLogVariableID
OBJECT-TYPE
The variable's object identifier.
1.3.6.1.4.1.7262.20.1.2.3.1.2OBJECT IDENTIFIERread-onlycurrent
equipmentEventLogVariableValueType
OBJECT-TYPE
The type of the value. One and only one of the value objects that follow must be instantiated, based on this type.
1.3.6.1.4.1.7262.20.1.2.3.1.3INTEGER {counter32(1), unsigned32(2), timeTicks(3), integer32(4), ipAddress(5), octetString(6), objectId(7), counter64(8)}read-onlycurrent
equipmentEventLogVariableCounter32Val
OBJECT-TYPE
The value when equipmentEventLogVariableValueType is 'counter32'.
1.3.6.1.4.1.7262.20.1.2.3.1.4Counter32read-onlycurrent
equipmentEventLogVariableUnsigned32Val
OBJECT-TYPE
The value when equipmentEventLogVariableValueType is 'unsigned32'.
1.3.6.1.4.1.7262.20.1.2.3.1.5Unsigned32read-onlycurrent
equipmentEventLogVariableTimeTicksVal
OBJECT-TYPE
The value when equipmentEventLogVariableValueType is 'timeTicks'.
1.3.6.1.4.1.7262.20.1.2.3.1.6TimeTicksread-onlycurrent
equipmentEventLogVariableInteger32Val
OBJECT-TYPE
The value when equipmentEventLogVariableValueType is 'integer32'.
1.3.6.1.4.1.7262.20.1.2.3.1.7Integer32read-onlycurrent
equipmentEventLogVariableOctetStringVal
OBJECT-TYPE
The value when equipmentEventLogVariableValueType is 'octetString'.
1.3.6.1.4.1.7262.20.1.2.3.1.8OCTET STRINGread-onlycurrent
equipmentEventLogVariableIpAddressVal
OBJECT-TYPE
The 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.
1.3.6.1.4.1.7262.20.1.2.3.1.9IpAddressread-onlycurrent
equipmentEventLogVariableOidVal
OBJECT-TYPE
The value when equipmentEventLogVariableValueType is 'objectId'.
1.3.6.1.4.1.7262.20.1.2.3.1.10OBJECT IDENTIFIERread-onlycurrent
equipmentEventLogVariableCounter64Val
OBJECT-TYPE
The value when equipmentEventLogVariableValueType is 'counter64'.
1.3.6.1.4.1.7262.20.1.2.3.1.11Counter64read-onlycurrent
equipmentAlarmList
OBJECT-IDENTITY
1.3.6.1.4.1.7262.20.1.3
equipmentAlarmActiveLastChanged
OBJECT-TYPE
The 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.
1.3.6.1.4.1.7262.20.1.3.1TimeTicksread-onlycurrent
equipmentAlarmActiveRowCounter
OBJECT-TYPE
The number of active alarms row in the table.
1.3.6.1.4.1.7262.20.1.3.2Counter32read-onlycurrent
equipmentAlarmActiveTable
OBJECT-TYPE
A table of Active Alarms entries.
1.3.6.1.4.1.7262.20.1.3.3not-accessiblecurrent
equipmentAlarmActiveEntry
OBJECT-TYPE
Entries appear in this table when alarms are raised. They are removed when the alarm is cleared.
1.3.6.1.4.1.7262.20.1.3.3.1not-accessiblecurrent
equipmentAlarmActiveIndex
OBJECT-TYPE
A 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.
1.3.6.1.4.1.7262.20.1.3.3.1.1Unsigned32 (1..4294967295)not-accessiblecurrent
equipmentAlarmActiveTime
OBJECT-TYPE
The 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.
1.3.6.1.4.1.7262.20.1.3.3.1.2TimeStampnot-accessiblecurrent
equipmentAlarmActiveDateAndTime
OBJECT-TYPE
The 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.
1.3.6.1.4.1.7262.20.1.3.3.1.3DateAndTimeread-onlycurrent
equipmentAlarmActiveName
OBJECT-TYPE
This object indicates the active alarm name.
1.3.6.1.4.1.7262.20.1.3.3.1.4DisplayStringread-onlycurrent
equipmentAlarmActiveID
OBJECT-TYPE
This object indicates the active alarm ID which is the index to the alarm configuration table defined in product specific MIB.
1.3.6.1.4.1.7262.20.1.3.3.1.5Integer32read-onlycurrent
equipmentAlarmActiveInstance
OBJECT-TYPE
1.3.6.1.4.1.7262.20.1.3.3.1.6Unsigned32read-onlycurrent
equipmentAlarmActiveTrapOID
OBJECT-TYPE
The MIB object identifier of the alarm (contained in an Alarm Notification type object) that is occurring.
1.3.6.1.4.1.7262.20.1.3.3.1.7OBJECT IDENTIFIERread-onlycurrent
equipmentAlarmActiveSeverity
OBJECT-TYPE
This object indicates the active alarm severity.
1.3.6.1.4.1.7262.20.1.3.3.1.8INTEGER {warning(1), minor(2), major(3), critical(4)}read-onlycurrent
equipmentAlarmActiveConditionId
OBJECT-TYPE
1.3.6.1.4.1.7262.20.1.3.3.1.9DisplayStringread-onlycurrent
equipmentSnmpTrap
OBJECT-IDENTITY
1.3.6.1.4.1.7262.20.1.4
equipmentOutTrapsCounter
OBJECT-TYPE
The 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 table
1.3.6.1.4.1.7262.20.1.4.1Counter32read-onlycurrent
equipmentLastOutTrapTimeStamp
OBJECT-TYPE
The value of sysUpTime when the last trap was sent.
1.3.6.1.4.1.7262.20.1.4.2TimeStampread-onlycurrent
equipmentTrapInfo
OBJECT-TYPE
A string representing additional info that can be used as the varbind in trap.
1.3.6.1.4.1.7262.20.1.4.3DisplayStringread-onlycurrent
equipmentPseudoEventsObjects
OBJECT-IDENTITY
1.3.6.1.4.1.7262.20.2
equipmentConfChangeOid
OBJECT-TYPE
The OID of the last node changed. It is sent to the managers in order to notify a configuration change.
1.3.6.1.4.1.7262.20.2.1OBJECT IDENTIFIERread-onlycurrent
equipmentConfChangeMode
OBJECT-TYPE
Enable/Disable of sending ConfChange Trap. STORAGE: permanent.
1.3.6.1.4.1.7262.20.2.2EnableTyperead-writecurrent
equipmentMirrorObjects
OBJECT-IDENTITY
1.3.6.1.4.1.7262.20.3
equipmentMirrorFlag
OBJECT-TYPE
Fixed to 1=mirror trap
1.3.6.1.4.1.7262.20.3.1Integer32 (0..65535)read-onlycurrent

Notifications

NameOIDStatus
equipmentConfChangeNotification
NOTIFICATION-TYPE
Notification of configuration change.
1.3.6.1.4.1.7262.20.2.3current
equipmentMirrorColdStart
NOTIFICATION-TYPE
A coldStart trap signifies that the SNMP entity, supporting a notification originator application, is reinitializing itself and that its configuration may have been altered.
1.3.6.1.4.1.7262.20.3.2current