Skip Links

Network World

Brad Reese

How to setup Cisco IP SLA jitter monitors

By Brad Reese on Sun, 08/10/08 - 11:40pm.
Newsletter Signup

Plixer Tools Allow Users to Solve Costly Network Problems

In this blog, Plixer International will help us outline what is involved when setting up IP SLA jitter monitors on Cisco routers.

We will also discuss how to create IP SLA reports through SNMP using a typical SNMP trending tool.

IP SLA VoIP Measurement Tools

Maintaining a quality VoIP network is obtainable when appropriate monitors are put in place.

An IP SLA Jitter Operation will enable the administrator to create several IP SLA measurement reports.

These reports include but are not limited to:

Jitter

The IP SLA UDP jitter operation was primarily designed to diagnose network suitability for real-time traffic applications such as Voice over IP (VoIP), Video over IP, or real-time conferencing.

Jitter means inter-packet delay variance.

When multiple packets are sent consecutively from source to destination, (for example, 10 ms apart) and the network is behaving ideally, the destination should be receiving them 10 ms apart.

If there are delays in the network (like queuing, arriving through alternate routes, and so on) the arrival delay between packets may be greater or less than 10 ms.

Using this example, a positive jitter value indicates that the packets arrived greater than 10 ms apart.

If the packets arrive 12 ms apart, then positive jitter is 2 ms; if the packets arrive 8 ms apart, then negative jitter is 2 ms.

For delay-sensitive networks like VoIP, positive jitter values are undesirable, and a jitter value of 0 is ideal.

Latency

In a network, latency, a synonym for delay, is an expression of how much time it takes for a packet of data to get from one designated point to another.

Packet Loss

Packet loss is the discarding of data packets in a network when a device is overloaded and cannot accept any incoming data at a given moment.

MOS

The quality of transmitted speech is a subjective response of the listener.

Each codec used for transmission of Voice over IP provides a certain level of quality.

A common benchmark used to determine the quality of sound produced by specific codecs is MOS (Mean Opinion Score).

With MOS, a wide range of listeners have judged the quality of voice samples sent using a particular codec, on a scale of 1 (poor quality) to 5 (excellent quality).

The opinion scores are averaged to provide the mean for each sample.

Note: MOS can only be accomplished with a jitter probe.

ICPIF Score

The ITU standard G.113 specifies how to measure voice quality.

This method dictates the quality of voice calls by calculating the ICPIF (impairment/calculated planning impairment factor).

IOS-based gateways calculate the ICPIF value for every call and log it as part of the CDR record.

An ICPIF value of zero for a call is a perfect score.

This is often the target for VoIP networks.

The range for this score will be 0 to 55.

Note: MOS and ICPIF scores only apply to IP SLA with VoIP CODECS included.

IOS Version Warning

Some IOS versions support IP SLA operations with slightly different navigation or methods of creation.

The overall methods for creating IP SLA operations are the same.

The administrator may need to use the “?” command to apply the correct commands for that IOS.

Steps to Configure the IP SLA Responder:

When setting up an IP SLA Jitter Responder, the destination router needs to be configured to respond to the source router initiating the communication.

This step is necessary to generate values for SNMP performance trending.

Enable IP SLA Responder:

InternetRouter2(config)#ip sla monitor responder

InternetRouter2(config)#exit

Verification of Responder Status:

InternetRouter2# show ip sla monitor responder

Configuring the IP SLAs Responder

View more details on responder configuration.

Steps to configure Jitter IP SLA

IP SLA Jitter Monitor # Availability Verification:

Prior to creation, the administrator should verify that there are no other IP SLA Monitors scheduled with the same number.

Existing IP SLA monitors can be viewed by entering the following command:

Router# show ip sla monitor configuration

InternetRouter2#show ip sla configuration

Create Monitor:

Once the administrator has identified an available number for the IP SLA Monitor, the creation of the Jitter IP SLA Monitor can be performed.

Enter config mode and proceed with the following steps:

Router (config)# ip sla monitor <1-2147483647>

InternetRouter2(config)#ip sla monitor 12

Specify Type:

Once the monitor has been created, it is necessary to specify what type of monitor is being used. In this case, a Jitter probe (i.e. operation/monitor).
A Jitter monitor is configured by entering the destination IP address and port number in the config below.
If MOS and ICPIF scores are required than a codec must be specified.
The advantage factor is a handicap that would account for normal degradation of communications and is required even if the value is zero.

View more information

There are many type options for an administrator to use.

The configuration below would provide measurable statistics for IP SLA reports.

Router (config-sla-monitor)# type jitter dest-ipaddr dest-port <1-65535> codec advantage-factor <0-20>

InternetRouter2(config-sla-monitor)#type jitter dest-ipaddr
10.10.10.10 dest-port 123456 codec g711alaw advantage-factor 0

Specify Tag:

A tag must be specified to generate a description for SNMP performance trending.

A typical description would be:

“NY to CA Jitter” or “Core to Edge Jitter g711alaw codec”

Router (config-sla-monitor-jitter)# tag

InternetRouter2(config-sla-monitor-jitter)#tag IP SLA VoIP Jitter
Sanford to Somersworth g711alaw Codec

Specify Frequency:

The frequency of this monitor should be 300 seconds or less.

Giving this monitor a smaller time value is acceptable; keeping in mind that increased frequency will create more overhead for the router.

Router(config-sla-monitor-jitter)# frequency <1-604800>

InternetRouter2(config-sla-monitor-jitter)#frequency 300

Specify Owner:

The administrator of this IP SLA Monitor should document a contact or a group to notify if any questions arise.

Router (config-sla-monitor-jitter)# owner

InternetRouter2(config-sla-monitor-jitter)#owner Raul Duran

Specify Type of Service:

This line defines a type of service (ToS) byte in the IP header of an IP SLA operation.

IP SLA Monitors emulate and keep statistics on traffic that is identical to the type of traffic the administrator needs to monitor.

If the administrator needs to monitor traffic statistics that run through a specific QoS queue, it is necessary to specify the ToS value associated with that queue.

If the ToS is not specified, the Jitter Operation will not include a QoS tag in the packet.

The chart below is useful in determining which Diffserv or decimal to use for the ToS config line.

DiffServe Codepoints

Router (config-sla-monitor-http)# tos <0-255>

InternetRouter2(config-sla-monitor-http)#tos 32

Enabling IP SLA Jitter Monitor:

The next step is to exit configuration mode and return to exec mode in order to Schedule the IP SLA operation.

Router (config-sla-monitor-jitter)# exit

InternetRouter2(config-sla-monitor-jitter)#exit

Schedule the Monitor to Start:

Once the monitor configuration has been completed it must now be enabled.

There are many variations on how to schedule IP SLA monitors.

For the purpose of creating dependable reports, the administrator should start the monitor upon completion and keep it running, until it is no longer needed.

Router (config)# ip sla monitor schedule <1-2147483647> start-time now life forever

InternetRouter2(config)#ip sla monitor schedule 12 start-time now live forever

Verification of IP SLA Jitter Configuration:

Once the IP SLA Monitor has been started, it will generate statistics on the first transaction between the source and destination.

The administrator may run statistics on the new IP SLA monitor by entering:

Router# show ip sla monitor configuration statistics <1-2147483647>

InternetRouter2# sh ip sla monitor statistics 12

Note: One way delay requires time synchronization between source and destination routers.

Round trip time

A successful implementation will result in RTT, latency, jitter, packet loss values and a MOS Score displayed with a number of successes greater than zero.

If a MOS Score is not displayed then it will be necessary to review the jitter configuration to see if there is an error in the setup of this monitor by running:

Router#show ip sla monitor configuration <1-2147483647>

InternetRouter2#sh ip sla monitor configuration 12

Editing or Removing an IP SLA Monitor:

If the administrator finds a problem with the monitor or would like to make a change in the monitor, the monitor must be removed and then recreated by repeating the process outlined in this document.

To remove an IP SLA Monitor the command below may be used:

Router (config)# no ip sla monitor <1-2147483647>

InternetRouter2#no ip sla monitor 12

Troubleshooting IP SLAs:

If problems persist, try verifying firewall configurations, access lists, or other networking issues that may be interfering in the process.

The administrator should also make sure that the current IOS version supports these IP SLA Operations.

Creating IP SLA Reports with Denika Performance Trender

Creating IP SLA Reports

Creating IP SLA Reports

Once the IP SLA Monitor has been successfully created and scheduled, the administrator can create IP SLA Performance Reports like those above with the Denika SNMP Performance Trender.

Steps to create reports in Denika SNMP Performance Trender:

1. Download the free version.
2. Install Denika on a Windows server.
3. Log in to the web interface.
4. Click on the “discovery button” in the Admin Tools Tab.
5. Click on the “Single Device” button.
6. Enter the IP Address and the SNMP Community string for the router currently being configured for SLA Reporting. If the community string is not public the administrator may simply create a credential with the correct community string.
7. Click on the “View First” button and select the reports to be created. Follow the instructions on the screen if the reports options wanted are not listed.
8. Wait 10-15 minutes for the trends to show up and celebrate.
Marc Bilodeau"Denika SNMP Performance Trender and Scrutinizer Flow Analyzer help businesses determine who is hogging network bandwidth and is an employee's traffic pattern normal," said Marc Bilodeau - CTO of Plixer International.

Plixer recommends having the integration between Denika and Scrutinizer enabled.

If you would like assistance creating Reports in Denika, feel free to contact Plixer directly.

View Cisco documentation on IP SLA VoIP Jitter and other IP SLA Operations.


View more Cisco How-To Tutorials

Contact Brad Reese
http://www.BradReese.Com

Search 65,352 current Cisco Job openings worldwide.

Brad's Top 5 Story Picks
# 1. CCIE water cooler gossip: Braindumps offering Cisco exam VUE voucher discounts
# 2. DEFCON 16 presentation: Tricking Cisco WLAN APs into committing suicide
# 3. Is Juniper working on a major re-launch of their WAN acceleration platform?
# 4. CCIE water cooler gossip: 55% of all new CCIEs are coming from the Pacific Rim
# 5. 40 million credit and debit card numbers stolen: What could have prevented this theft?
Story Archives Brad Reese on Cisco Story Archives

Cisco Jobs

Cisco Resumes

2008 Cisco Salary Rates

Post Cisco CV/Resume FREE

  

Brad it would be great to

0

Brad it would be great to see a blog on multihoming using object tracking... IP SLA icmp tracking an interface with a track on a default route.

How to setup a Cisco IP SLA TCP connect operation

0

Thank you for your suggestion.

You may also wish to investigate:

How to setup a Cisco IP SLA TCP connect operation

Sincerely and gratefully yours,

Brad Reese
http://www.BradReese.Com

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Post new comment

The content of this field is kept private and will not be shown publicly.
  • You can use BBCode tags in the text.
  • Lines and paragraphs break automatically.
  • Allowed HTML tags: <p> <strong> <i> <br /> <br> <ul> <ol> <li> <dl> <dt> <dd> <blockquote>

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
Welcome, visitor. Register Log in
Advertisement:
About Brad Reese on Cisco

Brad Reese cofounded BradReese.Com Cisco Refurbished which offers one year warranties on Cisco Refurbished and Cisco Repair.

Contact Brad Reese

Archives
July 2009
June 2009
May 2009
April 2009
March 2009
February 2009
January 2009
December 2008
November 2008
October 2008
September 2008
August 2008
July 2008
June 2008
May 2008
April 2008
March 2008
February 2008
January 2008
December 2007
November 2007
October 2007
September 2007
August 2007
July 2007
June 2007
May 2007
April 2007
March 2007
February 2007
January 2007
Categories
A government official in possession of a large corporate stockholding while that corporation is subject to administrative rulings by that same government official
After contacting Cisco
Agito adds that its enterprise fixed mobile convergence (eFMC) platform enables low-cost in-building voice coverage
Agito introduced Agito for BlackBerry
Agito's BlackBerry smart phone functionality for Cisco VoIP
Agito's RIM BlackBerry support announcement
Americas Vice President and General Manager of HP ProCurve - Karl Soderlund
An assortment of communications companies
Andreessen plans to watch what companies Cisco acquires
Andreessen sees as the next market transition
As a matter of Cisco policy
Back in April the CCIE Security track changed
Black Hat attack on Cisco's network admission control (NAC)
Boas also led an educational session at the Gartner Security Summit
Boas shares his insight on the most prevalent threats to the enterprise network
Bragging about Cisco's ability to catch market transitions
Brings enterprise VoIP over WiFi for dual-mode BlackBerry smartphones
But neither felt it as bad as Cisco did
Can Cisco VARs profitably match HP ProCurve pricing on a deal-by-deal basis?
Careers
Chairman and CEO of Cisco China - Jim Sherriff
Cisco
Cisco CEO John Chambers has never been shy
Cisco Chief Technology Officer Padmasree Warrior
Cisco NAC design flaws that the folks at Black Hat so alarmingly described
Cisco VARs no longer have enough margin left to profitably match HP ProCurve pricing
Cisco customer a discount
Cisco has held this share position since CY02
Cisco has produced a new CCIE count
Cisco is celebrating its 25th anniversary this year
Cisco is the revenue-leading vendor overall with 38% of total network security appliances and software in 1Q09 (down 2.8 points from 4Q08)
Cisco might do very well with the Flip
Cisco offer price-matching discounts to existing customers in order to equal ProCurve prices
Cisco only counts your CCIE number once
Cisco released its new worldwide CCIE count
Cisco's executive biographies web page
Cisco's loss of market share has in itself become the networking industry's newest market transition
Compromised the Cisco agent installed on the end system
Confirmation testimony before the U.S. Senate noteworthy
Customer-proven best practices of network access control (NAC)
Data Center
Didn’t RIM already support voice over WiFi?
Doesn’t RIM’s Ascendent acquisition give them this?
Douglas Gourlay - Vice President of Cisco Data Center Solutions
Douglas Gourlay is as sharp as a tack and one of the most impressive people I've ever had the honor of collaborating with on Cisco stories
Dual CCIE #18532 Routing and Switching/Security - George Morton
Dual-mode BlackBerry smartphones
Enables BlackBerry to be integrated into corporate PBXs and Unified Communications systems
Enterasys NAC is agent-less assessment based on a network scan
Enterasys security expert Dennis Boas
Enterasys uses multiple criteria beyond end system health assessment to assign and limit access granted to an end system
Enterprise concerns about the financial and management aspects of NAC
Enterprises that have standardized on the BlackBerry platform
Exactly what's causing everybody to quack?
Famous networking industry journalist
Flexible options with Enterasys NAC
Flip video below of Chambers' doing his quacks
Flip video of Cisco CEO John Chambers performing his duck quacks
Further details on why Cisco has lost market share in network security
Gourlay was featured just 7 days earlier in the Cisco Data Center Networks blog story
Gourlay's office is located at Cisco's nearby headquarters in San Jose
HP ProCurve continues to win business and gain market share
HP ProCurve is calling the shots now
HP ProCurve is whacking Cisco in its most vulnerable spot
HP ProCurve pricing on a deal-by-deal
HP ProCurve will take 20% off its list price
Half the smartphones in use in the US today are BlackBerry devices
Hogtied by Cisco's new committee culture
How Cisco was working overtime AGAINST the Buy America provisions of the $7.2B broadband stimulus fund
I can still see those wishing to cash out selling to Cisco
I have worked for a handful of telecommunications companies of varying sizes
I voted for President Obama seeking change
If you trade-in your Cisco equipment
Independent companies operating in Silicon Valley able to out innovate Cisco
Interesting CCIE news from around the world
Is Cisco likely to innovate? No
Its been proven that a government official can be bribed with free dinners
Jeff Wilson - network security analyst at Infonetics Research
Joel Bion - Senior Vice President of Cisco's Product Resiliency Research
Juniper and Check Point are second and third with 10.4% and 9.5% respectively
LANs / WANs
Larry Strickling is confirmed as the new Administrator of the National Telecommunications and Information Administration (NTIA)
Last month Cisco missed the multiple CCIE numbers
Made by Strickling during his March 19
Manny Rivelo - Senior Vice President of Cisco's Development Organization
May 2009 vs. June 2009 Worldwide CCIE Count Comparison
Mobile features integrated into the BlackBerry
My previous government service at the FCC provide me a unique background for the position of Assistant Secretary
My source suggested Gourlay had left Cisco
Network security vendor Enterasys
Not only among the Cisco workforce
Not too many senior executives are around from Cisco's early days
Now it appears the Internet is quacking too
Omitted the years of Cisco service for both John Morgridge and Richard Justice because they are no longer full-time Cisco executives
Only 66% of all applicants who passed were for the CCIE Router and Switch track
Only one CCIE is a member of Cisco's 59 strong senior executive team
Out innovate Cisco simply because they have no desire to be acquired
Pacific Rim CCIE numbers didn't change over the last 39 days
Pejman Roshan - Chief Marketing Officer of enterprise fixed mobile convergence (eFMC) vendor Agito Networks
Ponemon Institute reported
Post a comment to Cisco's blog that contains a link to your duck quacking video
ProCurve wants to make all Cisco customers aware of this offer
ProCurve’s momentum and market share gains
R & S + Security this year as the most popular dual CCIE track
R & S + Service Provider was 49% of the successful attempts for dual CCIE
RIM offers only data services over WiFi on their dual-mode smartphones
Responsible for Cisco's IOS Software
SMB
Security
Security mechanisms are used to validate the integrity and authenticity of the Enterasys agent for all server/agent communications
Security sales will come back for Cisco
Showed that Stickling owned a large Cisco stock position
So we had 251 new CCIEs
Subject of Cisco's senior executive team came up
The CEO of Cisco quacked
The Cisco workforce quacked
The IOS 12.4 track with ISR routers is slowing down the Security CCIE track
The National Telecommunications and Information Administration (NTIA) granted Cisco its coveted Buy American Exception
The average tenure would be of the 61 executives listed on Cisco's Mount Rushmore
The best duck call will win a new Flip Mino HD from John Chambers
The change in the CCIE Security track has had a major impact on new security CCIEs
Tremendous benefits HP ProCurve provides by offering the best value
VoIP / Convergence
We build our culture at Cisco around catching market transitions
We can confirm that Doug Gourlay is no longer with Cisco and we wish him well in his future endeavors
We're also now starting to see the CCIE Wireless track
We've experienced a new low for CCIE Security track
What exactly has Agito Networks announced this week?
What's your take on the implications of the new worldwide Cisco CCIE count?
What's your take on why Douglas Gourlay left Cisco and where do you think he will land?
Which had Gourlay inviting guests to Cisco Live in the following video
Which video quacks you up the most?
While Cisco salivates over 30 to 50 new market adjacencies
Why does Cisco lack pricing flexibility?
Why is cellular-only PBX and UC integration incomplete?
Why the Enterasys NAC solution is doing so well
Why the Enterasys NAC solution is in such high demand
Wireless / Mobile
Without ducking my question
Would you back the technology vision of Marc Andreessen
You too will understand why duck quacking has become such an overnight sensation
On The Web
Twitter