pmFlowRateConfigMeasureCmd
RAD-PM-MIB ·
.1.3.6.1.4.1.164.6.2.74.8.1.4
Object
column r/w
Enumeration
Issue a command for beginning the measurement of the Flow Rate.
Upon setting the command, the value shall be 'on (3)'.
After pmPortRateConfigDuration time elapses, the agent shall set this MIB object to 'off (2)'.
Upon invocation, all counters should be reset.
It is not possible to update this object while pmFlowRateConfigStatus is inProgress(3).
Context
- MIB
- RAD-PM-MIB
- OID
.1.3.6.1.4.1.164.6.2.74.8.1.4- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- pmFlowRateConfigEntry
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 'RAD-PM-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-PM-MIB::pmFlowRateConfigMeasureCmd'
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::pmFlowRateConfigMeasureCmd.<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::pmFlowRateConfigMeasureCmd'
Syntax
Enumeration
Values & Constraints
Enumerated Values
2 | off |
3 | on |