ISR4K, 3.13.5S
This EEM applet is not triggered on event:
- - - - - - - - - - - - - - -
ip sla 1000
udp-echo 1.2.3.5 10000
ip sla schedule 1000 life forever start-time now
ip sla reaction-configuration 1000 react connectionLoss threshold-type consecutive 3
event manager applet TEST1
event ipsla operation-id 1000 reaction-type connectionLoss
action 1 puts " $_job_id -> $_event_type_string"
- - - - - - - - - - - - - - -
However on the same hw/sw it is triggered when we use 'Tracking' like below:
- - - - - - - - - - - - - - -
ip sla 1000
udp-echo 1.2.3.5 10000
ip sla schedule 1000 life forever start-time now
ip sla reaction-configuration 1000 react connectionLoss threshold-type consecutive 3
track 1000 ip sla 1000
event manager applet TEST1
event track 1000 state down
action 1 puts "$_job_id -> $_event_type_string"
- - - - - - - - - - - - - - -
Could you explain why the EEM is not triggered in the first instance without using 'Tracking' please?