tlpAlarmState
TRIPPLITE-PRODUCTS ·
.1.3.6.1.4.1.850.1.3.2.1.8
Object
column Enumeration
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 either cleared or was resolved. Each alarm condition must be cleared and acknowledged before it is removed from this table (see tlpAlarmAcknowledged).
Context
- MIB
- TRIPPLITE-PRODUCTS
- OID
.1.3.6.1.4.1.850.1.3.2.1.8- 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::tlpAlarmState'
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::tlpAlarmState.<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::tlpAlarmState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | active |
2 | inactive |