sysIfPktPriority
MPIOS-MIB ·
.1.3.6.1.4.1.5651.3.20.1.1.300.1.100.1.1
Object
column Enumeration
The precedence of IP packet, it start from 1 to 9. Numeric one represent the precedence 0, two represent 1 and so on. 9 represent the number of non-IP packet.
Context
- MIB
- MPIOS-MIB
- OID
.1.3.6.1.4.1.5651.3.20.1.1.300.1.100.1.1- Type
- column
- Access
- readonly
- Status
- current
- Parent
- sysIfPktPriStaEntry
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 'MPIOS-MIB' -M '/opt/observium/mibs/maipu:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MPIOS-MIB::sysIfPktPriority'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MPIOS-MIB' -M '/opt/observium/mibs/maipu:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MPIOS-MIB::sysIfPktPriority.<sysIfPktPriority>.<sysIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MPIOS-MIB' -M '/opt/observium/mibs/maipu:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MPIOS-MIB::sysIfPktPriority'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | priority0 |
2 | priority1 |
3 | priority2 |
4 | priority3 |
5 | priority4 |
6 | priority5 |
7 | priority6 |
8 | priority7 |
9 | other |