Overview:if your afraid that your change might lock you out of your system, then use this to make sure that all will go well.Confirmed Commits:Make changes that will automatically be removed if not accepted. Install new config change with option to auto backout:rather then simply entering the commit command to implement your change, enter commit confirmed and then after an amount of time, enter again commit. If you don't, then the change will automatically be backed out. The default time before a back-out is 5 min. commit confirmed ! the above will make the change, but will undo in 5 min (def) unless you enter the following: commit Same as above but changing the default time:You can modify the commits "back out time" by entering the number of minutes after the confirmed statement. The range is 1-535 minutes (~9hours). In this example, the commit will be backed out after one minute. commit confirmed 1 ! do your tests, then enter the following in less then one minute commit RollbackAs always, if you need to undo the last change right away, you can use the rollback command: rollback 1 References:
|