l2QosPortPriorityMode
WESTERMO-WEOS-MIB ·
.1.3.6.1.4.1.16177.2.1.3.2.2.1.3
Object
column r/w
Enumeration
The priority mode (tag, ip or port) to be used on this specific port. 1. (tag): Use the incoming packet's VLAN tag priority value to determine its priority. (Untagged packets will have their priority based on the configured port priority.) 2. (ip): Use the incoming packet's IP ToS/DSCP priority value to determine its priority. (Non-IP packets will have their priority based on the configured port priority.) 3. (port): Use the ingress port's configured priority to determine the packets priority.
Context
- MIB
- WESTERMO-WEOS-MIB
- OID
.1.3.6.1.4.1.16177.2.1.3.2.2.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- l2QosPortEntry
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 'WESTERMO-WEOS-MIB' -M '/opt/observium/mibs/westermo:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'WESTERMO-WEOS-MIB::l2QosPortPriorityMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'WESTERMO-WEOS-MIB' -M '/opt/observium/mibs/westermo:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'WESTERMO-WEOS-MIB::l2QosPortPriorityMode.<l2QosPortIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'WESTERMO-WEOS-MIB' -M '/opt/observium/mibs/westermo:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'WESTERMO-WEOS-MIB::l2QosPortPriorityMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | tag |
2 | ip |
3 | port |