adAOSDownloadErrorStatus
ADTRAN-AOSDOWNLOAD ·
.1.3.6.1.4.1.664.5.53.1.3.1.1.8
Object
column
Enumeration
Status of download. The first seven codes are
equal to the codes defined by the TFTP protocol.
'notDefined' is the same as TFTP protocol error 0.
The following are the other possible values for this
object:
corruptFile - the agent detected a problem
with the download file format.
noServer - the TFTP server at
adAOSDownloadTAddress did not
respond to the TFTP request.
tftpTimeout - the download was aborted due
to excessive timeouts.
hardwareError - there was a hardware problem
on the agent that forced an
abort of the download (see
adAOSDownloadErrorText for
more detailed information).
success - the download has completed
successfully.
aborted - the download was aborted by
setting the
adAOSDownloadStatus to
'notInService' or 'delete'.
inProgress - the TFTP transfer is currently
active.
idle - means that the download has
not yet started (i.e. the
value of adAOSDownloadStatus
has not yet been set to
'active').
erasingEeprom - the agent is currently erasing
the EEPROM device.
incompleteFirmware - the agent is running an
incomplete version of firmware
and requires a download.
requirePowerCycle - the agent must be power cycled
to run the newly downloaded
firmware.
cannotUpgrade - the agent's current firmware
revision cannot be upgraded to
the revision in the download
file.
cannotDowngrade - the agent's current firmware
revision cannot be downgraded
to the revision in the
download file.
Context
- MIB
- ADTRAN-AOSDOWNLOAD
- OID
.1.3.6.1.4.1.664.5.53.1.3.1.1.8- Type
- column
- Access
- readonly
- Status
- current
- Parent
- adAOSDownloadEntry
- Table
- adAOSDownloadTable
- Siblings
- 13
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | fileNotFound |
2 | accessViolation |
3 | diskFull |
4 | illegalOperation |
5 | unknownTID |
6 | fileExists |
7 | noSuchUser |
8 | notDefined |
9 | corruptFile |
10 | noServer |
11 | tftpTimeout |
12 | hardwareError |
13 | success |
14 | aborted |
15 | inProgress |
16 | idle |
17 | erasingEeprom |
18 | incompleteFirmware |
19 | requirePowerCycle |
20 | cannotUpgrade |
21 | cannotDowngrade |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| adAOSDownloadIndex The index which uniquely identifies this row.
The only legal value for this object is 1. | column | Enumeration | .1.3.6.1.4.1.664.5.53.1.3.1.1.1 |
| adAOSDownloadStatus The status of this download entry. This object
may not be set to 'active' unless the following
columnar objects exist in this row:
adAOSDownloadTAddress, adAOSDownloadTDomain,
ad… | column | SNMPv2-TCRowStatus | .1.3.6.1.4.1.664.5.53.1.3.1.1.10 |
| adAOSDownloadPassesLeft The number of passes remaining in the current
download attempt. Some agents require multiple
passes through the download file in order to
download a firmware image. This object … | column | SNMPv2-SMIInteger32 | .1.3.6.1.4.1.664.5.53.1.3.1.1.11 |
| adAOSDownloadOctetCount The number of octets that have been transferred
during the current pass. This object is initialized
to zero by the agent when the corresponding instance
of adAOSDownloadStatus is… | column | SNMPv2-SMIInteger32 | .1.3.6.1.4.1.664.5.53.1.3.1.1.12 |
| adAOSDownloadDestination deprecated The destination of the download file.
The allowable destination names depend on the type
of agent being downloaded. In all cases, a
destination of '/os/primary' or '/os/secondary… | column | OctetString | .1.3.6.1.4.1.664.5.53.1.3.1.1.13 |
| adAOSDownloadDestinationType The destination of the download file.
The allowable destination names depend on the type
of agent being downloaded. In all cases, a
destination of 'primary(1)' or 'secondary(2)'… | column | Enumeration | .1.3.6.1.4.1.664.5.53.1.3.1.1.14 |
| adAOSDownloadOwnerAddress The transport address of the management station
that initiated this download attempt, formatted
according to the value of the associated instance
of adAOSDownloadOwnerDomain. | column | SNMPv2-TCTAddress | .1.3.6.1.4.1.664.5.53.1.3.1.1.2 |
| adAOSDownloadOwnerDomain The kind of transport service used by the
management station that initiated this download
attempt. | column | SNMPv2-TCTDomain | .1.3.6.1.4.1.664.5.53.1.3.1.1.3 |
| adAOSDownloadTAddress The transport address of the node to download
firmware from, formatted according to the value of
the associated instance of adAOSDownloadTDomain.
An attempt to modi… | column | SNMPv2-TCTAddress | .1.3.6.1.4.1.664.5.53.1.3.1.1.4 |
| adAOSDownloadTDomain The kind of transport service to be used for the
download. Currently supports snmpUDPDomain and
snmpIPXDomain.
An attempt to modify this value will fail if the
ass… | column | SNMPv2-TCTDomain | .1.3.6.1.4.1.664.5.53.1.3.1.1.5 |
| adAOSDownloadFilename Filename and path of file to download (maximum
length of 63 characters + NULL).
An attempt to modify this value will fail if the
associated adAOSDownloadStatus obje… | column | OctetString | .1.3.6.1.4.1.664.5.53.1.3.1.1.6 |
| adAOSDownloadResetType The type of reset to perform after completion of
the firmware download. Note that not all agents
will support all possible values, and there may
be other agent-specific values fo… | column | Enumeration | .1.3.6.1.4.1.664.5.53.1.3.1.1.7 |
| adAOSDownloadErrorText A textual description of the current error status
of the firmware download. | column | OctetString | .1.3.6.1.4.1.664.5.53.1.3.1.1.9 |