bwProfileColorAware
MEF-R-MIB ·
.1.3.6.1.4.1.164.20.8.1.3.1.1.12
Object
This attribute defines whether the policing function assumes ingress
frames are already colored and must be treated, or not. This attribute
implements the MEF's Color Mode (CM) attribute.
true
Frames are already colored and hence the policing function must be aware
of the color information which is set in the ingress frames.
false
Frames are not colored and hence the policing function ignores any color
information which is set in the ingress frames.
.
Context
- MIB
- MEF-R-MIB
- OID
.1.3.6.1.4.1.164.20.8.1.3.1.1.12- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- bwProfileEntry
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 'MEF-R-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MEF-R-MIB::bwProfileColorAware'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MEF-R-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MEF-R-MIB::bwProfileColorAware.<bwProfileID>.<bwProfileIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MEF-R-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MEF-R-MIB::bwProfileColorAware'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |