adGenUpgradeFailureStatus
ADTRAN-GENUPGRADE-MIB ·
.1.3.6.1.4.1.664.5.13.4.1.1.1.1
Object
column mandatory
Enumeration
The failure status of the software upgrade process. Cards that have never been upgraded should return the noFailure(1) status. The genericFailure(2) status should be returned when the card is not capable of determining the specific reason for the upgrade failure.
Context
- MIB
- ADTRAN-GENUPGRADE-MIB
- OID
.1.3.6.1.4.1.664.5.13.4.1.1.1.1- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- adGenUpgradeStatusEntry
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-GENUPGRADE-MIB' -M '/opt/observium/mibs/adtran:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ADTRAN-GENUPGRADE-MIB::adGenUpgradeFailureStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ADTRAN-GENUPGRADE-MIB' -M '/opt/observium/mibs/adtran:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ADTRAN-GENUPGRADE-MIB::adGenUpgradeFailureStatus.<adGenSlotInfoIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ADTRAN-GENUPGRADE-MIB' -M '/opt/observium/mibs/adtran:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ADTRAN-GENUPGRADE-MIB::adGenUpgradeFailureStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | noFailure |
2 | genericFailure |
3 | ymodemProtocolFailure |
4 | wrongSoftwareSentFailure |
5 | softwareValidationFailure |