05-24-2018 04:37 PM - edited 03-08-2019 03:08 PM
hi experts,
i read a lot of stuff about ip sla from cisco and others, and i'm confused
I thought that icmp-echo could not measure packet loss because packet loss cant be computed by the statistics that are collected by this sla operation
In this document
never it is written that IP SLA ICMP-Echo can measure packet loss
But in this document
I found that all IP SLA can measure common error statistics like number of failed operations due to a connection loss or timeout.
So i would know
- can IP SLA ICMP-Echo measure packet loss ?
- and can IP SLA ICMP-Echo measure hop by hop response time ? (i'm confused about this too)
Thank you
Best regards
05-25-2018 11:08 AM
Hi dominique,
IP SLA is usually use to monitor Link/device status,
for manually check link status we are ping remote device IP ,same thing this is doing by your device via programming (Router/Switch/Firewall).
when you configure IP SLA ICMP-Echo ,it's sending ICMP packet to configured remote IP (with regular interval),once remote device not responding ICMP packet it's consider device/Link down.
05-25-2018 03:03 PM
If I want my SLA to measure standard ICMP ping times I set timeout and threshhold to 2000 and freq to 2. So essentially yes to #1. To #2, yes as well, if your router can do ICMP path echo SLAs.
05-25-2018 11:23 PM
Hi dominique . yes you can this work with ip sla.
Internet-Router(config)# ip sla 1
Internet-Router(config-sla)# icmp-echo 4.2.2.4 source-interface serial 0/0/0
Internet-Router(config-sla-echo)#frequency 3
Internet-Router(config)# ip sla schedule 1
Internet-Router(config)#ip sla schedule 1 life forever start-time now
Internet-Router(config)#track 1 ip sla 1
Internet-Router(config)#ip route 0.0.0.0 0.0.0.0 5.5.5.1 track 1
Internet-Router(config)#ip route 0.0.0.0 0.0.0.0 4.4.4.1 10
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