cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2730
Views
0
Helpful
2
Replies

EEM daily reload script

Thomas McLean
Level 1
Level 1

Hi all,

I've got a very small requirement that means I need to reload about 5 routers daily - these sites have very bad attenuation and reloading the router seems to sort it somewhat for a few hours so I'm ideally looking to write a script that will reload the router at say 0500 every morning.

I thought I had it right but I don't - could anyone give me any pointers for a daily reload?

Cheers,

Thomas

1 Accepted Solution

Accepted Solutions

Joe Clarke
Cisco Employee
Cisco Employee

This should do it for you:

event manager applet daily-reload

event timer cron cron-entry "0 5 * * *"

action 1.0 reload

View solution in original post

2 Replies 2

Joe Clarke
Cisco Employee
Cisco Employee

This should do it for you:

event manager applet daily-reload

event timer cron cron-entry "0 5 * * *"

action 1.0 reload

Thanks Joseph,

I havent implemented this yet but I know from past experience this will work as in my past life I used cron on a daily basis.

I was using kron last night but that didn't work.

Thanks for your help.

Thomas.