markingProfileDeiAware
RAD-Services-MIB ·
.1.3.6.1.4.1.164.6.3.12.1.7
Object
column r/w
Enumeration
This attribute defines the DEI usage.
aware - Profile include DEI mapping - setting the DEI according to its
color, map each priority to specific DEI
notAware - Profile doesn't include DEI mapping.
alwaysGreen - DEI set to 0
alwaysYellow - DEI set to 1
byPolicer - Profile include DEI mapping according to the policer.
Context
- MIB
- RAD-Services-MIB
- OID
.1.3.6.1.4.1.164.6.3.12.1.7- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- markingProfileEntry
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-Services-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-Services-MIB::markingProfileDeiAware'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RAD-Services-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-Services-MIB::markingProfileDeiAware.<markingProfileIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RAD-Services-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RAD-Services-MIB::markingProfileDeiAware'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | aware |
2 | notAware |
3 | alwaysGreen |
4 | alwaysYellow |
5 | byPolicer |