09-07-2020 08:00 AM
Hei,
How do i schedule router reload without confirmation ?
Issue is :
I am updated som vpn configuration and may lose connection if tunnel does not come back up. If i schedule a reload then router can start with old configuration and reestablish tunnel.
Solved! Go to Solution.
09-07-2020 04:30 PM
event manager applet weekly-reload event timer cron cron-entry "0 6 * * Mon" action 1.0 cli command "wr" action 1.1 reload
09-07-2020 08:06 AM - edited 09-07-2020 08:07 AM
what model of the Router : you can setup Kron to reload
kron occurance RELOAD in 1 recurring
policy-list reload
kron policy-list RELOAD
cli reload at 05:00 <<- 5 AM
exit
reference :
09-10-2020 01:01 AM
have 891F with Version 15.4(1r)T1, RELEASE SOFTWARE (fc1). Cannot see kron command in here..
09-10-2020 01:45 AM
Version 15.4(1r)T1
That is the ROMMON version and not the IOS version.
09-10-2020 01:54 AM
Cisco IOS Software, C800 Software (C800-UNIVERSALK9-M), Version 15.3(3)M6, RELEASE SOFTWARE (fc1)
09-07-2020 04:30 PM
event manager applet weekly-reload event timer cron cron-entry "0 6 * * Mon" action 1.0 cli command "wr" action 1.1 reload
09-10-2020 01:00 AM
@Leo Laohoo can you elaborate what will happen with the commands you mentioned ? "wr" command would be triggered and then "reload" ? but i do not need confirmation to appear for reload.
09-10-2020 01:46 AM
The EEM script instructs the appliance to save the config and reload every Monday at 06:00 local time.
09-10-2020 02:05 AM
Thankyou for tip:
I needed this:
event manager applet schedule-reboot
event timer watchdog time 300
action 1.0 reload
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide