EQUIPMENT-COMMON-MIB

File: EQUIPMENT-COMMON-MIB.mib (18185 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC DWI-HARMONY-PRIVATE-MIB

Imported symbols

MODULE-IDENTITY NOTIFICATION-TYPE OBJECT-TYPE
Counter64 IpAddress Integer32
TimeTicks Counter32 Unsigned32
TEXTUAL-CONVENTION DisplayString DateAndTime
TimeStamp equipmentCommon

Defined Types

EnableType  
Enabled/Disabled
TEXTUAL-CONVENTION    
  INTEGER disabled(0), enabled(1)  

EquipmentEventLogEntry  
SEQUENCE    
  equipmentEventLogIndex Unsigned32
  equipmentEventLogTime TimeStamp
  equipmentEventLogDateAndTime DateAndTime
  equipmentEventLogNotificationID OBJECT IDENTIFIER
  equipmentEventLogVariables Unsigned32

EquipmentEventLogVariableEntry  
SEQUENCE    
  equipmentEventLogVariableIndex Unsigned32
  equipmentEventLogVariableID OBJECT IDENTIFIER
  equipmentEventLogVariableValueType INTEGER
  equipmentEventLogVariableCounter32Val Counter32
  equipmentEventLogVariableUnsigned32Val Unsigned32
  equipmentEventLogVariableTimeTicksVal TimeTicks
  equipmentEventLogVariableInteger32Val Integer32
  equipmentEventLogVariableOctetStringVal OCTET STRING
  equipmentEventLogVariableIpAddressVal IpAddress
  equipmentEventLogVariableOidVal OBJECT IDENTIFIER
  equipmentEventLogVariableCounter64Val Counter64

EquipmentAlarmActiveEntry  
SEQUENCE    
  equipmentAlarmActiveIndex Unsigned32
  equipmentAlarmActiveTime TimeStamp
  equipmentAlarmActiveDateAndTime DateAndTime
  equipmentAlarmActiveName DisplayString
  equipmentAlarmActiveID Integer32
  equipmentAlarmActiveInstance Unsigned32
  equipmentAlarmActiveTrapOID OBJECT IDENTIFIER
  equipmentAlarmActiveSeverity INTEGER
  equipmentAlarmActiveConditionId DisplayString

Defined Values

equipmentCommonMib 1.3.6.1.4.1.7262.20.100
This MIB Module defines a notification log mechanism and a current alarm list.
MODULE-IDENTITY    

equipmentCommonObjects 1.3.6.1.4.1.7262.20.1
OBJECT IDENTIFIER    

equipmentConfigLog 1.3.6.1.4.1.7262.20.1.1
OBJECT IDENTIFIER    

equipmentLog 1.3.6.1.4.1.7262.20.1.2
OBJECT IDENTIFIER    

equipmentAlarmList 1.3.6.1.4.1.7262.20.1.3
OBJECT IDENTIFIER    

equipmentSnmpTrap 1.3.6.1.4.1.7262.20.1.4
OBJECT IDENTIFIER    

equipmentPseudoEventsObjects 1.3.6.1.4.1.7262.20.2
OBJECT IDENTIFIER    

equipmentMirrorObjects 1.3.6.1.4.1.7262.20.3
OBJECT IDENTIFIER    

equipmentEventLogEntryLimit 1.3.6.1.4.1.7262.20.1.1.1
The maximum number of notification entries that may be held in EventLogTable.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

equipmentEventLogLastEntry 1.3.6.1.4.1.7262.20.1.2.1
The value of equipmentEventLogIndex at the time of the last creation of an entry in the equipmentEventLogTable.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

equipmentEventLogTable 1.3.6.1.4.1.7262.20.1.2.2
A table of Notification log entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EquipmentEventLogEntry

equipmentEventLogEntry 1.3.6.1.4.1.7262.20.1.2.2.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  EquipmentEventLogEntry  

equipmentEventLogIndex 1.3.6.1.4.1.7262.20.1.2.2.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4294967295  

equipmentEventLogTime 1.3.6.1.4.1.7262.20.1.2.2.1.2
The value of sysUpTime when the entry was placed in the log.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

equipmentEventLogDateAndTime 1.3.6.1.4.1.7262.20.1.2.2.1.3
The local date and time when the entry was logged, useful when browsing the MIB.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

equipmentEventLogNotificationID 1.3.6.1.4.1.7262.20.1.2.2.1.4
The NOTIFICATION-TYPE object identifier of the Notification that occurred.
Status: current Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

equipmentEventLogVariables 1.3.6.1.4.1.7262.20.1.2.2.1.5
The number of variables in equipmentEventLogVariableTable for this logged notification.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

equipmentEventLogVariableTable 1.3.6.1.4.1.7262.20.1.2.3
A table of variables to go with Notification log entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EquipmentEventLogVariableEntry

equipmentEventLogVariableEntry 1.3.6.1.4.1.7262.20.1.2.3.1
A Notification log entry variable. Entries appear in this table when there are variables in the varbind list of a Notification in equipmentEventLogTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  EquipmentEventLogVariableEntry  

equipmentEventLogVariableIndex 1.3.6.1.4.1.7262.20.1.2.3.1.1
A monotonically increasing integer, starting at 1 for a given equipmentEventLogIndex, for indexing variables within the logged Event Notification.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4294967295  

equipmentEventLogVariableID 1.3.6.1.4.1.7262.20.1.2.3.1.2
The variable's object identifier.
Status: current Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

equipmentEventLogVariableValueType 1.3.6.1.4.1.7262.20.1.2.3.1.3
The type of the value. One and only one of the value objects that follow must be instantiated, based on this type.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER counter32(1), unsigned32(2), timeTicks(3), integer32(4), ipAddress(5), octetString(6), objectId(7), counter64(8)  

equipmentEventLogVariableCounter32Val 1.3.6.1.4.1.7262.20.1.2.3.1.4
The value when equipmentEventLogVariableValueType is 'counter32'.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

equipmentEventLogVariableUnsigned32Val 1.3.6.1.4.1.7262.20.1.2.3.1.5
The value when equipmentEventLogVariableValueType is 'unsigned32'.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

equipmentEventLogVariableTimeTicksVal 1.3.6.1.4.1.7262.20.1.2.3.1.6
The value when equipmentEventLogVariableValueType is 'timeTicks'.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

equipmentEventLogVariableInteger32Val 1.3.6.1.4.1.7262.20.1.2.3.1.7
The value when equipmentEventLogVariableValueType is 'integer32'.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

equipmentEventLogVariableOctetStringVal 1.3.6.1.4.1.7262.20.1.2.3.1.8
The value when equipmentEventLogVariableValueType is 'octetString'.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

equipmentEventLogVariableIpAddressVal 1.3.6.1.4.1.7262.20.1.2.3.1.9
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.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

equipmentEventLogVariableOidVal 1.3.6.1.4.1.7262.20.1.2.3.1.10
The value when equipmentEventLogVariableValueType is 'objectId'.
Status: current Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

equipmentEventLogVariableCounter64Val 1.3.6.1.4.1.7262.20.1.2.3.1.11
The value when equipmentEventLogVariableValueType is 'counter64'.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

equipmentAlarmActiveLastChanged 1.3.6.1.4.1.7262.20.1.3.1
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.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

equipmentAlarmActiveRowCounter 1.3.6.1.4.1.7262.20.1.3.2
The number of active alarms row in the table.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

equipmentAlarmActiveTable 1.3.6.1.4.1.7262.20.1.3.3
A table of Active Alarms entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EquipmentAlarmActiveEntry

equipmentAlarmActiveEntry 1.3.6.1.4.1.7262.20.1.3.3.1
Entries appear in this table when alarms are raised. They are removed when the alarm is cleared.
Status: current Access: not-accessible
OBJECT-TYPE    
  EquipmentAlarmActiveEntry  

equipmentAlarmActiveIndex 1.3.6.1.4.1.7262.20.1.3.3.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4294967295  

equipmentAlarmActiveTime 1.3.6.1.4.1.7262.20.1.3.3.1.2
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  TimeStamp  

equipmentAlarmActiveDateAndTime 1.3.6.1.4.1.7262.20.1.3.3.1.3
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.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

equipmentAlarmActiveName 1.3.6.1.4.1.7262.20.1.3.3.1.4
This object indicates the active alarm name.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

equipmentAlarmActiveID 1.3.6.1.4.1.7262.20.1.3.3.1.5
This object indicates the active alarm ID which is the index to the alarm configuration table defined in product specific MIB.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

equipmentAlarmActiveInstance 1.3.6.1.4.1.7262.20.1.3.3.1.6
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

equipmentAlarmActiveTrapOID 1.3.6.1.4.1.7262.20.1.3.3.1.7
The MIB object identifier of the alarm (contained in an Alarm Notification type object) that is occurring.
Status: current Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

equipmentAlarmActiveSeverity 1.3.6.1.4.1.7262.20.1.3.3.1.8
This object indicates the active alarm severity.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER warning(1), minor(2), major(3), critical(4)  

equipmentAlarmActiveConditionId 1.3.6.1.4.1.7262.20.1.3.3.1.9
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

equipmentOutTrapsCounter 1.3.6.1.4.1.7262.20.1.4.1
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
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

equipmentLastOutTrapTimeStamp 1.3.6.1.4.1.7262.20.1.4.2
The value of sysUpTime when the last trap was sent.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

equipmentTrapInfo 1.3.6.1.4.1.7262.20.1.4.3
A string representing additional info that can be used as the varbind in trap.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

equipmentConfChangeOid 1.3.6.1.4.1.7262.20.2.1
The OID of the last node changed. It is sent to the managers in order to notify a configuration change.
Status: current Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

equipmentConfChangeMode 1.3.6.1.4.1.7262.20.2.2
Enable/Disable of sending ConfChange Trap. STORAGE: permanent.
Status: current Access: read-write
OBJECT-TYPE    
  EnableType  

equipmentConfChangeNotification 1.3.6.1.4.1.7262.20.2.3
Notification of configuration change.
Status: current Access: read-write
NOTIFICATION-TYPE    

equipmentMirrorFlag 1.3.6.1.4.1.7262.20.3.1
Fixed to 1=mirror trap
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..65535  

equipmentMirrorColdStart 1.3.6.1.4.1.7262.20.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.
Status: current Access: read-only
NOTIFICATION-TYPE