tpSnmpRmonAlarmCtrlSampleType
TPLINK-SNMPRMON-MIB ·
.1.3.6.1.4.1.11863.6.32.1.2.4.1.1.4
Object
column r/w
Enumeration
The method of sampling the selected variable and calculating the value to be compared against the thresholds. absoluteValue(1),compares the values directly with the thresholds at the end of the sampling interval. deltaValue(2),subtracts the last sampled value from the current value. The difference in the values is compared to the threshold.
Context
- MIB
- TPLINK-SNMPRMON-MIB
- OID
.1.3.6.1.4.1.11863.6.32.1.2.4.1.1.4- 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::tpSnmpRmonAlarmCtrlSampleType'
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::tpSnmpRmonAlarmCtrlSampleType.<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::tpSnmpRmonAlarmCtrlSampleType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | absoluteValue |
2 | deltaValue |