adGenEgressQueueSchedulerErrorCode
ADTRAN-GENEGRESSQUEUE-MIB ·
.1.3.6.1.4.1.664.5.70.9.1.1.1.5
Object
column Enumeration
Error Code returned if the last Scheduler provisioning fails.
noError - Provisioning 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-GENEGRESSQUEUE-MIB
- OID
.1.3.6.1.4.1.664.5.70.9.1.1.1.5- Type
- column
- Access
- readonly
- Status
- current
- Parent
- adGenEgressQueueSchedulerEntry
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 'ADTRAN-GENEGRESSQUEUE-MIB' -M '/opt/observium/mibs/adtran:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ADTRAN-GENEGRESSQUEUE-MIB::adGenEgressQueueSchedulerErrorCode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ADTRAN-GENEGRESSQUEUE-MIB' -M '/opt/observium/mibs/adtran:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ADTRAN-GENEGRESSQUEUE-MIB::adGenEgressQueueSchedulerErrorCode.<ifIndex>.<adGenEgressQueueSchedulerQueueIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ADTRAN-GENEGRESSQUEUE-MIB' -M '/opt/observium/mibs/adtran:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ADTRAN-GENEGRESSQUEUE-MIB::adGenEgressQueueSchedulerErrorCode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | noError |
2 | writeToHardwareFailed |
3 | weightSpreadExceeded |
4 | weightExceed100 |