Evil_TTL> show | s

EEM Scheduled Reload Script

Category:Tools -> EEM

Scheduled reload EEM script:

conf t

Configure EEM to reboot after 10 minutes

event manager applet rebootin10
event timer watchdog name timer time 600
action 1.0 cli command 
"enable"
action 2.0 cli command "reload"
end

! Do whatever you need to do… if all ok then
no event manager applet rebootin10 
By privilege15