MIB Viewer

hwCfgOperateOnError

OBJECT-TYPE
1.3.6.1.4.1.2011.6.10.1.2.4.1.13
Access
read-create
Status
current
Sub-identifiers
0
This object specifies the action when a configuration command fails to be executed. continueOnError: skips the failed configuration command and continues to run other configuration commands. stopOnError: stops running the failed configuration command and does not run other configuration commands. rollbackOnError: rolls back the configuration to that before the configuration file is executed.
INTEGER { continueOnError(1), stopOnError(2), rollbackOnError(3) }