cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2454
Views
3
Helpful
1
Replies

Can EEM script schedule

sathvik k v
Level 3
Level 3

Hi All,

I would like to run a EEM script  that would ping a server every 5 minutes when the serial interface is up . Is there any scheduling mechanism other than IPSLA that could help?

track 1 interface serial0/0 line-protocol

event manager applet LOSS

event track 1 state up

action 10 cli command "ping ip 192.168.1.1 so 2.2.2.2"

action 20 cli command "end"

Regards,

Sathvik K V

1 Reply 1

Jeff Van Houten
Level 5
Level 5

event manager applet LOSS
event timer cron cron-entry "5 * * * *"
...


Sent from Cisco Technical Support iPad App