LoadServerAddr
|
The IP address of the load server for the configuration file and/or the image file. If not used, then the value is 0.0.0.0.
|
ConfigFileName
|
Name of the configuration file currently associated with the interface. When not used, the value is a zero length string.
|
ImageFileName
|
Name of the image file(s) currently associated with the interface. When the object is not used, the value is a zero length string.
|
Action
|
- This object is used to download or upload a config file or an image file. In read operation, if there is no action taken since the boot up, it will return with a value of other. Otherwise, it will return the latest action such as:
- In a write operation, the value that can be written is:
| dnldConfig - download a config file to a device. |
- The new config file will not take effect until the next boot cycle of the device. Possible values are:
dnldImg - download an image to a device.
upldConfig - upload a config file to a server from a device.
The config file contains the current MIB object values of the device.
| upldImg - upload an image from a device to a server. [Gone?] |
|
Status
|
This object is used to get the status of the latest action as shown by s5AgInfoFileAction. The values that can be read are:
- other -- if no action taken since the boot up
- inProgress -- the operation is in progress
- success -- the operation succeeds.
- fail -- the operation failed.
|