10-27-2013 10:38 PM - edited 03-04-2019 09:25 PM
Hi,
Is there any option to trigger an IPSLA when another IPSLA is up. Just to brief with an example i want IP SLA 2 to be triggered only when IPSLA 1 is up. But in the reaction configuration we can react only when the is loss or timeout. Is there any other option?
ip sla 1
icmp-jitter x.x.x.x source-ip x.x.x.x num-packets 15
frequency 30
ip sla schedule 1 life forever start-time now
ip sla reaction-configuration 1 react packetLoss action-type triggerOnly
ip sla reaction-trigger 1 2
ip sla 2
icmp-jitter y.y.y.y source-ip y.y.y.y num-packets 15
frequency 30
ip sla schedule 1 life forever start-time now
Regards,
Sathvik
10-28-2013 09:13 AM
Hello.
Sorry, but why do you need this?
Why not to use track object tracking two IP SLAs (two tother track objects)?
10-28-2013 09:35 AM
Mikhail,
I have a requirement to trigger the second IPSLA only when my WAN link is up. Is there any option to configure track to trigger an IP SLA??
Regards,
Sathvik
10-28-2013 10:16 AM
I guess we need to configure as following:
ip sla reaction-configuration 1 react packetLoss action-type triggerOnly threshold-type immediate
ip sla schedule 2 life forever start-time pending
But I'm not sure how to stop ip sla 2
What is the use for this SLA N2?
10-28-2013 10:24 AM
Thanks for the reply.
For various reason only when my WAN link is up i want IPSLA 2 to be triggered. IP SLA 2 is used to check the connectivity of the server.
With a IP SLA reaction trigger i would be able to stop IPSLA 2 but the issue is " react packetLoss". I dont want packet loss to trigger IPSLA 2 instead i want IPSLA 2 be triggered only when IPSLA1 is up.
Regards,
Sathvik
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide