tpSnmpRmonAlarmCtrlStartUp
TPLINK-SNMPRMON-MIB ·
.1.3.6.1.4.1.11863.6.32.1.2.4.1.1.9
Object
column r/w
Enumeration
Specify the type of the alarm. risingAlarm(1),When the sampled value exceeds the Rise Hold, an alarm event is triggered. fallingAlarm(2),When the sampled value is under the Fall Hold, an alarm event is triggered. risingOrFallingAlarm(3),The alarm event will be triggered either the sampled value exceeds the Rise Hold or is under the Fall Hold.
Context
- MIB
- TPLINK-SNMPRMON-MIB
- OID
.1.3.6.1.4.1.11863.6.32.1.2.4.1.1.9- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- tpSnmpRmonAlarmCtrlEntry
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 'TPLINK-SNMPRMON-MIB' -M '/opt/observium/mibs/tplink:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TPLINK-SNMPRMON-MIB::tpSnmpRmonAlarmCtrlStartUp'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'TPLINK-SNMPRMON-MIB' -M '/opt/observium/mibs/tplink:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TPLINK-SNMPRMON-MIB::tpSnmpRmonAlarmCtrlStartUp.<tpSnmpRmonAlarmCtrlIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'TPLINK-SNMPRMON-MIB' -M '/opt/observium/mibs/tplink:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'TPLINK-SNMPRMON-MIB::tpSnmpRmonAlarmCtrlStartUp'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | risingAlarm |
2 | fallingAlarm |
3 | risingOrFallingAlarm |