>I imagine that 100% is a very temporary thing and I'm sure anything that
>polls a lot of information will cause the CPU to go up; unfortunately
>there is no way around this other than to not poll as much information,
>but then whats the point? I wouldn't be too worried about it myself
>until it sits there for awhile.
At first, I was also thinking thats the case but after 10 minutes I've decided to disable snmp server on router.
On other routers discovery never take longer then few minutes and cpu doesnt go above 50-60% and other routers have much more complex configuration.
Also, before few minutes I've run the discovery against border router, but before that i've disabled arp and route table polling on the router and processor didnt go above 20%.
So, mine problem with that is kind of solved..
>Which image/supervisor are you running on this chassis?
>Are you using regular WS-X* linecards, or do you hav SIP cards installed?
>The SIP-400/600 cards will have the fullout CbQoS MIB implemented if I'm
>not mistaken, the other linecards are iffy on any QoS stats last I looked
>at it.
On border we have WS cards, but border doesnt have QoS, on the others we have SIP 400/600.
And, as i've already mentioned, QoS graphing was working just fine till upgrade of IOS.
>I would suggest maybe upgrading your Torrus, although I don't know if
>torrus was upgraded in the debian ports tree or not, may have to install
>it by hand.
I forget to mention, all instalations are done compiling from source and I'm back on 1.08 ( not CVS, regular release )
>When you talk about it not drawing the graphs, do you atleast see it in
>the UI menus?
Yes, I can see them and snmpwalk on .1.3.6.1.4.1.9.9.166.1.7.1.1 is working.
Problem is that I dont now how to test it for traffic inside of classes.
Also, i've try to put together ddx for summing graphs, but result is pretty jibberish and i'm really tired of that developing shit, I want to be just a network guy.. :))
Thats the one;
<snmp-discovery>
<file-info>
<format-version>
1.0
</format-version>
</file-info>
<param name="data-dir" value="/srv/torrus/collector_rrd"/>
<param name="domain-name" value=""/>
<param name="host-subtree" value="/BORDER"/>
<param name="output-file" value="border.xml"/>
<param name="rrd-hwpredict" value="no"/>
<param name="snmp-community" value="blabla"/>
<param name="snmp-port" value="161"/>
<param name="snmp-retries" value="2"/>
<param name="snmp-timeout" value="10"/>
<param name="snmp-version" value="1"/>
<param name="RFC2863_IF_MIB::traffic-summaries" value="UKUPNO" />
<param name="RFC2863_IF_MIB::traffic-ukupno1-path" value="/UKUPNO" />
<param name="RFC2863_IF_MIB::traffic-ukupno1-comment" value="INTERNET_UKUPNO" />
<host>
<param name="snmp-host" value="BLA.BLA.BLA.BLA"/>
<param name="symbolic-name" value="BLA"/>
<param name="RFC2863_IF_MIB::traffic-UKUPNO-interfaces" value="GigabitEthernet1_2" />
</host>
<host>
<param name="snmp-host" value="BLA.BLA.BLA.BLA"/>
<param name="symbolic-name" value="BLABLA"/>
<param name="RFC2863_IF_MIB::traffic-UKUPNO-interfaces" value="GigabitEthernet1_3" />
</host>
<host>
<param name="snmp-host" value="BLA.BLA.BLA.BLA"/>
<param name="symbolic-name" value="BLABLABLA"/>
<param name="RFC2863_IF_MIB::traffic-UKUPNO-interfaces" value="GigabitEthernet1_8" />
</host>
<host>
<param name="snmp-host" value="BLA.BLA.BLA.BLA"/>
<param name="symbolic-name" value="BLABLABLABLA"/>
<param name="RFC2863_IF_MIB::traffic-UKUPNO-interfaces" value="Port_channel1" />
</host>
</snmp-discovery>
I get two UI menus on tree main, BORDER and UKUPNO.
In BORDER i have 4 menus;
- BLA
- BLABLA
- BLABLABLA
- BLABLABLABLA
And they all do the same thing, polling all usual sensors on border router.
In UKUPNO I get two graphs, bytes in and bytes out, and they begining from 10M (?) and showing that my upload is bigger then download which isnt true.
And all i want is to see sumed traffic from interfaces GigabitEthernet1_2, GigabitEthernet1_3, GigabitEthernet1_8 and Port_channel1. :)
>
>From: Stanislav Sinyagin [mailto:ssinyagin@...]
>Sent: Thursday, August 13, 2009 9:01 AM
>To: Nenad Toma?evi?; torrus-users@...
>Subject: Re: [torrus-users] joining graphs
>
>
>
>hi Nenad,
>
>as Jon mentioned already, we do not poll routing table entries. I know this
>is a bit of disaster with ZenOSS and HPOV, but Torrus has a bit different
>purpose, so there's no reason for polling the routes.
>
>What exactly stopped working in QoS stats?
>
>Sometimes IOS is buggy in deep hierarchical statistics, but at least the
>top-level classmaps work generally fine.
>You can try setting CiscoIOS_cbQoS::classmaps-only to yes -- this usually
>gives a good overview of the traffic, without sending too many requests to
>the router.
>
>
>
>
>
> From: Nenad Toma?evi? <Nenad.Tomasevic@...>
> To: "torrus-users@..."
> <torrus-users@...>
> Sent: Wednesday, August 12, 2009 5:24:30 PM
> Subject: Re: [torrus-users] joining graphs
>
>
> Great, I think i've got it, but I have another question, is the
>
>
>
> CiscoIOS::disable-bgp-stats value=yes good enough for preventing
> torrus to poll routing tables? Its all about border router with
> 4 full BGP tables and I'm pretty shure there will be CPU usage
> problems if torrus starts to poll something from the routing
> tables.
>
>
>
> Ok, I could configure router to block such requests but maybe is
> the best if that doesnt happend at all...?
>
>
>
>
>
>
>
> Also, the main reason why I've start hanging out with torrus (
> propably I'm not the only one ) is Cisco class based qos
> graphing out of the box, but after we upgraded our routers, that
> doesnt work anymore. I've try to change Torrus version and
> repolling the devices but nothing..
>
> I've seen in archives other users have similar problems, so if
> someone with more developing and torrus usage experience have
> free time and will for some research, I'm willing to test or get
> every information that developers need to solve that issue.
>
>
>
> Nenad
>
>
>
> From: Stanislav Sinyagin [mailto:ssinyagin@...]
> Sent: Wednesday, August 12, 2009 12:48 PM
> To: Nenad Toma?evi?; torrus-users@...
> Subject: Re: [torrus-users] joining graphs
>
>
>
>hi Nenad,
>
>see RFC2863_IF_MIB::traffic-summaries
>in http://torrus.org/snmpdiscovery.pod.html
>
>
>
> From: Nenad Toma?evi? <Nenad.Tomasevic@...>
> To: "torrus-users@..."
> <torrus-users@...>
> Sent: Wednesday, August 12, 2009 11:01:43 AM
> Subject: [torrus-users] joining graphs
>
> Hy,
>
>
>
> Is there a way to create xml for summing of several
> interface bandwitdh/traffic counters and make a new graph
> for that sum value.
>
>
>
> Lets say I have interfaces:
>
>
>
> - Gig0/1
>
> - Gig0/2
>
> - Gig0/3
>
>
>
> And I want to make traffic counters graph for
> Gig0/1+Gig0/2+Gig0/3.
>
>
>
> Nenad Toma?evi?
>
>
>
>
>
________
Jon (nistor@...) - iiooiioo.ooooioii.ooiiooio.iooioiio
: EOF
:
|