uniPacketColoring
MEF-R-MIB ·
.1.3.6.1.4.1.164.20.8.1.5.1.1.23
Object
column r/w
Enumeration
Determines whether the packet's computed color will be marked on Egress TAG, and if coloring will use DEI bit OR coloring will be based on CoS+color --> SP-Priority conversion table.
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::uniPacketColoring'
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::uniPacketColoring.<ifIndex>.<uniRunningIndex>'
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::uniPacketColoring'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | disabled |
2 | deiColoring |
3 | priorityLsbColoring |