adGenMEgressQueueSchedulerErrorCode

ADTRAN-GENMEGRESSQUEUE-MIB · .1.3.6.1.4.1.664.5.70.36.1.1.1.5

Object

column Enumeration
Error Code returned if the last Scheduler provisioning fails.
noError               - Provisiong of entry in this table succeeded.
writeToHardwareFailed - Writing to the hardware failed. 
                        This is a catastrophic error and probably will result in restart of the product.
weightSpreadExceeded  - Weights for the queue with the same CoS exceeded 10x limit.
weightExceed100       - Total weights exceed 100%.

Context

MIB
ADTRAN-GENMEGRESSQUEUE-MIB
OID
.1.3.6.1.4.1.664.5.70.36.1.1.1.5
Type
column
Access
readonly
Status
current
Parent
adGenMEgressQueueSchedulerEntry

Walk 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 'ADTRAN-GENMEGRESSQUEUE-MIB' -M '/opt/observium/mibs/adtran:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ADTRAN-GENMEGRESSQUEUE-MIB::adGenMEgressQueueSchedulerErrorCode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ADTRAN-GENMEGRESSQUEUE-MIB' -M '/opt/observium/mibs/adtran:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ADTRAN-GENMEGRESSQUEUE-MIB::adGenMEgressQueueSchedulerErrorCode.<ifIndex>.<adGenMEgressQueueSchedulerQueueIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ADTRAN-GENMEGRESSQUEUE-MIB' -M '/opt/observium/mibs/adtran:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ADTRAN-GENMEGRESSQUEUE-MIB::adGenMEgressQueueSchedulerErrorCode'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1noError
2writeToHardwareFailed
3weightSpreadExceeded
4weightExceed100