pmFlowRateConfigStatus

RAD-PM-MIB · .1.3.6.1.4.1.164.6.2.74.8.1.7

Object

column Enumeration
Status of the measurement:
idle       - Measurement is not running at present.
             For example, after row is created and before running the measurement.
inProgress - Rate is currently being measured.
failed     - Measurement has failed. Examples for failure causes:
             Measurement aborted due to Clear Statistics invocation or shutdown of entity
             during measurement.
passed     - Rate measurement has succeeded.

Context

MIB
RAD-PM-MIB
OID
.1.3.6.1.4.1.164.6.2.74.8.1.7
Type
column
Access
readonly
Status
current
Parent
pmFlowRateConfigEntry

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 'RAD-PM-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-PM-MIB::pmFlowRateConfigStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RAD-PM-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-PM-MIB::pmFlowRateConfigStatus.<pmFlowRateConfigflowIdx1>.<pmFlowRateConfigflowIdx2>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RAD-PM-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RAD-PM-MIB::pmFlowRateConfigStatus'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1notApplicable
2idle
3inProgress
4failed
5passed