queScheduleMode
Es2952-MIB ·
.1.3.6.1.4.1.3902.15.2.11.5.14.1.5
Object
column r/w
Enumeration
Port's queue-schedule mode. For fePort: wrr0 means Weight0-weight1-weight2-weight3; sp means SP-SP-SP-SP; wrr1-sp means Weight0-weight1-weight2-sp; wrr2-sp means Weight0-weight1-sp-sp. For gePort: session0,session1.
Context
- MIB
- Es2952-MIB
- OID
.1.3.6.1.4.1.3902.15.2.11.5.14.1.5- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- portQosParamEntry
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 'Es2952-MIB' -M '/opt/observium/mibs/zte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'Es2952-MIB::queScheduleMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'Es2952-MIB' -M '/opt/observium/mibs/zte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'Es2952-MIB::queScheduleMode.<portID>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'Es2952-MIB' -M '/opt/observium/mibs/zte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'Es2952-MIB::queScheduleMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | wrr0 |
1 | sp |
2 | wrr1-sp |
3 | wrr2-sp |
4 | session0 |
5 | session1 |