Review this IP SLA configuration on Router R1: ip sla 6 icmp-echo 10.6.6.6 frequency 10 ip sla schedule 6 life forever start-time now ip sla reaction-configuration 6 react timeout threshold-type immediate action-type triggerOnly Which statement is true about the 'threshold-type immediate' parameter?
'immediate' triggers on the first occurrence of the condition.
Why this answer
'threshold-type immediate' means the trigger fires as soon as the condition (timeout) occurs, without waiting for multiple occurrences.