madgeDownloadFailureCode
MADGEBOX-MIB ·
.1.3.6.1.4.1.494.10.3.8
Object
scalar
mandatory
Enumeration
While a download is in progress this will always be 'no-error'. After a download is complete this indicates the success or failure of the download. If it is anything other than 'no-error' then 'madgedownloadStatusText' will contain a textual description of the error. Error codes from 100 upwards are errors returned from a TFTP server. Errors below this are locally generated.
Context
- MIB
- MADGEBOX-MIB
- OID
.1.3.6.1.4.1.494.10.3.8- Type
- scalar
- Access
- readonly
- Status
- mandatory
- Parent
- madgeDownload
- Siblings
- 9
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | no-error |
2 | config-error |
3 | busy |
4 | timeout |
5 | cancelled |
6 | incompatible-file |
7 | file-too-big |
8 | protocol-error |
100 | undefined-error |
101 | file-not-found |
102 | access-violation |
103 | out-of-memory |
104 | illegal-operation |
105 | unknown-transfer-id |
106 | file-already-exists |
107 | no-such-user |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| madgeDownloadIPAddress mandatory The IP address of the server to use for the
download when using TFTP-IP | scalar | RFC1155-SMIIpAddress | .1.3.6.1.4.1.494.10.3.1 |
| madgeDownloadSize mandatory While a download is in progress this indicates the
number of bytes transferred so far. After the
download is completed this remains at the final
size downloaded. | scalar | Integer32 | .1.3.6.1.4.1.494.10.3.10 |
| madgeDownloadIPGateway mandatory The IP gateway to be used to access the server.
If this variable is zero then use the default
gateway in madgeConfigIPGateway. | scalar | RFC1155-SMIIpAddress | .1.3.6.1.4.1.494.10.3.2 |
| madgeDownloadIPXAddress mandatory The IPX address of the server to use for the
download when using TFTP-IPX or RPL-IPX | scalar | OctetString | .1.3.6.1.4.1.494.10.3.3 |
| madgeDownloadNodeAddress mandatory The Node address of the server to use for the
download when using RPL-LLC | scalar | MacAddress | .1.3.6.1.4.1.494.10.3.4 |
| madgeDownloadFileName mandatory The filename of the microcode to download. The
maximum length of this string is device specific.
If a string that is too long is written to this
variable BAD VALUE will be return… | scalar | DisplayString | .1.3.6.1.4.1.494.10.3.5 |
| madgeDownloadDestination mandatory The destination for the download. This will
contain the madgeVersionIndex for the download
destination. | scalar | Integer32 | .1.3.6.1.4.1.494.10.3.6 |
| madgeDownloadState mandatory The current state of the download | scalar | Enumeration | .1.3.6.1.4.1.494.10.3.7 |
| madgeDownloadStatusText mandatory A display string describing the status of the
download in progress, or the reason for failure of
the last download.
If FailureCode = no-error then StatusText may be
empty. | scalar | OctetString | .1.3.6.1.4.1.494.10.3.9 |