Hi,
Can someone please guide me using Event MAnager Applet for following scenario.
I have 2 WAN links. If one wan links gets down. Other link should get up. I tried by using IP SLA but i couldnt fine tune the vlaues properly.
I want to use now Event Manager that would keep checking the preffered link by pinging it. If no response came from ping then Event manager should write some commands like
event manager applet PING_FAILED
action 1.0 cli "enable"
action 2.0 cli "conf t"
action 3.0 cli "ip route 0.0.0.0 0.0.0.0 f0"
action 4.0 cli "ip nat inside etc"
action 6.0 cli "end"