MIB Viewer

sub10UnitMgmtFirmwareAction

OBJECT-TYPE
1.3.6.1.4.1.39003.3.2.9.5
Access
read-write
Status
current
Sub-identifiers
0
The firmware bank action object is used to perform certain actions on a firmware bank. Using this it is possible to reboot the unit, copy banks and upload software to the currently inactive bank. After a Set of this object it's value is always reset to fmwNone(1). The progress of the action may be monitored using a get of the objects 'sub10UnitMgmtFirmwareActStatus' and 'sub10UnitMgmtFirmwareActProgress'. fmwNone(1) - Perform no firmware action unit. fmwReboot(2) - Perform immediate unit reboot of the unit and start the firmware currently loaded in 'sub10UnitMgmtFirmwareSelectBank'. fmwCopyInactiveBank(3) - Copy the firmware currently loaded in 'sub10UnitMgmtFirmwareLoadedBank' to the inactive bank. fmwUploadInactiveBank(4) - Upload the firmware image named by 'sub10UnitMgmtFirmwareUplImage' from the server address 'sub10UnitFirmwareUplServerIp' and load to the inactive bank.
INTEGER { fmwNone(1), fmwReboot(2), fmwCopyInactiveBank(3), fmwUploadInactiveBank(4) }