[XML] Cisco IP SLA templates (AKA RTR & SAA)

Templates, scripts for templates, scripts and requests for templates.

Moderators: Developers, Moderators

Post Reply
User avatar
rcaston
Cacti User
Posts: 204
Joined: Tue Jan 06, 2004 7:47 pm
Location: US-Dallas, TX
Contact:

Re: Getting MIBs to resolve in snmp data queries?

Post by rcaston »

stevew wrote:I was really interested to see the info on adding the MIBs which I didn't realise was possible. So I followed the instructions.

Now, when I run a command-line snmpbulkwalk the CISCO-RTTMON mib properly resolves:

Code: Select all

enfimon ~ $ snmpbulkwalk -v 2c -c **** 192.168.1.1 CISCO-RTTMON-MIB::rttMonLatestJitterOperNTPState.1
Did not find 'zeroDotZero' in module SNMPv2-SMI (/etc/snmp/mibs/IP-MIB.my)
Did not find 'zeroDotZero' in module SNMPv2-SMI (/etc/snmp/mibs/EVENT-MIB.my)
Did not find 'zeroDotZero' in module SNMPv2-SMI (/usr/share/snmp/mibs/DISMAN-SCHEDULE-MIB.txt)
CISCO-RTTMON-MIB::rttMonLatestJitterOperNTPState.1 = INTEGER: sync(1)
However, in Cacti I still don't see the resolution of values to names in the query (as shown below).
I have the same issue, I can poll via snmpwalk with the MIB object name, but cacti does not pull in the object names as expected.
User avatar
Phil971
Posts: 2
Joined: Mon Oct 15, 2007 10:49 am
Location: Little Carribean Island

Re: Getting MIBs to resolve in snmp data queries?

Post by Phil971 »

rcaston wrote:
stevew wrote:I was really interested to see the info on adding the MIBs which I didn't realise was possible. So I followed the instructions.

Now, when I run a command-line snmpbulkwalk the CISCO-RTTMON mib properly resolves:

Code: Select all

enfimon ~ $ snmpbulkwalk -v 2c -c **** 192.168.1.1 CISCO-RTTMON-MIB::rttMonLatestJitterOperNTPState.1
Did not find 'zeroDotZero' in module SNMPv2-SMI (/etc/snmp/mibs/IP-MIB.my)
Did not find 'zeroDotZero' in module SNMPv2-SMI (/etc/snmp/mibs/EVENT-MIB.my)
Did not find 'zeroDotZero' in module SNMPv2-SMI (/usr/share/snmp/mibs/DISMAN-SCHEDULE-MIB.txt)
CISCO-RTTMON-MIB::rttMonLatestJitterOperNTPState.1 = INTEGER: sync(1)
However, in Cacti I still don't see the resolution of values to names in the query (as shown below).
I have the same issue, I can poll via snmpwalk with the MIB object name, but cacti does not pull in the object names as expected.
Hello,
me too, same issue ....
Did you find a way to made it working ? :(
User avatar
stevew
Posts: 26
Joined: Tue Aug 17, 2004 12:39 pm
Location: London
Contact:

Re: Getting MIBs to resolve in snmp data queries?

Post by stevew »

Phil971 wrote:
rcaston wrote:
stevew wrote:I was really interested to see the info on adding the MIBs which I didn't realise was possible. So I followed the instructions.

Now, when I run a command-line snmpbulkwalk the CISCO-RTTMON mib properly resolves:

Code: Select all

enfimon ~ $ snmpbulkwalk -v 2c -c **** 192.168.1.1 CISCO-RTTMON-MIB::rttMonLatestJitterOperNTPState.1
Did not find 'zeroDotZero' in module SNMPv2-SMI (/etc/snmp/mibs/IP-MIB.my)
Did not find 'zeroDotZero' in module SNMPv2-SMI (/etc/snmp/mibs/EVENT-MIB.my)
Did not find 'zeroDotZero' in module SNMPv2-SMI (/usr/share/snmp/mibs/DISMAN-SCHEDULE-MIB.txt)
CISCO-RTTMON-MIB::rttMonLatestJitterOperNTPState.1 = INTEGER: sync(1)
However, in Cacti I still don't see the resolution of values to names in the query (as shown below).
I have the same issue, I can poll via snmpwalk with the MIB object name, but cacti does not pull in the object names as expected.
Hello,
me too, same issue ....
Did you find a way to made it working ? :(
'fraid not. I looked into this initially, drew a blank, posted here but haven't had any responses. If I ever get a chance to look at this again and manage to fix it I'll let you know.
[url=http://www.welham.net/]Steve W[/url]
hans4454
Posts: 1
Joined: Mon Nov 05, 2007 8:38 am

Explain the loss graphing

Post by hans4454 »

Hi,

Just a short question. In the Jitter/Error graph - is the loss a percentage or do I have to multiply by 100? Anyone?

regards

HH
marmoci
Posts: 4
Joined: Fri Nov 30, 2007 12:45 am

Re: Can you explain to me that how to calculate these values

Post by marmoci »

superzjb2007 wrote:Hello. I got the SAA Jitter/Error chart.
But I did not know that how did you calculate these value, such as the Maximum value in Loss(S->D). I got "34.44m". Can you give me the formula?
same question from me. I want to know what this value means.
hwon
Posts: 34
Joined: Thu Mar 02, 2006 4:11 pm
Location: TX

Post by hwon »

The loss is number of packets. I don't remember what 'm' is but probably means millionth. The reason you get a very small value is due to averaging of the value based on the time. Assuming your graph was span of 24 hours, then you need to multiply that with 24 hours (In seconds). Might need some corrections from cacti experts but something like:

34.44 / 1000000 * 24 * 60 * 60 ~= 3 packets.
marmoci
Posts: 4
Joined: Fri Nov 30, 2007 12:45 am

Post by marmoci »

hwon wrote:The loss is number of packets. I don't remember what 'm' is but probably means millionth. The reason you get a very small value is due to averaging of the value based on the time. Assuming your graph was span of 24 hours, then you need to multiply that with 24 hours (In seconds). Might need some corrections from cacti experts but something like:

34.44 / 1000000 * 24 * 60 * 60 ~= 3 packets.
\

i think 34.44 is maximum value, not the average.
any comment?
osiris123d
Cacti User
Posts: 59
Joined: Fri Mar 23, 2007 3:38 pm

Post by osiris123d »

*****IGNORE THIS POST*****
I saw the xml downloads from the first post.
I guess the link to http://forums.cacti.net/about4136.html is an older or different version.

hwon,

This looks amazing. I am trying to get the graph
VoIP Scoring - Shows MOS scoring and VoIP codec
but I don't get that drop down option when I go to
Create Graphs for host in the "Select a graph type"
The only options I get are
SAA Basic Statistics
SAA HTTP Stat
SAA Jitter Stat
SAA Jitter/Error Stat

How did you go about getting that other graph???
I downloaded the xml stuff from
http://forums.cacti.net/about4136.html
gilesc
Posts: 21
Joined: Thu Feb 07, 2008 4:01 am

Explanation of Graphed Information

Post by gilesc »

Hello,

I am working on a document to explain the SAA Jitter graphs.

I am having trouble interpreting what the values in the legend of the Graph Dispersion actually mean.

It appears to me that they show something like Mean + (2 x StandardDeviation) and Mean + (1 x StandardDeviation), but then there is a third value.

The document I am working on could possibly, in one form or another, end up as an SLA document for some of our customers, who may eventually have access to these graphs.

Does anyone have such a document already? or perhaps they could post an explanation of the Jitter Dispersion graph, particularly the values in the legend.
Frizz
Cacti User
Posts: 80
Joined: Sat Mar 05, 2005 5:07 pm
Location: Herne Germany

Re: Explanation of Graphed Information

Post by Frizz »

gilesc wrote:Hello,

I am working on a document to explain the SAA Jitter graphs.

I am having trouble interpreting what the values in the legend of the Graph Dispersion actually mean.

It appears to me that they show something like Mean + (2 x StandardDeviation) and Mean + (1 x StandardDeviation), but then there is a third value.

The document I am working on could possibly, in one form or another, end up as an SLA document for some of our customers, who may eventually have access to these graphs.

Does anyone have such a document already? or perhaps they could post an explanation of the Jitter Dispersion graph, particularly the values in the legend.
Hi,
take a look here. It from Emmanuel Tychon, one of the developers of Cisco's SLB feature.
Regards
Frizz
http://www.etychon.com/presentations/et ... ipe-43.pdf
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
greginmadison
Posts: 30
Joined: Fri Mar 07, 2008 8:58 am

Great template, but not getting text types?

Post by greginmadison »

Very nice SAA graphs, but I do have one problem when I look at my graphs and when I do the SAA discover, the SAA types 9, 6 for SAA types don't show the text names like Tcp Connect(6), dhcp(11), etc...

How can I fix this. My users are complaining because they don't know what graphs they are looking at because the types are not resolving to names.

Thanks in advance.
Exo7
Cacti User
Posts: 136
Joined: Wed Jul 13, 2005 4:50 pm

Post by Exo7 »

Very nice SAA graphs, but I do have one problem when I look at my graphs and when I do the SAA discover, the SAA types 9, 6 for SAA types don't show the text names like Tcp Connect(6), dhcp(11), etc...

How can I fix this
I'm pretty confident you need to import some MIBs. Look at the second post of this topic.
greginmadison
Posts: 30
Joined: Fri Mar 07, 2008 8:58 am

SAA type no displaying

Post by greginmadison »

Yes, I had already followed those directions and imported the mibs CISCO-RTTMON-MIB-124-2-T.my and CISCO-SMI.my. When I do a snmpbulkwalk I get resolution, so I think that is working:

nwlmad0p0080:/etc/init.d # snmpbulkwalk -v 2c -c xxx 10.x.x.x rttMonLatestJitterOperNTPState
CISCO-RTTMON-MIB::rttMonLatestJitterOperNTPState.10131 = INTEGER: sync(1)
CISCO-RTTMON-MIB::rttMonLatestJitterOperNTPState.10132 = INTEGER: 0
CISCO-RTTMON-MIB::rttMonLatestJitterOperNTPState.16761 = INTEGER: sync(1)
CISCO-RTTMON-MIB::rttMonLatestJitterOperNTPState.16762 = INTEGER: 0
CISCO-RTTMON-MIB::rttMonLatestJitterOperNTPState.17621 = INTEGER: sync(1)
CISCO-RTTMON-MIB::rttMonLatestJitterOperNTPState.17622 = INTEGER: 0
CISCO-RTTMON-MIB::rttMonLatestJitterOperNTPState.20001 = INTEGER: sync(1)
CISCO-RTTMON-MIB::rttMonLatestJitterOperNTPState.20002 = INTEGER: 0
osiris123d
Cacti User
Posts: 59
Joined: Fri Mar 23, 2007 3:38 pm

Post by osiris123d »

I am looking to set up nagios to monitor the MOS and ICPIF OID value so I can get alerts when something bad is happening to Voice Quality. Right now my values are very static (ICPIF is always 1.00 and MOS is always 4.34). I can see that the MOS OID value is 434 when I do an SNMPwalk. My question is what will the value be for ICPIF if it raises to something like 1.7 or 2.6??? How will it show up on the OID so that I can set a threshold??? When I look at Cisco's OID Navigator it says that the value can be from 0 - something like 24405000, but I don't see how it will represent a decimal value.

Hope I was clear on that
jolramospr
Posts: 32
Joined: Mon Aug 07, 2006 2:32 pm
Location: PR
Contact:

Graph Template for cacti Version 0.8.6h

Post by jolramospr »

Did someone have the saa graph template for cacti Version 0.8.6h including the VoIP Score??

Upgrade is not an option for me now!!
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest