Table Of Contents
IP SLAs—Analyzing IP Service Levels Using the ICMP Jitter Operation
Restrictions for the IP SLAs ICMP Jitter Operation
Information About the IP SLAs ICMP Jitter Operation
Benefits of the IP SLAs ICMP Jitter Operation
Statistics Measured by the IP SLAs ICMP Jitter Operation
How to Configure the IP SLAs ICMP Jitter Operation
Configuring an IP SLAs ICMP Jitter Operation
Configuration Examples for the IP SLAs ICMP Jitter Operation
Configuring an IP SLAs ICMP Jitter Operation: Example
Feature Information for the ICMP Jitter Operation
IP SLAs—Analyzing IP Service Levels Using the ICMP Jitter Operation
First Published: August 14, 2006Last Updated: July 31, 2008The Cisco IOS IP Service Level Agreements (SLAs) Internet Control Message Protocol (ICMP) Jitter Operation feature provides the capability to generate a stream of ICMP packets between a Cisco IOS device (source) and any other IP device (destination) to gather network performance-related statistics. The destination device can be any network device that supports ICMP such as a server or workstation. Available statistical measurements for the IP SLAs ICMP jitter operation include latency, round-trip time, jitter (interpacket delay variance), and packet loss. The IP SLAs ICMP jitter operation does not require configuration of the IP SLAs Responder feature on the destination device.
Finding Feature Information in This Module
Your Cisco IOS software release may not support all of the features documented in this module. To reach links to specific feature documentation in this module and to see a list of the releases in which each feature is supported, use the "Feature Information for the ICMP Jitter Operation" section.
Finding Support Information for Platforms and Cisco IOS and Catalyst OS Software Images
Use Cisco Feature Navigator to find information about platform support and Cisco IOS and Catalyst OS software image support. To access Cisco Feature Navigator, go to http://www.cisco.com/go/cfn. An account on Cisco.com is not required.
Contents
•
Restrictions for the IP SLAs ICMP Jitter Operation
•
Information About the IP SLAs ICMP Jitter Operation
•
How to Configure the IP SLAs ICMP Jitter Operation
•
Configuration Examples for the IP SLAs ICMP Jitter Operation
•
Feature Information for the ICMP Jitter Operation
Restrictions for the IP SLAs ICMP Jitter Operation
•
When compared to the IP SLAs User Datagram Protocol (UDP) jitter operation, the IP SLAs ICMP jitter operation may provide less accurate measurements because the accuracy of the measurements provided by a non-Cisco destination device cannot be determined.
•
Since ICMP packets do not support voice technology, the IP SLAs ICMP jitter operation does not support Mean Opinion Score (MOS), Calculated Planning Impairment Factor (ICPIF), or estimated transmission rating factor (R) reaction configuration capabilities.
Information About the IP SLAs ICMP Jitter Operation
To configure an IP SLAs ICMP jitter operation, you should understand the following concepts:
•
Benefits of the IP SLAs ICMP Jitter Operation
•
Statistics Measured by the IP SLAs ICMP Jitter Operation
Benefits of the IP SLAs ICMP Jitter Operation
The IP SLAs ICMP Jitter Operation feature provides the following key benefits:
•
End-to-end performance measurements between a Cisco device (source) and any other IP device (destination) using ICMP.
•
Proactive threshold violation monitoring through Simple Network Management Protocol (SNMP) trap notifications and syslog messages.
Statistics Measured by the IP SLAs ICMP Jitter Operation
The IP SLAs ICMP jitter operation supports the following statistical measurements:
•
Jitter (source-to-destination and destination-to-source)
•
Latency (source-to-destination and destination-to-source)
•
Round-trip time latency
•
Packet loss
•
Successive packet loss
•
Out-of-sequence packets (source-to-destination, destination-to-source, and round-trip)
•
Late packets
Obtaining separate measurements for the source-to-destination and destination-to-source data paths can be useful for identifying problems in your network because the paths may be different (asymmetric),
How to Configure the IP SLAs ICMP Jitter Operation
This section contains the following task:
•
Configuring an IP SLAs ICMP Jitter Operation
Configuring an IP SLAs ICMP Jitter Operation
Perform this task to configure and schedule an IP SLAs ICMP jitter operation.
SUMMARY STEPS
1.
enable
2.
configure terminal
3.
ip sla operation-number
4.
icmp-jitter {destination-ip-address | destination-hostname} [interval milliseconds] [num-packets packet-number] [source-ip {ip-address | hostname}]
5.
frequency seconds
6.
history history-parameter
7.
owner owner-id
8.
tag text
9.
threshold milliseconds
10.
timeout milliseconds
11.
tos number
12.
vrf vrf-name
13.
exit
14.
ip sla reaction-configuration operation-number react monitored-element [action-type option] [threshold-type {average [number-of-measurements] | consecutive [occurrences] | immediate | never | xofy [x-value y-value]}] [threshold-value upper-threshold lower-threshold]
15.
ip sla schedule operation-number [life {forever | seconds}] [start-time {hh:mm[:ss] [month day | day month] | pending | now | after hh:mm:ss] [ageout seconds] [recurring]
16.
exit
17.
show ip sla configuration [operation-number]
DETAILED STEPS
Troubleshooting Tips
Use the debug ip sla trace and debug ip sla error commands to help troubleshoot issues with an IP SLAs operation.
What to Do Next
To view and interpret the results of an IP SLAs operation use the show ip sla statistics and show ip sla statistics aggregated commands. Checking the output for fields that correspond to criteria in your service level agreement will help you determine whether the service metrics are acceptable.
Configuration Examples for the IP SLAs ICMP Jitter Operation
This section provides the following configuration example:
•
Configuring an IP SLAs ICMP Jitter Operation: Example
Configuring an IP SLAs ICMP Jitter Operation: Example
The following example shows how to configure an IP SLAs ICMP jitter operation:
ip sla 1icmp-jitter 172.18.1.129 interval 40 num-packets 100 source-ip 10.1.2.34frequency 50!ip sla reaction-configuration 1 react jitterAvg threshold-value 5 2 action-type trap threshold-type immediate!ip sla schedule 1 start-time now life forever
Where to Go Next
For information about other types of IP SLAs operations and IP SLAs features, see the Cisco IOS IP SLAs Features Roadmap.
Additional References
The following sections provide references related to the IP SLAs ICMP Jitter Operation feature.
Related Documents
Related Topic Document TitleIP SLAs UDP jitter operation
"IP SLAs—Analyzing IP Service Levels Using the UDP Jitter Operation" chapter of the Cisco IOS IP SLAs Configuration Guide
Cisco IOS IP SLAs command-line interface enhancements
Cisco IOS IP Service Level Agreements Command Line Interface, Cisco white paper
Cisco IOS IP SLAs commands
Standards
Standard TitleNo new or modified standards are supported by this feature, and support for existing standards has not been modified by this feature.
—
MIBs
MIB MIBs Link•
CISCO-RTTMON-MIB
•
CISCO-RTTMON-ICMP-MIB
To locate and download MIBs for selected platforms, Cisco IOS releases, and feature sets, use Cisco MIB Locator found at the following URL:
RFCs
RFC TitleNo new or modified RFCs are supported by this feature, and support for existing RFCs has not been modified by this feature.
—
Technical Assistance
Feature Information for the ICMP Jitter Operation
Table 1 lists the release history for this feature.
Not all commands may be available in your Cisco IOS software release. For release information about a specific command, see the command reference documentation.
Use Cisco Feature Navigator to find information about platform support and software image support. Cisco Feature Navigator enables you to determine which Cisco IOS and Catalyst OS software images support a specific software release, feature set, or platform. To access Cisco Feature Navigator, go to http://www.cisco.com/go/cfn. An account on Cisco.com is not required.
Note
Table 1 lists only the Cisco IOS software release that introduced support for a given feature in a given Cisco IOS software release train. Unless noted otherwise, subsequent releases of that Cisco IOS software release train also support that feature.
CCDE, CCENT, Cisco Eos, Cisco Lumin, Cisco Nexus, Cisco StadiumVision, Cisco TelePresence, the Cisco logo, DCE, and Welcome to the Human Network are trademarks; Changing the Way We Work, Live, Play, and Learn and Cisco Store are service marks; and Access Registrar, Aironet, AsyncOS, Bringing the Meeting To You, Catalyst, CCDA, CCDP, CCIE, CCIP, CCNA, CCNP, CCSP, CCVP, Cisco, the Cisco Certified Internetwork Expert logo, Cisco IOS, Cisco Press, Cisco Systems, Cisco Systems Capital, the Cisco Systems logo, Cisco Unity, Collaboration Without Limitation, EtherFast, EtherSwitch, Event Center, Fast Step, Follow Me Browsing, FormShare, GigaDrive, HomeLink, Internet Quotient, IOS, iPhone, iQ Expertise, the iQ logo, iQ Net Readiness Scorecard, iQuick Study, IronPort, the IronPort logo, LightStream, Linksys, MediaTone, MeetingPlace, MeetingPlace Chime Sound, MGX, Networkers, Networking Academy, Network Registrar, PCNow, PIX, PowerPanels, ProConnect, ScriptShare, SenderBase, SMARTnet, Spectrum Expert, StackWise, The Fastest Way to Increase Your Internet Quotient, TransPath, WebEx, and the WebEx logo are registered trademarks of Cisco Systems, Inc. and/or its affiliates in the United States and certain other countries.
All other trademarks mentioned in this document or Website are the property of their respective owners. The use of the word partner does not imply a partnership relationship between Cisco and any other company. (0807R)
Any Internet Protocol (IP) addresses used in this document are not intended to be actual addresses. Any examples, command display output, and figures included in the document are shown for illustrative purposes only. Any use of actual IP addresses in illustrative content is unintentional and coincidental.
© 2007-2008 Cisco Systems, Inc. All rights reserved.

