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
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'TRIPPLITE-PRODUCTS' -M '/opt/observium/mibs/tripplite:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TRIPPLITE-PRODUCTS::tlpAlarmTableRef'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'TRIPPLITE-PRODUCTS' -M '/opt/observium/mibs/tripplite:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TRIPPLITE-PRODUCTS::tlpAlarmTableRef.<tlpAlarmId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'TRIPPLITE-PRODUCTS' -M '/opt/observium/mibs/tripplite:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'TRIPPLITE-PRODUCTS::tlpAlarmTableRef'
Syntax
ObjectIdentifier
Values & Constraints
No enumerated values or constraints recorded.