HORIZON-EQUIPMENT-LOG-MIB: View SNMP OID List / Download MIB

VENDOR: DRAGONWAVE


 Home MIB: HORIZON-EQUIPMENT-LOG-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
 horizonEquipmentLogMib 1.3.6.1.4.1.7262.2.100
This MIB Module defines a notification log mechanism and a current alarm list.
         horizonEquipmentLogMibObjects 1.3.6.1.4.1.7262.2.100.1
             horizonEquipmentConfigLog 1.3.6.1.4.1.7262.2.100.1.1
                 horizonEquipmentEventLogEntryLimit 1.3.6.1.4.1.7262.2.100.1.1.1 unsigned32 read-only
The maximum number of notification entries that may be held in EventLogTable.
             horizonEquipmentLog 1.3.6.1.4.1.7262.2.100.1.2
                 horizonEquipmentEventLogLastEntry 1.3.6.1.4.1.7262.2.100.1.2.1 unsigned32 read-only
The value of horizonEquipmentEventLogIndex at the time of the last creation of an entry in the horizonEquipmentEventLogTable.
                 horizonEquipmentEventLogTable 1.3.6.1.4.1.7262.2.100.1.2.2 no-access
A table of Notification log entries.
                     horizonEquipmentEventLogEntry 1.3.6.1.4.1.7262.2.100.1.2.2.1 no-access
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.
                         horizonEquipmentEventLogIndex 1.3.6.1.4.1.7262.2.100.1.2.2.1.1 unsigned32 no-access
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.
                         horizonEquipmentEventLogTime 1.3.6.1.4.1.7262.2.100.1.2.2.1.2 timestamp read-only
The value of sysUpTime when the entry was placed in the log.
                         horizonEquipmentEventLogDateAndTime 1.3.6.1.4.1.7262.2.100.1.2.2.1.3 dateandtime read-only
The local date and time when the entry was logged, useful when browsing the MIB.
                         horizonEquipmentEventLogNotificationID 1.3.6.1.4.1.7262.2.100.1.2.2.1.4 object identifier read-only
The NOTIFICATION-TYPE object identifier of the Notification that occurred.
                         horizonEquipmentEventLogVariables 1.3.6.1.4.1.7262.2.100.1.2.2.1.5 unsigned32 read-only
The number of variables in horizonEquipmentEventLogVariableTable for this logged notification.
                 horizonEquipmentEventLogVariableTable 1.3.6.1.4.1.7262.2.100.1.2.3 no-access
A table of variables to go with Notification log entries.
                     horizonEquipmentEventLogVariableEntry 1.3.6.1.4.1.7262.2.100.1.2.3.1 no-access
A Notification log entry variable. Entries appear in this table when there are variables in the varbind list of a Notification in horizonEquipmentEventLogTable.
                         horizonEquipmentEventLogVariableIndex 1.3.6.1.4.1.7262.2.100.1.2.3.1.1 unsigned32 no-access
A monotonically increasing integer, starting at 1 for a given horizonEquipmentEventLogIndex, for indexing variables within the logged Event Notification.
                         horizonEquipmentEventLogVariableID 1.3.6.1.4.1.7262.2.100.1.2.3.1.2 object identifier read-only
The variable's object identifier.
                         horizonEquipmentEventLogVariableValueType 1.3.6.1.4.1.7262.2.100.1.2.3.1.3 integer read-only
The type of the value. One and only one of the value objects that follow must be instantiated, based on this type. Enumeration: 'integer32': 4, 'octetString': 6, 'objectId': 7, 'timeTicks': 3, 'counter64': 8, 'unsigned32': 2, 'ipAddress': 5, 'counter32': 1.
                         horizonEquipmentEventLogVariableCounter32Val 1.3.6.1.4.1.7262.2.100.1.2.3.1.4 counter32 read-only
The value when horizonEquipmentEventLogVariableValueType is 'counter32'.
                         horizonEquipmentEventLogVariableUnsigned32Val 1.3.6.1.4.1.7262.2.100.1.2.3.1.5 unsigned32 read-only
The value when horizonEquipmentEventLogVariableValueType is 'unsigned32'.
                         horizonEquipmentEventLogVariableTimeTicksVal 1.3.6.1.4.1.7262.2.100.1.2.3.1.6 timeticks read-only
The value when horizonEquipmentEventLogVariableValueType is 'timeTicks'.
                         horizonEquipmentEventLogVariableInteger32Val 1.3.6.1.4.1.7262.2.100.1.2.3.1.7 integer32 read-only
The value when horizonEquipmentEventLogVariableValueType is 'integer32'.
                         horizonEquipmentEventLogVariableOctetStringVal 1.3.6.1.4.1.7262.2.100.1.2.3.1.8 octet string read-only
The value when horizonEquipmentEventLogVariableValueType is 'octetString'.
                         horizonEquipmentEventLogVariableIpAddressVal 1.3.6.1.4.1.7262.2.100.1.2.3.1.9 ipaddress read-only
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.
                         horizonEquipmentEventLogVariableOidVal 1.3.6.1.4.1.7262.2.100.1.2.3.1.10 object identifier read-only
The value when horizonEquipmentEventLogVariableValueType is 'objectId'.
                         horizonEquipmentEventLogVariableCounter64Val 1.3.6.1.4.1.7262.2.100.1.2.3.1.11 counter64 read-only
The value when horizonEquipmentEventLogVariableValueType is 'counter64'.
             horizonEquipmentAlarmList 1.3.6.1.4.1.7262.2.100.1.3
                 horizonEquipmentAlarmActiveLastChanged 1.3.6.1.4.1.7262.2.100.1.3.1 timeticks read-only
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.
                 horizonEquipmentAlarmActiveRowCounter 1.3.6.1.4.1.7262.2.100.1.3.2 counter32 read-only
The number of active alarms row in the table.
                 horizonEquipmentAlarmActiveTable 1.3.6.1.4.1.7262.2.100.1.3.3 no-access
A table of Active Alarms entries.
                     horizonEquipmentAlarmActiveEntry 1.3.6.1.4.1.7262.2.100.1.3.3.1 no-access
Entries appear in this table when alarms are raised. They are removed when the alarm is cleared.
                         horizonEquipmentAlarmActiveIndex 1.3.6.1.4.1.7262.2.100.1.3.3.1.1 unsigned32 no-access
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.
                         horizonEquipmentAlarmActiveTime 1.3.6.1.4.1.7262.2.100.1.3.3.1.2 timestamp no-access
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.
                         horizonEquipmentAlarmActiveDateAndTime 1.3.6.1.4.1.7262.2.100.1.3.3.1.3 dateandtime read-only
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.
                         horizonEquipmentAlarmActiveSourceID 1.3.6.1.4.1.7262.2.100.1.3.3.1.4 object identifier read-only
The MIB object identifier of the alarm (contained in an Alarm Notification type object) that is occurring.
             horizonEquipmentSnmpTrap 1.3.6.1.4.1.7262.2.100.1.4
                 horizonEquipmentOutTrapsCounter 1.3.6.1.4.1.7262.2.100.1.4.1 counter32 read-only
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
                 horizonEquipmentLastOutTrapTimeStamp 1.3.6.1.4.1.7262.2.100.1.4.2 timestamp read-only
The value of sysUpTime when the last trap was sent.
                 horizonEquipmentTrapDestTable 1.3.6.1.4.1.7262.2.100.1.4.4 no-access
The trap destination table.
                     horizonEquipmentTrapDestEntry 1.3.6.1.4.1.7262.2.100.1.4.4.1 no-access
An entry in the table. The table is indexed by the Manager IP Address.
                         horizonEquipmentTrapDestAddress 1.3.6.1.4.1.7262.2.100.1.4.4.1.1 ipaddress no-access
Manager IP address. STORAGE: volatile.
                         horizonEquipmentTrapDestCommString 1.3.6.1.4.1.7262.2.100.1.4.4.1.2 octet string read-only
Manager SNMP community string. STORAGE: volatile.
                         horizonEquipmentTrapDestUdpPort 1.3.6.1.4.1.7262.2.100.1.4.4.1.3 integer read-only
Destination UDP port. Default: 162. STORAGE: volatile.
                         horizonEquipmentTrapDestSnmpVer 1.3.6.1.4.1.7262.2.100.1.4.4.1.4 integer read-only
SMI version supported by the manager. STORAGE: volatile. Enumeration: 'v1': 0, 'v2': 1.
                         horizonEquipmentTrapDestEraseTime 1.3.6.1.4.1.7262.2.100.1.4.4.1.5 timeticks read-only
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.
                         horizonEquipmentTrapDestRowStatus 1.3.6.1.4.1.7262.2.100.1.4.4.1.6 rowstatus read-only
The row status variable, used according to row creation and removal conventions.
         horizonEquipmentPseudoEventsObjects 1.3.6.1.4.1.7262.2.100.2
             horizonEquipmentConfChangeOid 1.3.6.1.4.1.7262.2.100.2.1 object identifier read-only
The OID of the last node changed. It is sent to the managers in order to notify a configuration change.
             horizonEquipmentConfChangeMode 1.3.6.1.4.1.7262.2.100.2.3 enabletype read-write
Enable/Disable of sending ConfChange Trap. STORAGE: permanent.
             horizonEquipmentConfChangeNotification 1.3.6.1.4.1.7262.2.100.2.4
Notification of configuration change.
         horizonEquipmentMirrorObjects 1.3.6.1.4.1.7262.2.100.3
             horizonEquipmentMirrorFlag 1.3.6.1.4.1.7262.2.100.3.1 integer read-only
Fixed to 1=mirror trap
             horizonEquipmentMirrorColdStart 1.3.6.1.4.1.7262.2.100.3.2
A coldStart trap signifies that the SNMP entity, supporting a notification originator application, is reinitializing itself and that its configuration may have been altered.