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

We need to create a EEM Script to reload the Router nightly.

kegutier
Level 1
Level 1

Hello Experts,

I hope this finds you well!

 

Can anyone please help me out to validate the EEM Script to reload the
Router nightly?

 

2911-A(config)#DO SH CLOCK

18:50:10.462 UTC Mon Jun 1 2015

2911-A(config)#event manager applet RELOAD

2911-A(config-applet)#DESCription "RELOAD"

2911-A(config-applet)#EVENt timer pattern 19:10:17.965

2911-A(config-applet)#action cli reload

2911-A(config-applet)#exit 

 

Would you please take a look at the syntaxes I have used and correct me on what I am missing on it.  

Thank you for your help!

Best regards,  

  

2 Replies 2

jossabor
Level 1
Level 1

Kelvin

 

 

A simple script that will trigger the reload every night is the following:

 

event manager applet RELOAD
event timer cron cron-entry @midnight
action 1 reload

 

 
Jose Saborio

kegutier
Level 1
Level 1

Hello,

 

Thank you so  much for your help!

 

regards,