rAlarmSampleType

SWITCH-RMON-MIB · .1.3.6.1.4.1.8886.6.1.22.3.1.1.4

Object

column mandatory r/w Enumeration
The method of sampling the selected variable and
calculating the value to be compared against the
thresholds.  If the value of this object is
absoluteValue(1), the value of the selected variable
will be compared directly with the thresholds at the
end of the sampling interval.  If the value of this
object is deltaValue(2), the value of the selected
variable at the last sample will be subtracted from
the current value, and the difference compared with
the thresholds.
              
This object may not be modified if the associated
alarmStatus object is equal to valid(1).

Context

MIB
SWITCH-RMON-MIB
OID
.1.3.6.1.4.1.8886.6.1.22.3.1.1.4
Type
column
Access
readwrite
Status
mandatory
Parent
rAlarmEntry

Walk 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 'SWITCH-RMON-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SWITCH-RMON-MIB::rAlarmSampleType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SWITCH-RMON-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SWITCH-RMON-MIB::rAlarmSampleType.<rAlarmIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SWITCH-RMON-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SWITCH-RMON-MIB::rAlarmSampleType'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1absoluteValue
2deltaValue