rcQosTrafficStatsPolicerType
RAISECOM-QOS-MIB ·
.1.3.6.1.4.1.8886.1.33.3.1.1.4
Object
column Enumeration
It indicates the token bucket for the policer. singleflow(1) means that a token bucket is assigned to a 'match' item. Classflow(2) means that all 'match'items share a single token bucket. Aggregate(3)means that the token bucket can be shared by some classes.
Context
- MIB
- RAISECOM-QOS-MIB
- OID
.1.3.6.1.4.1.8886.1.33.3.1.1.4- Type
- column
- Access
- readonly
- Status
- current
- Parent
- rcQosTrafficStatsEntry
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 'RAISECOM-QOS-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAISECOM-QOS-MIB::rcQosTrafficStatsPolicerType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RAISECOM-QOS-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAISECOM-QOS-MIB::rcQosTrafficStatsPolicerType.<rcQosTrafficStatsPort>.<rcQosTrafficStatsDirection>.<rcQosTrafficStatsCmapName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RAISECOM-QOS-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RAISECOM-QOS-MIB::rcQosTrafficStatsPolicerType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | none |
1 | singleflow |
2 | classflow |
3 | aggregate |