MIBs Depot

HORIZON-EQUIPMENT-LOG-MIB

Registered at
1.3.6.1.4.1.7262.2.100
Last updated
2009-01-21 00:00
Organization
DragonWave Inc.
Revisions
2009-01-21 00:00
Namespace
dragonwave
Source file
HORIZON-EQUIPMENT-LOG-MIB
Digest
sha256:e82f5c72e108a82391f76cf3f418b6c6a3761e7adfb9a90c22e53006d3e0462e

Description

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

Imports

FromSymbols
HORIZON-MIBhorizon
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP
SNMPv2-SMICounter32, Counter64, Integer32, IpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, TimeTicks, Unsigned32, iso
SNMPv2-TCDateAndTime, DisplayString, RowStatus, TEXTUAL-CONVENTION, TimeStamp

Imported by

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

Load order

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

HORIZON-EQUIPMENT-LOG-MIB
HORIZON-MIB
SNMPv2-CONF
SNMPv2-SMI
SNMPv2-TC

Textual conventions

NameOIDSyntaxAccessStatus
EnableType
TEXTUAL-CONVENTION
Enable/Disable
current

Objects

NameOIDSyntaxAccessStatus
horizonEquipmentLogMibObjects
OBJECT-IDENTITY
1.3.6.1.4.1.7262.2.100.1
horizonEquipmentConfigLog
OBJECT-IDENTITY
1.3.6.1.4.1.7262.2.100.1.1
horizonEquipmentEventLogEntryLimit
OBJECT-TYPE
The maximum number of notification entries that may be held in EventLogTable.
1.3.6.1.4.1.7262.2.100.1.1.1Unsigned32read-onlycurrent
horizonEquipmentLog
OBJECT-IDENTITY
1.3.6.1.4.1.7262.2.100.1.2
horizonEquipmentEventLogLastEntry
OBJECT-TYPE
The value of horizonEquipmentEventLogIndex at the time of the last creation of an entry in the horizonEquipmentEventLogTable.
1.3.6.1.4.1.7262.2.100.1.2.1Unsigned32read-onlycurrent
horizonEquipmentEventLogTable
OBJECT-TYPE
A table of Notification log entries.
1.3.6.1.4.1.7262.2.100.1.2.2not-accessiblecurrent
horizonEquipmentEventLogEntry
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 horizonEquipmentEventLogEntryLimit.If adding an entry would exceed horizonEquipmentEventLogEntryLimit the oldest entry in that log SHOULD be removed to make room for the new one.
1.3.6.1.4.1.7262.2.100.1.2.2.1not-accessiblecurrent
horizonEquipmentEventLogIndex
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.2.100.1.2.2.1.1Unsigned32 (1..4294967295)not-accessiblecurrent
horizonEquipmentEventLogTime
OBJECT-TYPE
The value of sysUpTime when the entry was placed in the log.
1.3.6.1.4.1.7262.2.100.1.2.2.1.2TimeStampread-onlycurrent
horizonEquipmentEventLogDateAndTime
OBJECT-TYPE
The local date and time when the entry was logged, useful when browsing the MIB.
1.3.6.1.4.1.7262.2.100.1.2.2.1.3DateAndTimeread-onlycurrent
horizonEquipmentEventLogNotificationID
OBJECT-TYPE
The NOTIFICATION-TYPE object identifier of the Notification that occurred.
1.3.6.1.4.1.7262.2.100.1.2.2.1.4OBJECT IDENTIFIERread-onlycurrent
horizonEquipmentEventLogVariables
OBJECT-TYPE
The number of variables in horizonEquipmentEventLogVariableTable for this logged notification.
1.3.6.1.4.1.7262.2.100.1.2.2.1.5Unsigned32read-onlycurrent
horizonEquipmentEventLogVariableTable
OBJECT-TYPE
A table of variables to go with Notification log entries.
1.3.6.1.4.1.7262.2.100.1.2.3not-accessiblecurrent
horizonEquipmentEventLogVariableEntry
OBJECT-TYPE
A Notification log entry variable. Entries appear in this table when there are variables in the varbind list of a Notification in horizonEquipmentEventLogTable.
1.3.6.1.4.1.7262.2.100.1.2.3.1not-accessiblecurrent
horizonEquipmentEventLogVariableIndex
OBJECT-TYPE
A monotonically increasing integer, starting at 1 for a given horizonEquipmentEventLogIndex, for indexing variables within the logged Event Notification.
1.3.6.1.4.1.7262.2.100.1.2.3.1.1Unsigned32 (1..4294967295)not-accessiblecurrent
horizonEquipmentEventLogVariableID
OBJECT-TYPE
The variable's object identifier.
1.3.6.1.4.1.7262.2.100.1.2.3.1.2OBJECT IDENTIFIERread-onlycurrent
horizonEquipmentEventLogVariableValueType
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.2.100.1.2.3.1.3INTEGER {counter32(1), unsigned32(2), timeTicks(3), integer32(4), ipAddress(5), octetString(6), objectId(7), counter64(8)}read-onlycurrent
horizonEquipmentEventLogVariableCounter32Val
OBJECT-TYPE
The value when horizonEquipmentEventLogVariableValueType is 'counter32'.
1.3.6.1.4.1.7262.2.100.1.2.3.1.4Counter32read-onlycurrent
horizonEquipmentEventLogVariableUnsigned32Val
OBJECT-TYPE
The value when horizonEquipmentEventLogVariableValueType is 'unsigned32'.
1.3.6.1.4.1.7262.2.100.1.2.3.1.5Unsigned32read-onlycurrent
horizonEquipmentEventLogVariableTimeTicksVal
OBJECT-TYPE
The value when horizonEquipmentEventLogVariableValueType is 'timeTicks'.
1.3.6.1.4.1.7262.2.100.1.2.3.1.6TimeTicksread-onlycurrent
horizonEquipmentEventLogVariableInteger32Val
OBJECT-TYPE
The value when horizonEquipmentEventLogVariableValueType is 'integer32'.
1.3.6.1.4.1.7262.2.100.1.2.3.1.7Integer32read-onlycurrent
horizonEquipmentEventLogVariableOctetStringVal
OBJECT-TYPE
The value when horizonEquipmentEventLogVariableValueType is 'octetString'.
1.3.6.1.4.1.7262.2.100.1.2.3.1.8OCTET STRINGread-onlycurrent
horizonEquipmentEventLogVariableIpAddressVal
OBJECT-TYPE
The value when horizonEquipmentEventLogVariableValueType 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 horizonEquipmentEventLogVariableOctetStringVal column.
1.3.6.1.4.1.7262.2.100.1.2.3.1.9IpAddressread-onlycurrent
horizonEquipmentEventLogVariableOidVal
OBJECT-TYPE
The value when horizonEquipmentEventLogVariableValueType is 'objectId'.
1.3.6.1.4.1.7262.2.100.1.2.3.1.10OBJECT IDENTIFIERread-onlycurrent
horizonEquipmentEventLogVariableCounter64Val
OBJECT-TYPE
The value when horizonEquipmentEventLogVariableValueType is 'counter64'.
1.3.6.1.4.1.7262.2.100.1.2.3.1.11Counter64read-onlycurrent
horizonEquipmentAlarmList
OBJECT-IDENTITY
1.3.6.1.4.1.7262.2.100.1.3
horizonEquipmentAlarmActiveLastChanged
OBJECT-TYPE
The value of sysUpTime at the time of the last creation or deletion of an entry in the horizonEquipmentAlarmActiveTable. 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.2.100.1.3.1TimeTicksread-onlycurrent
horizonEquipmentAlarmActiveRowCounter
OBJECT-TYPE
The number of active alarms row in the table.
1.3.6.1.4.1.7262.2.100.1.3.2Counter32read-onlycurrent
horizonEquipmentAlarmActiveTable
OBJECT-TYPE
A table of Active Alarms entries.
1.3.6.1.4.1.7262.2.100.1.3.3not-accessiblecurrent
horizonEquipmentAlarmActiveEntry
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.2.100.1.3.3.1not-accessiblecurrent
horizonEquipmentAlarmActiveIndex
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.2.100.1.3.3.1.1Unsigned32 (1..4294967295)not-accessiblecurrent
horizonEquipmentAlarmActiveTime
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.2.100.1.3.3.1.2TimeStampnot-accessiblecurrent
horizonEquipmentAlarmActiveDateAndTime
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.2.100.1.3.3.1.3DateAndTimeread-onlycurrent
horizonEquipmentAlarmActiveSourceID
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.2.100.1.3.3.1.4OBJECT IDENTIFIERread-onlycurrent
horizonEquipmentSnmpTrap
OBJECT-IDENTITY
1.3.6.1.4.1.7262.2.100.1.4
horizonEquipmentOutTrapsCounter
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.2.100.1.4.1Counter32read-onlycurrent
horizonEquipmentLastOutTrapTimeStamp
OBJECT-TYPE
The value of sysUpTime when the last trap was sent.
1.3.6.1.4.1.7262.2.100.1.4.2TimeStampread-onlycurrent
horizonEquipmentTrapDestTable
OBJECT-TYPE
The trap destination table.
1.3.6.1.4.1.7262.2.100.1.4.4not-accessiblecurrent
horizonEquipmentTrapDestEntry
OBJECT-TYPE
An entry in the table. The table is indexed by the Manager IP Address.
1.3.6.1.4.1.7262.2.100.1.4.4.1not-accessiblecurrent
horizonEquipmentTrapDestAddress
OBJECT-TYPE
Manager IP address. STORAGE: volatile.
1.3.6.1.4.1.7262.2.100.1.4.4.1.1IpAddressnot-accessiblecurrent
horizonEquipmentTrapDestCommString
OBJECT-TYPE
Manager SNMP community string. STORAGE: volatile.
1.3.6.1.4.1.7262.2.100.1.4.4.1.2OCTET STRING (SIZE(1..24))read-createcurrent
horizonEquipmentTrapDestUdpPort
OBJECT-TYPE
Destination UDP port. Default: 162. STORAGE: volatile.
1.3.6.1.4.1.7262.2.100.1.4.4.1.3INTEGER (1..65535)read-createcurrent
horizonEquipmentTrapDestSnmpVer
OBJECT-TYPE
SMI version supported by the manager. STORAGE: volatile.
1.3.6.1.4.1.7262.2.100.1.4.4.1.4INTEGER {v1(0), v2(1)}read-createcurrent
horizonEquipmentTrapDestEraseTime
OBJECT-TYPE
The time (in hundredths of a second) after which the relevant row in horizonEquipmentTrapDestTable is erased. 1440000 (i.e. 4 hours) is the maximum value for this parameter. STORAGE: volatile.
1.3.6.1.4.1.7262.2.100.1.4.4.1.5TimeTicksread-createcurrent
horizonEquipmentTrapDestRowStatus
OBJECT-TYPE
The row status variable, used according to row creation and removal conventions.
1.3.6.1.4.1.7262.2.100.1.4.4.1.6RowStatusread-createcurrent
horizonEquipmentPseudoEventsObjects
OBJECT-IDENTITY
1.3.6.1.4.1.7262.2.100.2
horizonEquipmentConfChangeOid
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.2.100.2.1OBJECT IDENTIFIERread-onlycurrent
horizonEquipmentConfChangeMode
OBJECT-TYPE
Enable/Disable of sending ConfChange Trap. STORAGE: permanent.
1.3.6.1.4.1.7262.2.100.2.3EnableTyperead-writecurrent
horizonEquipmentMirrorObjects
OBJECT-IDENTITY
1.3.6.1.4.1.7262.2.100.3
horizonEquipmentMirrorFlag
OBJECT-TYPE
Fixed to 1=mirror trap
1.3.6.1.4.1.7262.2.100.3.1INTEGER (0..65535)read-onlycurrent

Notifications

NameOIDStatus
horizonEquipmentConfChangeNotification
NOTIFICATION-TYPE
Notification of configuration change.
1.3.6.1.4.1.7262.2.100.2.4current
horizonEquipmentMirrorColdStart
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.2.100.3.2current