[XML] Cisco SAA Jitter/Jitter-error/http template
Moderators: Developers, Moderators
More templates and some fixes
It seems like there are few users who has trouble importing xml files. The cisco_saa.xml file is not meant to be imported via cacti import xml interface. You need to manually copy it over to a sub directory under cacti. Follow below instructions:
Copy cisco_saa.xml to following location:
<path_cacti>/resource/snmp_queries/
Import cacti_data_query_cisco_saa_statistics.xml file via cacti xml import.
I've made few changes in regards to the templates. For jitter template it will show correct maximum value for minus jitter (Before, if there was -5 and -11, it would show -5 as maximum, which is infact the minimum). Also, on jitter/error template minimum jitter's maximum has been changed to minimum. No point of having a maximum of minimum :>. And it will fix the graph where average line shows below minimum line.
Also added Voice scoring template for VoIP SAA test available with latest Cisco SAA/SLA probe. You will need to select VoIP codec (Either g711 or g729) when creating SAA/SLA probe for this to work.
Currently I cannot logon using my old account jeanvav so I won't be able to update the old xml files. So use the one attached to this post.
Copy cisco_saa.xml to following location:
<path_cacti>/resource/snmp_queries/
Import cacti_data_query_cisco_saa_statistics.xml file via cacti xml import.
I've made few changes in regards to the templates. For jitter template it will show correct maximum value for minus jitter (Before, if there was -5 and -11, it would show -5 as maximum, which is infact the minimum). Also, on jitter/error template minimum jitter's maximum has been changed to minimum. No point of having a maximum of minimum :>. And it will fix the graph where average line shows below minimum line.
Also added Voice scoring template for VoIP SAA test available with latest Cisco SAA/SLA probe. You will need to select VoIP codec (Either g711 or g729) when creating SAA/SLA probe for this to work.
Currently I cannot logon using my old account jeanvav so I won't be able to update the old xml files. So use the one attached to this post.
Last edited by hwon on Tue Feb 06, 2007 2:56 pm, edited 2 times in total.
Re: More templates and some fixes
Hi hwon (aka jeanvav), nice to see you back in the forum. I'm just working on your old templates and tested the new templates promptly.
The base concept is excellent and we want to implement it to about 2000 IPM collector jobs.
But one issue we have on our test enviroment. The "RTT ave" will stay always zero. All other RTT values are correct.
It make me wonder that you are using
RTT .1.3.6.1.4.1.9.9.42.1.2.10.1.1 not from the jitter Mib section like
the other values
RTTmin .1.3.6.1.4.1.9.9.42.1.5.2.1.4
RTTmax .1.3.6.1.4.1.9.9.42.1.5.2.1.5
We have only jitter measurement defined for this job (no extra echo or pathecho) and so the RTT value is zero, when I do a snmpget on it.
There are two values from the jitter tree 'RTTnum and RTTsum which may help to calculate the jitter average by division RTTsum/RTTnum.
What do you think about this issue?
Best regards Frizz.
The base concept is excellent and we want to implement it to about 2000 IPM collector jobs.
But one issue we have on our test enviroment. The "RTT ave" will stay always zero. All other RTT values are correct.
It make me wonder that you are using
RTT .1.3.6.1.4.1.9.9.42.1.2.10.1.1 not from the jitter Mib section like
the other values
RTTmin .1.3.6.1.4.1.9.9.42.1.5.2.1.4
RTTmax .1.3.6.1.4.1.9.9.42.1.5.2.1.5
We have only jitter measurement defined for this job (no extra echo or pathecho) and so the RTT value is zero, when I do a snmpget on it.
There are two values from the jitter tree 'RTTnum and RTTsum which may help to calculate the jitter average by division RTTsum/RTTnum.
What do you think about this issue?
Great idea and I will soon test it on a lab-router. What IOS you are using? Do you can show example graphs?Also added Voice scoring template for VoIP SAA test available with latest Cisco SAA/SLA probe. You will need to select VoIP codec (Either g711 or g729) when creating SAA/SLA probe for this to work.
Best regards Frizz.
Cacti 0.8.6j | Cactid 0.8.6j | RRDtool 1.2.23 |
SuSe 9.x | PHP 4.4.4 | MySQL 5.0.27 | IHS 2.0.42.1
Come and join the 3.CCC.eu
http://forums.cacti.net/viewtopic.php?t=27908
SuSe 9.x | PHP 4.4.4 | MySQL 5.0.27 | IHS 2.0.42.1
Come and join the 3.CCC.eu
http://forums.cacti.net/viewtopic.php?t=27908
As far as I know, if you define jitter probe, it will also do UDP RTT measurement. When you are getting zero on the RTTaverage, what do you get on RTTMax and RTTMin? Can you post the jitter error graph result? You are correct in that the template is using 1.3.6.1.4.1.9.9.42.1.2.10.1.1, This is done since there is no RTTAve value in jitter oid branch.
FYI, here is sample graph for voice scoring, with following IOS config:
Version 12.3(14)T6
ip sla monitor 3
type jitter dest-ipaddr 4.2.2.4 dest-port 11111 codec g729a
threshold 120
tag g729a
frequency 300
ip sla monitor schedule 3 life forever start-time now
FYI, here is sample graph for voice scoring, with following IOS config:
Version 12.3(14)T6
ip sla monitor 3
type jitter dest-ipaddr 4.2.2.4 dest-port 11111 codec g729a
threshold 120
tag g729a
frequency 300
ip sla monitor schedule 3 life forever start-time now
- Attachments
-
- Voice scoring
- untitled.GIF (10.35 KiB) Viewed 23460 times
No jitter RTT average
Hi hwon, thanks for your quick reply.hwon wrote:As far as I know, if you define jitter probe, it will also do UDP RTT measurement. When you are getting zero on the RTTaverage, what do you get on RTTMax and RTTMin? Can you post the jitter error graph result?
That's what I get from the CLI regarding this collector. See jitter sample at the end.
- ipmRouter#sh rtr collection-statistics 9142
Collected Statistics
Entry Number: 9142
Target Address: x.x.x.x, Port Number: 16400
Start Time: 19:39:29.000 UTC Wed Mar 29 2006
RTT Values:
NumOfRTT: 600 RTTSum: 9064 RTTSum2: 137518
Packet Loss Values:
PacketLossSD: 0 PacketLossDS: 0
PacketOutOfSequence: 0 PacketMIA: 0 PacketLateArrival: 0
InternalError: 0 Busies: 0
Jitter Values:
NumOfJitterSamples: 540
MinOfPositivesSD: 1 MaxOfPositivesSD: 10
NumOfPositivesSD: 64 SumOfPositivesSD: 85 Sum2PositivesSD: 255
MinOfNegativesSD: 1 MaxOfNegativesSD: 10
NumOfNegativesSD: 57 SumOfNegativesSD: 71 Sum2NegativesSD: 171
MinOfPositivesDS: 1 MaxOfPositivesDS: 6
NumOfPositivesDS: 76 SumOfPositivesDS: 85 Sum2PositivesDS: 123
MinOfNegativesDS: 1 MaxOfNegativesDS: 3
NumOfNegativesDS: 82 SumOfNegativesDS: 87 Sum2NegativesDS: 99
Interarrival jitterout: 0 Interarrival jitterin: 0 One Way Values:
NumOfOW: 600
OWMinSD: 6 OWMaxSD: 17 OWSumSD: 4102 OWSum2SD: 28466
OWMinDS: 7 OWMaxDS: 15 OWSumDS: 4962 OWSum2DS: 41280
- Entry Number: 9142
Target Address: x.x.x.x, Port Number: 16400
Start Time: 20:39:29.000 UTC Wed Mar 29 2006
RTT Values:
NumOfRTT: 160 RTTSum: 2395 RTTSum2: 35921
Packet Loss Values:
PacketLossSD: 0 PacketLossDS: 0
PacketOutOfSequence: 0 PacketMIA: 0 PacketLateArrival: 0
InternalError: 0 Busies: 0
Jitter Values:
NumOfJitterSamples: 144
MinOfPositivesSD: 1 MaxOfPositivesSD: 3
NumOfPositivesSD: 14 SumOfPositivesSD: 16 Sum2PositivesSD: 22
MinOfNegativesSD: 1 MaxOfNegativesSD: 4
NumOfNegativesSD: 14 SumOfNegativesSD: 17 Sum2NegativesSD: 29
MinOfPositivesDS: 1 MaxOfPositivesDS: 1
NumOfPositivesDS: 23 SumOfPositivesDS: 23 Sum2PositivesDS: 23
MinOfNegativesDS: 1 MaxOfNegativesDS: 1
NumOfNegativesDS: 20 SumOfNegativesDS: 20 Sum2NegativesDS: 20
Interarrival jitterout: 0 Interarrival jitterin: 0 One Way Values:
NumOfOW: 160
OWMinSD: 6 OWMaxSD: 10 OWSumSD: 990 OWSum2SD: 6162
OWMinDS: 8 OWMaxDS: 10 OWSumDS: 1405 OWSum2DS: 12369
###########################################
tooldev5:~ # snmpwalk -c xxx x.x.x.x .1.3.6.1.4.1.9.9.42.1.2.10.1.1.9142
enterprises.9.9.42.1.2.10.1.1.9142 = Gauge32: 0
# snmpwalk -c xxx x.x.x.x .1.3.6.1.4.1.9.9.42.1.5.2.1.4.9142
enterprises.9.9.42.1.5.2.1.4.9142 = Gauge32: 14
# snmpwalk -c xxx x.x.x.x .1.3.6.1.4.1.9.9.42.1.5.2.1.5.9142
enterprises.9.9.42.1.5.2.1.5.9142 = Gauge32: 16
# snmpwalk -c xxx x.x.x.x .1.3.6.1.4.1.9.9.42.1.5.2.1.1.9142
enterprises.9.9.42.1.5.2.1.1.9142 = Gauge32: 10
# snmpwalk -c xxx x.x.x.x .1.3.6.1.4.1.9.9.42.1.5.2.1.2.9142
enterprises.9.9.42.1.5.2.1.2.9142 = Gauge32: 147
You're right, there is no direct readable value in the jitter MIB tree but the count and sum of several measurements, so that an average can be computed.You are correct in that the template is using 1.3.6.1.4.1.9.9.42.1.2.10.1.1, This is done since there is no RTTAve value in jitter oid branch.
That
...2.9142 RTTsum: 147 DIVIDE by ...1.9142 RTTnum: 10 may be the right RTTaverage value of 14,7 .
Looks great, that will be the best graph for the upper management. I'll tested it asap. ThanksFYI, here is sample graph for voice scoring, with following IOS config:
Version 12.3(14)T6
FYI, the collector jobs are configured and maintained with the Cisco "Internet Performance Manager(IPM)" (with seed files). The latency and jitter values from several dedicated probe router are polled with cactid and graphed with Cacti and the IPM for different user groups and expectations.
Best regards
Frizz.
- Attachments
-
- jitter sample.PNG (9.69 KiB) Viewed 23451 times
-
- jitter sample01.PNG (8.1 KiB) Viewed 23451 times
Cacti 0.8.6j | Cactid 0.8.6j | RRDtool 1.2.23 |
SuSe 9.x | PHP 4.4.4 | MySQL 5.0.27 | IHS 2.0.42.1
Come and join the 3.CCC.eu
http://forums.cacti.net/viewtopic.php?t=27908
SuSe 9.x | PHP 4.4.4 | MySQL 5.0.27 | IHS 2.0.42.1
Come and join the 3.CCC.eu
http://forums.cacti.net/viewtopic.php?t=27908
Since you are getting Max & MIn on Jitter/Error graph, I think you should also be getting the Ave value as well. I wouldn't be surprised if this turns out to be an IOS bug in regards to SNMP. What version are you runiing on SAA router?
The MOS score is definitely an eye candy for management, it doesn't get any easier than rating of 1 - 5 :>
The MOS score is definitely an eye candy for management, it doesn't get any easier than rating of 1 - 5 :>
Hi hwon,
I'll check it on CCO and for your MOS feature I'll do a test with an newer release. (like your 12.3.17T) to see differences.
MOS value in different colors for each graduation and the mouse-over feature for jitter. If you're interested, I'll keep you informed.
We're running 12.2.23c and 12.2.23f and you're maybe right in your opinion about an IOS bug. (not the first regarding SNMP).hwon wrote:Since you are getting Max & MIn on Jitter/Error graph, I think you should also be getting the Ave value as well. I wouldn't be surprised if this turns out to be an IOS bug in regards to SNMP. What version are you runiing on SAA router?
I'll check it on CCO and for your MOS feature I'll do a test with an newer release. (like your 12.3.17T) to see differences.
But not only for management. I think about a network map like Howies weathermap for voice traffic for our NOC to recognize upcomming voice problems to different sites.The MOS score is definitely an eye candy for management, it doesn't get any easier than rating of 1 - 5 :>
MOS value in different colors for each graduation and the mouse-over feature for jitter. If you're interested, I'll keep you informed.
Cacti 0.8.6j | Cactid 0.8.6j | RRDtool 1.2.23 |
SuSe 9.x | PHP 4.4.4 | MySQL 5.0.27 | IHS 2.0.42.1
Come and join the 3.CCC.eu
http://forums.cacti.net/viewtopic.php?t=27908
SuSe 9.x | PHP 4.4.4 | MySQL 5.0.27 | IHS 2.0.42.1
Come and join the 3.CCC.eu
http://forums.cacti.net/viewtopic.php?t=27908
-
- Posts: 31
- Joined: Wed Jan 19, 2005 2:34 pm
Frizz,
Yes, I have been keeping an eye on that project. Definitely, something we would like to try out for that kind of application.
fla_roadkill,
There is ways to import newer templates from older version of cacti:
http://forums.cacti.net/about10309.html
However, like author states in this link, not sure what the effect will be... gl.
Yes, I have been keeping an eye on that project. Definitely, something we would like to try out for that kind of application.
fla_roadkill,
There is ways to import newer templates from older version of cacti:
http://forums.cacti.net/about10309.html
However, like author states in this link, not sure what the effect will be... gl.
No Data on my graph
I have imported the template to my cacti. also configured IP SLA on my Cisco 7206 VXR. I have created IP SLA for icmp-jitter with schedule of forever. But on my cacti graph it only showing RTT but nothing else.
Did I miss anything? BTW, my Cacti is 0.8.6d and I am pretty new to cacti.
Did I miss anything? BTW, my Cacti is 0.8.6d and I am pretty new to cacti.
- Attachments
-
- graph.JPG (67.34 KiB) Viewed 23001 times
Re: No Data on my graph
Hi tun,tun wrote:I have imported the template to my cacti. also configured IP SLA on my Cisco 7206 VXR. I have created IP SLA for icmp-jitter with schedule of forever. But on my cacti graph it only showing RTT but nothing else.
Did I miss anything? BTW, my Cacti is 0.8.6d and I am pretty new to cacti.
can you post your CLI commands for the jitter-job and and the corresponding " sh rtr distributions-statistics [job entry]"
Are there any non-zero values?
Is the remote jitter router configured with the "rtr responder statement" ?
I'll compare it to our settings.
Frizz
Cacti 0.8.6j | Cactid 0.8.6j | RRDtool 1.2.23 |
SuSe 9.x | PHP 4.4.4 | MySQL 5.0.27 | IHS 2.0.42.1
Come and join the 3.CCC.eu
http://forums.cacti.net/viewtopic.php?t=27908
SuSe 9.x | PHP 4.4.4 | MySQL 5.0.27 | IHS 2.0.42.1
Come and join the 3.CCC.eu
http://forums.cacti.net/viewtopic.php?t=27908
When setting up a new graph (Create Graph from 'Cisco - SAA Jitter Statistics'), Cacti asks me for Index Type, Index Value and Output Type ID. I'm new to Cacti and a bit lost. Can someone give me an example of what to put here?
I'm trying to read this here:
I'm trying to read this here:
Code: Select all
ip sla monitor 60010009
type jitter dest-ipaddr x.x.x.x dest-port 1000 source-ipaddr x.x.x.x num-packets 900 interval 1000
request-data-size 512
tos 192
frequency 900
-
- Posts: 2
- Joined: Wed May 24, 2006 8:00 am
jitter for cisco 3750
Hi all, how can i configure my cisco 3750 switch to monitorind the jitter please ?
Thanks in advance
Thanks in advance
Who is online
Users browsing this forum: No registered users and 1 guest