pqDefaultQueue
HMPRIV-MAX-MIB ·
.1.3.6.1.4.1.248.70.12.6.5.3.1.3
Object
column mandatory
r/w
Enumeration
Default queue for this port. If the value of this object is none(3), then the packets coming with priorities(0-7) will go to queue(low/high) as specified by the following MIB variables.
Context
- MIB
- HMPRIV-MAX-MIB
- OID
.1.3.6.1.4.1.248.70.12.6.5.3.1.3- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- priorityQueueEntry
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 'HMPRIV-MAX-MIB' -M '/opt/observium/mibs/hirschmann:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HMPRIV-MAX-MIB::pqDefaultQueue'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HMPRIV-MAX-MIB' -M '/opt/observium/mibs/hirschmann:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HMPRIV-MAX-MIB::pqDefaultQueue.<pqPortIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HMPRIV-MAX-MIB' -M '/opt/observium/mibs/hirschmann:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HMPRIV-MAX-MIB::pqDefaultQueue'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | low |
2 | medium |
3 | normal |
4 | high |
5 | none |