tlpAlarmTableRef
TRIPPLITE-PRODUCTS ·
.1.3.6.1.4.1.850.1.3.2.1.4
Object
column
ObjectIdentifier
This value references the OID of a table object applicable to the alarm
condition. This, in conjunction with the table row as defined by
tlpAlarmTableRowRef, specifies the object/row within this table to which
the alarm condition applies.
Example 1 -- The following sample values will be returned for a UPS on
battery:
tlpAlarmId 28
tlpAlarmDescr tlpUpsAlarmOnBattery
tlpAlarmTime 12345678
tlpAlarmTableRef tlpDeviceTable
tlpAlarmTableRowRef tlpDeviceIndex.2
tlpAlarmDetail On Battery
tlpAlarmType warning
tlpAlarmState active
tlpAlarmAcknowledged notAcknowledged
In the above example, tlpAlarmTableRef references the device table and
tlpAlarmTableRowRef references the 2nd managed device in that table.
Example 2 -- The following sample values will be returned for a PDU with
a load turned off:
tlpAlarmId 46
tlpAlarmDescr tlpPduAlarmLoadOff
tlpAlarmTime 12345678
tlpAlarmTableRef tlpPduOutletTable
tlpAlarmTableRowRef tlpOutletIndex.1.4
tlpAlarmDetail Load Off
tlpAlarmType warning
tlpAlarmState active
tlpAlarmAcknowledged acknowledged
In the above example, tlpAlarmTableRef references the pdu outlet table and
tlpAlarmTableRowRef references the 4th outlet on the 1st managed device.
Context
- MIB
- TRIPPLITE-PRODUCTS
- OID
.1.3.6.1.4.1.850.1.3.2.1.4- Type
- column
- Access
- readonly
- Status
- current
- Parent
- tlpAlarmEntry
- Table
- tlpAlarmTable
- Siblings
- 8
Syntax
ObjectIdentifier
Values & Constraints
No enumerated values or constraints recorded.
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| tlpAlarmId A unique identifier for an alarm condition. This value will remain
constant for the duration of the alarm condition. | column | SNMPv2-SMIUnsigned32 | .1.3.6.1.4.1.850.1.3.2.1.1 |
| tlpAlarmDescr A reference of the alarm description object. The object referenced
should not be accessible, but rather be used to provide a unique
description for the alarm condition. The object… | column | ObjectIdentifier | .1.3.6.1.4.1.850.1.3.2.1.2 |
| tlpAlarmTime The value of sysUpTime when the alarm condition was detected. If the
alarm condition was detected at the time of agent startup and presumably
existed before agent startup, the val… | column | SNMPv2-TCTimeStamp | .1.3.6.1.4.1.850.1.3.2.1.3 |
| tlpAlarmTableRowRef This value is used in conjunction with tlpAlarmTableRef to define the
object associated with this alarm condition. See the description of
tlpAlarmTableRef for more information. | column | ObjectIdentifier | .1.3.6.1.4.1.850.1.3.2.1.5 |
| tlpAlarmDetail A textual description of the alarm condition. | column | SNMPv2-TCDisplayString | .1.3.6.1.4.1.850.1.3.2.1.6 |
| tlpAlarmType The category/group of this alarm. | column | Enumeration | .1.3.6.1.4.1.850.1.3.2.1.7 |
| tlpAlarmState The current state of this alarm condition. An active(1) alarm is a condition
that currently exists. An inactive(2) alarm is a condition that no longer exists
because the alarm eit… | column | Enumeration | .1.3.6.1.4.1.850.1.3.2.1.8 |
| tlpAlarmAcknowledged Denotes whether the alarm condition has been acknowledged. The agent will
return notAcknowledged(1) if the condition has not been acknowledged, or
acknowledged(2) when acknowledge… | column | Enumeration | .1.3.6.1.4.1.850.1.3.2.1.9 |