osEthServClassifyFlowBy

OS-ETH-SERV-MIB · .1.3.6.1.4.1.6926.2.10.2.1.11

Object

column deprecated r/w Enumeration
Multiplex according to DSCP, VPT p_bits, both or the port priority.
The value none(2) means, that any classification will not be done,
and there will be only one flow (entry in osEthServFlowTable) 
The rest values mean:
                pcp      - classification by Priority Code Point (802.1p);
                dscp     - classification by Differentiated Services Code Point;
                pcpdscp  - classification by PCP, if PCP is absent, then
                           classification by DSCP;
                dscppcp  - classification by DSCP, if DSCP is absent, then
                           classification by PCP;
                portPrio - classification by port priority.

Context

MIB
OS-ETH-SERV-MIB
OID
.1.3.6.1.4.1.6926.2.10.2.1.11
Type
column
Access
readwrite
Status
deprecated
Parent
osEthServEntry
Groups
1

Walk 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 'OS-ETH-SERV-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'OS-ETH-SERV-MIB::osEthServClassifyFlowBy'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'OS-ETH-SERV-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'OS-ETH-SERV-MIB::osEthServClassifyFlowBy.<osEthServId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'OS-ETH-SERV-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'OS-ETH-SERV-MIB::osEthServClassifyFlowBy'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1unknown
2none
3pcp
4dscp
5pcpdscp
6dscppcp
7portPrio

Conformance