rpcFwFlash
WESTERMO-SW6-MIB ·
.1.3.6.1.4.1.16177.1.400.1.3.2.1
Object
scalar
r/w
Enumeration
Start download/flash of a new firmware.
To flash a new firmware to the device, define a valid URL
accessible by the device. Change the firmware URL parameter
`setFwFileUrl` in the settings section, if needed.
* Writing **flash(2)** to this parameter will download and validate
the new firmware file. if the downloaded file is recognized as a
valid firmware for this device, it will be flashed to the file
system of the device.
* Writing **flashWithConfig(3)** to this parameter will download
the firmware and the custom config defined with setCfgFileUrl
and validate the new firmware file. If the download is
recognized as a valid firmware for this device, it will
be written to the file system of the device. The supplied
custom config will be applied after the upgrade.
Reading this parameter will return the status of the firmware flash
process. A value of **flashError(-2)** indicates that the flash
process failed during writing. A return value of
**downloadError(-1)** indicates the occurrence of an error during
download or validation of the firmware/config. A value of
**flash(2)** indicates that the device is currently writing the
firmware to the file system.
Applies to AP and STA.
Context
- MIB
- WESTERMO-SW6-MIB
- OID
.1.3.6.1.4.1.16177.1.400.1.3.2.1- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- rpcFirmware
Syntax
Enumeration
Values & Constraints
Enumerated Values
-2 | flashError |
-1 | downloadError |
0 | nop |
1 | download |
2 | flash |
3 | flashWithConfig |