cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1711
Views
0
Helpful
14
Replies

Check IP SLA udp jitter(codec) support!!!

masur_fox_spr
Level 1
Level 1

Hi all,

To calculate MOS we need to configure IP UDP jitter with some codec. What oid should be checked to know that device supports this operation?

Please help me!

Thanks ahead

14 Replies 14

Joe Clarke
Cisco Employee
Cisco Employee

Have a look at the rttMonApplSupportedRttTypesTable from the CISCO-RTTMON-MIB.

akemp
Level 5
Level 5

You will need a bit of info as to the codec as to which DSCP value its suppose to use . For example G729 is expecting Class EF (or 45 if you like numerical values)

Here's a quick example of a collector hardcoded in IOS (you can use IPM to quickly deploy collectors acros lots of devices in a few minutes)

ip sla logging traps

ip sla 10

udp-jitter codec g729a

owner

ip sla schedule 10 life forever start-time now ageout recurring

Thanks a lot.

But I need to check udp jitter support without creating this operation using SNMP. As I understand I need check some oid.

Please give some info about that.

Thanks ahead

What you need to check on is the image's support for IPSLA. In the image documentation the reference you see the ability to configure "rtr". IOS by itsself out of the box does nothing until you configure it to do so. You have to configure a collector to generate the statistics that you will use to create a MOS score if you want to use the router as the data source.

If you dont want to use the router as a data source to calculate the MOS scores you're asking the wrong question. I monitor VoIP 3 different ways: internally using IPM, internally using statically configured collectors, and Concord to manage the data collection and externally using Concord and VQM.

That last part of my original reply WAS straight command line for IPSLA collector definition.

But what do I know, I only have some 15,000 VoIP call center reps. Your mileage may vary.

I am implementing some application that allows to monitor Voip QOS using jitter(codec) operation. To add router capable of running IP SLA I need to ensure that it supports jitter(codec) operation.

As I know jitter(codec) operation is extended jitter operation. That's why checking rttMonApplSupportedRttTypesTable isn't correct in my case. I need to ensure that device can run jitter(codec) to add it my infrastructure. How can i check it?

You don't normally "run" a codec on your router or switch unless its a voice gateway and then its done it hardware. A codec is an abbreviation for Coder-Decoder. It's an analog-to-digital (A/D) and digital-to-analog (D/A) conversion process that creates packets that need to arrive in order on both sides of the connection with minimal delay and loss.

If its a voice gateway then its not IOS version that you'd be concerened with , but rater hardware because the encode/decode is done in hardware via DSPs (Digital Signal Processors) Cisco supports most of them including G.711, G.729, G.729a, and G.723.1.

Codec selection is a compression ratio choice and it should be based on "how good does it need to be". Local LAN to local LAN you can use minimal compression.

If you poll the object I mentioned in my reply, you will see the list of operations the device supports. You do not need to create a collector for that.

Jitter(codec) extends jitter operation. I have checked jitter type from rttMonApplSupportedRttTypesTable but it does not help to know that devise support Jitter(codec) operation.

Do you have any ideas about that?

If the IP SLA agent supports jitter and icmpJitter, it supports setting the jitter codec. If it only supports jitterAppl, then it does not.

Do you mean pathJitter?

pathJitter is another operation that is supported on devices that support setting the codec for jitter operations.

So that means i can check jitter and pathJitter or jitter and icmpjitter presence to verify if this device supports jitter(codec) operation?

Joe,

I cannot find id pathjitter(like voip(13),jitter(9))in RttMonRttType. What is id of pathjitter?

Please help me!

Thanks ahead

Looks like the type currently only shows up on the CLI. The MIB mentions pathJitter, but has not defined an RttMonRttType for it yet.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: