Hi,
I was thinking of scheduling an eem script to reload a fixed config file every 2 hours. This way, you could experiment with commands and come back to the config file you wish after the research is done. The thing is that you might want to save your research, so this fixed config file should be different than the nvram:startupconfig, thus being another file stored on the nvram, or any other place, like flash or tftp.
This way, during the 2-hour interval, you will be able to start from your startup-config, but when the interval is over, a reload will be performed and the fixed config file will be loaded, thus leaving the running-config the same way it was before the research.
I think the solution for this would be the implementation of an eem script scheduler, but I do not know how to do it.
I guess I must use some of this commands, but I don't know how to set ip up.
event manager applet Schedule-2h
event timer cron name Test cron-entry "0 0-23/2 * * *"
action 1.0 syslog priority warnings msg "EEM runs every 2h"
action 1.1 cli command "enable"
action 1.2 cli command "configure replace flash:myconfig force"
Any help would be appreciated.
Kind Regards,