scPriorityQueuingModeControl
XSWITCH-MIB ·
.1.3.6.1.4.1.81.28.4.1.1.4
Object
column mandatory
r/w
Enumeration
Queuing operational mode.
Strict - in strict mode the low priority egress queues
are serviced only after the higher priority queue is emptied.
WRR mode - the egress queues serviced according to specified
ratio in weighted round robin manner.
Expedite - in expedite mode the highest priority queue
is serviced until it is empty and only then WRR queues
are served.
If Set-Request is executed when a device is in default mode
the corresponding module(s) immediately exits the default
state and the scPriorityQueuingDefaultControl table entry
respectively returns off value.
Context
- MIB
- XSWITCH-MIB
- OID
.1.3.6.1.4.1.81.28.4.1.1.4- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- scPriorityQueuingEntry
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 'XSWITCH-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'XSWITCH-MIB::scPriorityQueuingModeControl'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'XSWITCH-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'XSWITCH-MIB::scPriorityQueuingModeControl.<scPriorityQueuingModuleID>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'XSWITCH-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'XSWITCH-MIB::scPriorityQueuingModeControl'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | strictMode |
2 | wrrMode |
3 | expediteMode |