0% found this document useful (0 votes)
7 views1 page

Event Manager Cisco

The document outlines a configuration for IP SLA monitoring with ICMP echo requests to a specified IP address. It includes settings for tracking reachability and automating actions to shut down or bring up a network interface based on the reachability status. Additionally, it specifies the frequency of checks and the conditions under which the interface should be administratively shut down or re-enabled.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views1 page

Event Manager Cisco

The document outlines a configuration for IP SLA monitoring with ICMP echo requests to a specified IP address. It includes settings for tracking reachability and automating actions to shut down or bring up a network interface based on the reachability status. Additionally, it specifies the frequency of checks and the conditions under which the interface should be administratively shut down or re-enabled.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

ip sla 1

icmp-echo 186.63.10.1 source 186.63.10.2


threhold 3000
timeout 3000
frequency 3
!
ip sla Schedule 1 life forever start-time now
!
track 1 ip sla 1 reachability
delay up 3 down 3
!
event manager applet WAN_DOWN
event track 1 state down
action 1 cli comand "enable"
action 2 cli comand "configure terminal"
action 3 cli comand "inteface giga0/3"
action 4 cli comand "shutdown"
action 5 cli comand "end"
!
event manager applet WAN_UP
event track 1 state up
action 1 cli comand "enable"
action 2 cli comand "configure terminal"
action 3 cli comand "inteface giga0/3"
action 4 cli comand "no shutdown"
action 5 cli comand "end"
!
wr

You might also like