Contents
This document describes how to configure an IP Service Level Agreements (SLAs) Internet Control Message Protocol (ICMP) Path Jitter operation to monitor hop-by-hop jitter (inter-packet delay variance). This document also demonstrates how the data gathered using the Path Jitter operations can be displayed and analyzed using Cisco commands.
Your software release may not support all the features documented in this module. For the latest caveats and feature information, see Bug Search Tool and the release notes for your platform and software release. To find information about the features documented in this module, and to see a list of the releases in which each feature is supported, see the feature information table at the end of this module.
Use Cisco Feature Navigator to find information about platform support and Cisco software image support. To access Cisco Feature Navigator, go to www.cisco.com/go/cfn. An account on Cisco.com is not required.
IP SLAs - ICMP Path Jitter provides hop-by-hop jitter, packet loss, and delay measurement statistics in an IP network. Path jitter operations function differently than the standard UDP Jitter operation, which provides total one-way data and total round-trip data.
An ICMP Path Jitter operation can be used a supplement to the standard UDP Jitter operation. For example, results from a UDP Jitter operation may indicate unexpected delays or high jitter values; an ICMP Path Jitter operation could then be used to troubleshoot the network path and determine if traffic is bottlenecking in a particular segment along the transmission path.
The operation first discovers the hop-by-hop IP route from the source to the destination using a traceroute utility, and then uses ICMP echoes to determine the response times, packet loss and approximate jitter values for each hop along the path. The jitter values obtained using IP SLAs - ICMP Path Jitter are approximates because ICMP only provides round trip times.
ICMP Path Jitter operations function by tracing the IP path from a source device to a specified destination device, then sending N number of Echo probes to each hop along the traced path, with a time interval of T milliseconds between each Echo probe. The operation as a whole is repeated at a frequency of once every F seconds. The attributes are user-configurable, as shown here:
![]() Note |
An IP SLAs Responder is not required on either the target device or intermediate devices for path jitter operations. However, operational efficiency may improve if you enable the IP SLAs Responder. |
The networking device to be used as the responder must be a Cisco device and you must have connectivity to that device through the network.
Command or Action | Purpose | |
---|---|---|
Step 1
|
enable
Example: Device> enable |
Enables privileged EXEC mode. |
Step 2
|
configure terminal
Example: Device# configure terminal |
Enters global configuration mode. |
Step 3
|
ip sla responder
Example:
Example: Device(config)# ip sla responder |
(Optional) Temporarily enables IP SLAs Responder functionality on a Cisco device in response to control messages from source. |
Step 4
|
exit
Example: Device(config)# exit |
(Optional) Exits global configuration mode and returns to privileged EXEC mode. |
Perform only one of the following procedures in this section:
Command or Action | Purpose | |
---|---|---|
Step 1
|
enable
Example: Device> enable |
Enables privileged EXEC mode. |
Step 2
|
configure terminal
Example: Device# configure terminal |
Enters global configuration mode. |
Step 3
|
ip sla operation-number
Example: Device(config)# ip sla 10 |
Begins configuration for an IP SLAs operation and enters IP SLA configuration mode. |
Step 4
|
path-jitter {destination-ip-address | destination-hostname} [source-ip {ip-address | hostname}] [num-packets packet-number] [interval milliseconds] [targetOnly]
Example: Device(config-ip-sla)# path-jitter 172.31.1.129 source-ip 10.2.30.1 num-packets 12 interval 22 |
Enters IP SLA Path Jitter configuration mode for configuring an ICMP Path Jitter operation. |
Step 5
|
frequency seconds
Example: Device(config-ip-sla-pathJitter)# frequency 30 |
(Optional) Sets the rate at which a specified IP SLAs operation repeats. |
Step 6
|
end
Example: Device(config-ip-sla-pathJitter)# end |
Exits to privileged EXEC mode. |
Command or Action | Purpose | |
---|---|---|
Step 1
|
enable
Example: Device> enable |
Enables privileged EXEC mode. |
Step 2
|
configure terminal
Example: Device# configure terminal |
Enters global configuration mode. |
Step 3
|
ip sla operation-number
Example: Device(config)# ip sla 10 |
Begins configuration for an IP SLAs operation and enters IP SLA configuration mode. |
Step 4
|
path-jitter {destination-ip-address | destination-hostname} [source-ip {ip-address | hostname}] [num-packets packet-number] [interval milliseconds] [targetOnly]
Example: Device(config-ip-sla)# path-jitter 172.31.1.129 source-ip 10.2.30.1 num-packets 12 interval 22 |
Enters IP SLA Path Jitter configuration mode for defing an ICMP Path Jitter operation. |
Step 5
|
frequency seconds
Example: Device(config-ip-sla-pathJitter)# frequency 30 |
(Optional) Sets the rate at which a specified IP SLAs operation repeats. |
Step 6
|
owner owner-id
Example: Device(config-ip-sla-pathJitter)# owner admin |
(Optional) Configures the Simple Network Management Protocol (SNMP) owner of an IP SLAs operation. |
Step 7
|
request-data-size bytes
Example: Device(config-ip-sla-pathJitter)# request-data-size 64 |
(Optional) Sets the protocol data size in the payload of an IP SLAs operation's request packet. |
Step 8
|
tag text
Example: Device(config-ip-sla-pathJitter)# tag TelnetPollServer1 |
(Optional) Creates a user-specified identifier for an IP SLAs operation. |
Step 9
|
timeout milliseconds
Example: Device(config-ip-sla-pathJitter)# timeout 10000 |
(Optional) Sets the amount of time an IP SLAs operation waits for a response from its request packet. |
Step 10
|
vrf vrf-name
Example: Device(config-ip-sla-pathJitter)# vrf vpn-A |
(Optional) Allows monitoring within Multiprotocol Label Switching (MPLS) Virtual Private Networks (VPNs) using IP SLAs operations. |
Step 11
|
end
Example: Device(config-ip-sla-pathJitter)# end |
Exits to privileged EXEC mode. |
![]() Note |
|
Command or Action | Purpose | |
---|---|---|
Step 1
|
enable
Example: Device> enable |
Enables privileged EXEC mode. |
Step 2
|
configure terminal
Example: Device# configure terminal |
Enters global configuration mode. |
Step 3
|
Do one of the following:
Example: Device(config)# ip sla schedule 10 life forever start-time now Example: Device(config)# ip sla group schedule 1 3,4,6-9 life forever start-time now |
|
Step 4
|
exit
Example: Device(config)# exit |
Exits to privileged EXEC mode. |
Step 5
|
show ip sla group schedule
Example: Device# show ip sla group schedule |
(Optional) Displays IP SLAs group schedule details. |
Step 6
|
show ip sla configuration
Example: Device# show ip sla configuration |
(Optional) Displays IP SLAs configuration details. |
To add proactive threshold conditions and reactive triggering for generating traps (or for starting another operation) to an IP SLAs operation, see the "Configuring Proactive Threshold Monitoring" section.
operation)
To display and interpret the results of an IP SLAs operation, use the show ip sla statistics command. Check the output for fields that correspond to criteria in your service level agreement to determine whether the service metrics are acceptable.
The following example shows the output when the ICMP Path Jitter operation is configured. Because the path jitter operation does not support hourly statistics and hop information, the output for the show ip sla statistics command for the path jitter operation displays only the statistics for the first hop.
The following example shows the output when the ICMP Path Jitter operation is configured.
Device# configure terminal Device(config)# ip sla 15011 Device(config-sla-monitor)# path-jitter 10.222.1.100 source-ip 10.222.3.100 num-packets 20 Device(config-sla-monitor-pathJitter)# frequency 30 Device(config-sla-monitor-pathJitter)# exit Device(config)# ip sla schedule 15011 life forever start-time now Device(config)# exit Device# show ip sla statistics 15011 Round Trip Time (RTT) for Index 15011 Latest RTT: 1 milliseconds Latest operation start time: 15:37:35.443 EDT Mon Jun 16 2008 Latest operation return code: OK ---- Path Jitter Statistics ---- Hop IP 10.222.3.252: Round Trip Time milliseconds: Latest RTT: 1 ms Number of RTT: 20 RTT Min/Avg/Max: 1/1/3 ms Jitter time milliseconds: Number of jitter: 2 Jitter Min/Avg/Max: 2/2/2 ms Packet Values: Packet Loss (Timeouts): 0 Out of Sequence: 0 Discarded Samples: 0 Operation time to live: Forever
Standard/RFC |
Title |
---|---|
RFC 18891 |
RTP: A Transport Protocol for Real-Time Applications ; see the section "Estimating the Interarrival Jitter" |
Description |
Link |
---|---|
The Cisco Support and Documentation website provides online resources to download documentation, software, and tools. Use these resources to install and configure the software and to troubleshoot and resolve technical issues with Cisco products and technologies. Access to most tools on the Cisco Support and Documentation website requires a Cisco.com user ID and password. |
The following table provides release information about the feature or features described in this module. This table lists only the software release that introduced support for a given feature in a given software release train. Unless noted otherwise, subsequent releases of that software release train also support that feature.
Use Cisco Feature Navigator to find information about platform support and Cisco software image support. To access Cisco Feature Navigator, go to www.cisco.com/go/cfn. An account on Cisco.com is not required.
Table 1 | Feature Information for IP SLAs ICMP Path Jitter Operations |
Feature Name |
Releases |
Feature Information |
---|---|---|
IP SLAs Path Jitter Operation |
12.2(31)SB2 12.2(33)SRB1 12.2(33)SXH 12.3(14)T Cisco IOS XE Release 2.1 15.0(1)S Cisco IOS XE 3.1.0SG |
The Cisco IOS IP SLAs Internet Control Message Protocol (ICMP) path jitter operation allows you to measure hop-by-hop jitter (inter-packet delay variance). |
IPSLA 4.0 - IP v6 phase2 |
15.2(3)T Cisco IOS XE Release 3.7S |
Support was added for operability in IPv6 networks. The following commands are introduced or modified: path- jitter, show ip sla configuration, show ip sla summary. |
Cisco and the Cisco logo are trademarks or registered trademarks of Cisco and/or its affiliates in the U.S. and other countries. To view a list of Cisco trademarks, go to this URL: www.cisco.com/go/trademarks. Third-party trademarks mentioned 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. (1110R)
Any Internet Protocol (IP) addresses and phone numbers used in this document are not intended to be actual addresses and phone numbers. Any examples, command display output, network topology diagrams, and other figures included in the document are shown for illustrative purposes only. Any use of actual IP addresses or phone numbers in illustrative content is unintentional and coincidental.