Validation
PE-1
#sh running-config ip sla
ip sla 1
 icmp-echo ipv4 10.1.1.2 source-interface xe1
  frequency 6
  threshold 50000
  timeout 55000
ip sla schedule 1 time-range tr1
#sh running-config time-range
!
time-range tr1
 start-time 05:00 21 september 2021
 end-time 06:40 21 september 2021
 
#ping 10.1.1.2
Press CTRL+C to exit
PING 10.1.1.2 (10.1.1.2) 56(84) bytes of data.
64 bytes from 10.1.1.2: icmp_seq=1 ttl=64 time=0.436 ms
1 packets transmitted, 1 received, 0% packet loss, time 0ms
#sh ip sla summary
IP SLA Operation Summary
Codes: * active, ^ inactive
 
ID       Type        Destination       Stats       Return      Last
                                                   (usec)        Code        Run
-------------------------------------------------------------------
*1      icmp-echo   10.1.1.2         2000         OK        2021 Sep 21 05:01:00
 
#sh ip sla statistics 1 detail
=========================================
            IP SLA Statistics
=========================================
  IP SLA ID                : 1
  Start Time               : 2021 Sep 21 05:00:00
  Elapsed time(milli sec)  : 25003
  Packets Sent             : 5
  Packets Received         : 5
  Packet Loss(%)           : 0.0000
  Invalid Tests            : 0
  Round Trip Delay(usec)
      Minimum              : 1000
      Maximum              : 1000
      Average              : 800
 
Last modified date: 08/28/2023