MIB Viewer

agnStoreCmd

OBJECT-TYPE
1.3.6.1.4.1.164.6.2.44
Access
read-write
Status
current
Sub-identifiers
0
Store command. inFlash(3) = store the current Agent configuration in Flash memory. asDefConfigFile(4) = store the current Agent configuration as Default Configuration file (e.g. 'DefConfig.cfg'). Agent will perform the required command and change automatically the value of this object to off(2), except for the following case. When device supports CLI and the operation of copying the current configuration to Flash memory (or Default Configuration) is taking a long time, Agent will keep the value Set until the operation is finished. This way, by Getting this object, one can know that the device is in process of storage. Upon end of the process, the value will be changed by Agent, as follows: - off(2) - if storage operation was successful (OK) - offError(5) - if storage operation failed.
INTEGER { off (2), inFlash (3), asDefConfigFile (4), offError (5) }