Site icon eConfigs

CCNA 7.2: Troubleshoot network connectivity issues using ICMP echo-based IP SLA

Overview:

The ICMP Echo operation measures end-to-end response time between a Cisco router and any devices using IP

 

Study Notes:

Configuration

config t
  ip sla <operation-number>
  icmp-echo <destination-ip-address> source-ip <source-ip-address>
  history buckets-kept <size>
  history filter failures
  frequency <seconds>
  history hours-of-statistics-kept <hours>
  history lives-kept <lives>
  history statistics-distribution-interval <milliseconds>
  threshold <milliseconds>
  timeout <milliseconds>

Schedule the SLA

ip sla schedule 1 life forever start-time now

Troubleshooting Tips

 

Links: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/ipsla/configuration/15-mt/sla-15-mt-book/sla_icmp_echo.html#GUID-03ECDB03-38A3-458B-9922-7E659548D754

Exit mobile version