flowManagerCounterWrap
FLOW-METER-MIB ·
.1.3.6.1.2.1.40.1.4.1.5
Object
column deprecated
r/w
Enumeration
Specifies whether PDU and octet counters should wrap when they reach the top of their range (normal behaviour for Counter64 objects), or whether their scale factors should be used instead. The combination of counter and scale factor allows counts to be returned as non-negative binary floating point numbers, with 64-bit mantissas and 8-bit exponents.
Context
- MIB
- FLOW-METER-MIB
- OID
.1.3.6.1.2.1.40.1.4.1.5- Type
- column
- Access
- readwrite
- Status
- deprecated
- Parent
- flowManagerInfoEntry
- Groups
- 2
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 'FLOW-METER-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FLOW-METER-MIB::flowManagerCounterWrap'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FLOW-METER-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FLOW-METER-MIB::flowManagerCounterWrap.<flowManagerIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FLOW-METER-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FLOW-METER-MIB::flowManagerCounterWrap'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | wrap |
2 | scale |
Conformance
Member of