currSoftSaveAs
AT-SETUP-MIB ·
.1.3.6.1.4.1.207.8.4.4.4.500.2.1.3
Object
Set with a filename to save the currently running software to
the root of flash. Only one save operation can be executed at a
time across all SNMP users, and the filename must not contain
whitespace characters.
Immediately upon executing the set action, the actual firmware
save operation will be started and continue on the device until
it has completed or a failure occurs.
Subsequent reads of the object will return one of several
results:
saving x A saving operation is currently in
progress. Another save cannot be started
while the object is returning this value.
x success The last save operation was successfully
completed.
x failure: [error] The last save operation failed, due to the
descriptive message attached. The most
common failure is lack of disk space.
idle There is no save operation in progress and
a new one may be started.
Upon reading a success or failure message, the message will be
cleared and the next read will result in an 'idle' message. A
new save operation can now be executed.
NOTE: This object has been replaced by objects currSoftSaveToFile,
currSoftSaveStatus and currSoftLastSaveResult.
Context
- MIB
- AT-SETUP-MIB
- OID
.1.3.6.1.4.1.207.8.4.4.4.500.2.1.3- Type
- scalar
- Access
- readwrite
- Status
- deprecated
- Parent
- currentFirmware
- Siblings
- 5
Values & Constraints
Type Constraints
range: 0..255
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| currSoftVersion The major.minor.interim version of the firmware that the device is
currently running. Will return 0 if the version cannot be determined. | scalar | SNMPv2-TCDisplayString | .1.3.6.1.4.1.207.8.4.4.4.500.2.1.1 |
| currSoftName The name of the firmware that the device is currently running. | scalar | SNMPv2-TCDisplayString | .1.3.6.1.4.1.207.8.4.4.4.500.2.1.2 |
| currSoftSaveToFile Set with a URL (e.g. 'flash:/filename.rel' or
'card:/filename.rel') to save the currently running software to
the root of flash or SD card. Only one save operation can be
executed… | scalar | SNMPv2-TCDisplayString | .1.3.6.1.4.1.207.8.4.4.4.500.2.1.4 |
| currSoftSaveStatus Returns the status of any current operation to store the
running software to a release file. The following values may
be returned:
1 (idle) There is no r… | scalar | SystemFileOperationType | .1.3.6.1.4.1.207.8.4.4.4.500.2.1.5 |
| currSoftLastSaveResult Gives an indication of the result of the last completed SNMP
operation to save the running firmware to a release file. | scalar | SNMPv2-TCDisplayString | .1.3.6.1.4.1.207.8.4.4.4.500.2.1.6 |