MIB Viewer

tmnxSysCandidateCfgCommitState

OBJECT-TYPE
1.3.6.1.4.1.6527.3.1.2.1.22.3
Access
read-only
Status
current
Sub-identifiers
0
The value of tmnxSysCandidateCfgCommitState indicates the result of the last commit performed in the global candidate config. A value of 'none(0)' indicates there have been no commits since the last reboot of the node. A value of 'in-progress(1)' indicates the system is currently committing the candidate config. A value of 'success(2)' indicates the last commit finished successfully. A value of 'revert-pending(3)' indicates the last commit finished successfully but has not been confirmed yet, and will be auto-reverted if it is not confirmed before the time specified in tmnxSysCandidateCfgRevertTime. A value of 'failed(4)' indicates the last commit failed and has been undone. A value of 'revert-in-progress(5)' indicates the last commit finished successfully but was not confirmed in time and is currently being reverted. A value of 'reverted(6)' indicates the last commit finished successfully but was not confirmed in time and has been reverted. A value of 'revert-failed(7)' indicates the last commit finished successfully but was not confirmed in time and the system attempted to revert it but failed.
INTEGER { none (0), in-progress (1), success (2), revert-pending (3), failed (4), revert-in-progress (5), reverted (6), revert-failed (7) }