downloadAction
PACKETFRONT-DRG-MIB ·
.1.3.6.1.4.1.9303.4.3.1.3.3
Object
scalar
r/w
Enumeration
When this object is set to startDownload(2), the system will attempt to connect to the server specified in downloadServer (or the host part of downloadFile if a URL has been specified there), using the method defined in downloadMethod. If the file is found and verified, it will be downloaded to the device and stored. When the download process is completed, the device will restart the newly loaded application. When the device is not downloading, this object will have a value of notDownloading(1).
Context
- MIB
- PACKETFRONT-DRG-MIB
- OID
.1.3.6.1.4.1.9303.4.3.1.3.3- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- downloadConfig
- Siblings
- 6
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | notDownloading |
2 | startDownload |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| downloadServer The address of the server that contains the file to be loaded. This may take
the form of an IP address or FQDN. | scalar | OctetString | .1.3.6.1.4.1.9303.4.3.1.3.1 |
| downloadFile The file name to be downloaded from the download server or a URL to be
downloaded via http. This value is set to the zero length string when no
file name has been specified. | scalar | OctetString | .1.3.6.1.4.1.9303.4.3.1.3.2 |
| downloadMethod Defines the method to be used for the file download. This may be a specific
protocol, or auto(3) which will cycle through the available methods to find
one which works. | scalar | Enumeration | .1.3.6.1.4.1.9303.4.3.1.3.4 |
| downloadRetryCount Controls the number of attempts which will be made to perform a download
before terminating the download attempt. | scalar | Integer32 | .1.3.6.1.4.1.9303.4.3.1.3.5 |
| downloadResultCode This object returns the status of the last download procedure. If no
downloads have occurred, none(0) is returned, or if there is currently
a download in progress, inProgress(1) i… | scalar | Enumeration | .1.3.6.1.4.1.9303.4.3.1.3.6 |
| downloadResultNotify Setting the object to always(2) cause the system to send
downloadResultCodeTrap after every download no matter the result. Setting
the object to onlyErrors(3) cause the system t… | scalar | Enumeration | .1.3.6.1.4.1.9303.4.3.1.3.7 |