rcQosBandwidthProfileColorMode
RAISECOM-QOS-MIB ·
.1.3.6.1.4.1.8886.1.33.2.12.1.6
Object
column r/w
Enumeration
It indicates that whether the bucket is aware to traffic's color. if color-bind, the bucket does not care of traffic's color marked. if color-aware, the bucket will take care of the color of the traffic already marked.
Context
- MIB
- RAISECOM-QOS-MIB
- OID
.1.3.6.1.4.1.8886.1.33.2.12.1.6- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- rcQosBandwidthProfileCfgEntry
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::rcQosBandwidthProfileColorMode'
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::rcQosBandwidthProfileColorMode.<rcQosBandwidthProfileCfgIndex>'
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::rcQosBandwidthProfileColorMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | color-blind |
1 | color-aware |