cosScheduleMechanism
DES-1210-10AXME ·
.1.3.6.1.4.1.171.10.75.14.12.1
Object
scalar r/w
Enumeration
Queuing mechanism. strictPriority(1) : Strict Priority wrr(2) : Weighted Round Robin Strict-priority scheduling is implemented with a special strict-priority scheduler node that is stacked directly above the port. Queues stacked on top of the strict-priority scheduler node always get bandwidth before other queues. Weighted round-robin scheduling is designed to better handle queues with different processing capacities. Each queue has a weight : Low is 1, Medium is 2, High is 4 and Highest is 8 for WS3 spec. Queues with higher weights get bandwidth before than other queues with less weights.
Context
- MIB
- DES-1210-10AXME
- OID
.1.3.6.1.4.1.171.10.75.14.12.1- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- companyQoSGroup
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DES-1210-10AXME' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DES-1210-10AXME::cosScheduleMechanism.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DES-1210-10AXME' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DES-1210-10AXME::cosScheduleMechanism'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | strictPriority |
2 | wrr |