MIB Viewer

agentppCfgStorageOperation

OBJECT-TYPE
1.3.6.1.4.1.4976.3.3.1.3.1.1.6
Access
read-create
Status
current
Sub-identifiers
0
The states 'idle(1)' and 'inProgress(2)' can only be read, whereas the states 'store(3)' and 'restore(4)' can only be written. Setting this object to 'store(3)' will save the agent's configuration to the location identified by agentppCfgStoragePath. Setting this object to 'restore(4)' resets the agent to the configuration read from location agentppCfgStoragePath. While the two operations above are in progress, this object returns 'inProgress(2)' on get requests. Otherwise 'idle(1)' is returned on get requests. While its state is 'inProgress' any set request returns a 'resourceUnavailable(13)' error.
INTEGER { idle(1), inProgress(2), store(3), restore(4) }