ā05-22-2019 11:42 AM
Solved! Go to Solution.
ā05-24-2019 11:27 AM
ā05-24-2019 11:56 AM
if: enable sharing X grouping (whatever)
then: disable sharing X
ā05-24-2019 11:27 AM
ā05-24-2019 09:18 AM
1. If 'commit confirmed' (or let's say 'commit ack' š )
1.a. save config as rollback.cfg
1.b. load script config.xsf
1.c. sleep(timeout)
1.d. use configuration rollback.cfg
1.e. reboot
1. If 'show*' -> pass the command to the CLI immediately
2. If another user input -> add to a list of commands to execute
3. If 'commit' -> execute all commands (flush the buffer)
4. If 'commit ack [min]':
4.a. Build contrary config for each user input command
4.b. Execute all commands (flush the buffer)
4.c. Timer set to [min]
4.d. If commit then stop the timer, save config and clear the rollback commands buffer
4.e. If timer expires issue contrary commands (flush the rollback buffer)
ā05-24-2019 07:04 AM
save config as rollback.xsf
load script config.xsf
sleep(timeout)
load script rollback.xsf