fsQoSSchedulerSchedAlgorithm
SUPERMICRO-QOS-MIB ·
.1.3.6.1.4.1.10876.101.2.6.1.4.6.1.2
Object
column r/w
Enumeration
Sets the packet scheduling algorithm for the port The default is strictPriority(1).
Context
- MIB
- SUPERMICRO-QOS-MIB
- OID
.1.3.6.1.4.1.10876.101.2.6.1.4.6.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- fsQoSSchedulerEntry
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 'SUPERMICRO-QOS-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SUPERMICRO-QOS-MIB::fsQoSSchedulerSchedAlgorithm'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SUPERMICRO-QOS-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SUPERMICRO-QOS-MIB::fsQoSSchedulerSchedAlgorithm.<ifIndex>.<fsQoSSchedulerId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SUPERMICRO-QOS-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SUPERMICRO-QOS-MIB::fsQoSSchedulerSchedAlgorithm'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | strictPriority |
2 | roundRobin |
3 | weightedRoundRobin |
4 | weightedFairQueing |
5 | strictRoundRobin |
6 | strictWeightedRoundRobin |
7 | strictWeightedFairQueing |
8 | deficitRoundRobin |