cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
5638
Views
5
Helpful
3
Replies

IP SLA EEM to reload router after ping failure

S891
Level 2
Level 2

Hi,

I have created the below configuration but it seems to be failing to trigger the reload. Anybody can please comment what is missing here?

track 1 ip sla 10 reachability
delay down 180 up 40  ***** this is in sec - since ping freq is 10 sec , after 18 ping failure and 3 mnts track reachability will be down - it will wait 40 sec before declaring UP *****

ip sla 10
icmp-echo 172.20.20.153
threshold 450  **** in millisec it is threshold value - no action will be taken ****
timeout 500  **** in millisec it is icmp timeout *****
frequency 10  *** icmp ping every 10 sec *****
ip sla schedule 10 life forever start-time now


event manager applet Router-Reload
event track 1 state down
action 1.0 syslog msg "Reply timed out; Router will Reload"
action 1.1 cli command "enable"
action 1.2 cli command "reload"

1 Accepted Solution

Accepted Solutions

Joe Clarke
Cisco Employee
Cisco Employee

Instead of your current approach, try:

action 1.1 reload

View solution in original post

3 Replies 3

Joe Clarke
Cisco Employee
Cisco Employee

Instead of your current approach, try:

action 1.1 reload

It worked. Thanks Joseph.

So what was the issue with my approach. Is it the sequence number?

My approach uses the reload action, which does not prompt for any input.

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: