eem and ipsla reaction-configuration consecutive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2011 09:55 PM - edited 02-21-2020 04:24 AM
Hi
Trying to trigger EEM when 'ip sla reaction-configuration <nnn> react timeout threshold-type consecutive 5' is exceeded.
If not using consecutive, can use syslog or snmp mib to detect when RTT threshold is exceeded.
Cannot work out how to detect when 'consecutive' is used.
Details: ASR1002 Software: asr1000rp1-ipbasek9.03.02.01.s.151-1.s1.bin
Any suggestions?
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2011 10:52 AM
Did you configure a timeout value in your 'ip sla x' config?
ip sla 1
!-----output omitted-----
timeout 1000 <--------Here is your timeout
The 'consecutive' count is based on this value, once the timeout value is met 5 consecutive times, it should trigger. No special configuation is required for this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2011 04:25 PM
Thansk for the reply. RTT is working OK with 'consecutive' count.
My issue is how to detect it has triggered with EEM.
