cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
7835
Views
0
Helpful
4
Replies

schedule event manager applet to run at certain time

endpoint
Level 1
Level 1

hi

would like to setup below applet to run at certain time of the day. Have below config in router. Is it possible to schedule applet to run at eg 7pm, every day? Will have second apple to bring the interface up. thanks

event manager applet INT-UP

action 1.0 cli command "enable"

action 1.1 cli command "config t"

action 1.2 cli command "int f0/0"

action 1.3 cli command "shut"

action 1.4 cli command "end"

1 Accepted Solution

Accepted Solutions

That command comes under the "event manager applet INT-UP" command.  If you just entered what you had in your first post, then added the "event timer" command, it would work.

View solution in original post

4 Replies 4

Joe Clarke
Cisco Employee
Cisco Employee

Add:

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

That's 7 pm based on the timezone configured on the device.

Hi Joseph

thanks for responce.

I don't have option to enter event timer command:

Router#even

Router#event ?

  manager  Event Manager commands

Router#event

% Incomplete command.

Router#

Router#conf t

Enter configuration commands, one per line.  End with CNTL/Z.

Router(config)#even

Router(config)#event ?

  manager  Event Manager configuration commands

Router(config)#event

% Incomplete command.

Router(config)#

Router(config)#

That command comes under the "event manager applet INT-UP" command.  If you just entered what you had in your first post, then added the "event timer" command, it would work.

Ahh, great thanks

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: