Szilard Papp | 1 Dec 2006 18:11
Picon

port numbers

hello,

  is it possible to filter network traffic according to source and
destination port number or ip addresses and draw it with different
color on the graph? if yes how?

kind regards,
Szilard Papp
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
Pavel A Crasotin | 1 Dec 2006 09:54
Picon

Several mapping in one target

Hello,

I would like to use 2 maps in one target but dont know how to do it.
I have:

# Defaults
OID     cbQosCMName             1.3.6.1.4.1.9.9.166.1.7.1.1.1

Target   --default--
        inst            = map(interface-name)
        cninst          = map(class-name)

map class-name
        base-oid        = cbQosCMName
        match           = %class-name%

datasource PolicyBytes
        rrd-ds-type     = COUNTER
        ds-source       = 'exec:0:/cricket/get_counter.pl %inst% %cninst%'

datasource PolicyDropBytes
        rrd-ds-type     = COUNTER
        ds-source       = 'exec:1:/cricket/get_counter.pl %inst% %cninst%'

#Targets
target default-traffic
                target-type     = DefaultTraffic
                snmp-host       = router
                snmp-version    = 2
                interface-name  = Multilink1
(Continue reading)

Ed Ravin | 1 Dec 2006 21:04
Picon
Favicon

Re: port numbers

On Fri, Dec 01, 2006 at 06:11:46PM +0100, Szilard Papp wrote:
>   is it possible to filter network traffic according to source and
> destination port number or ip addresses and draw it with different
> color on the graph? if yes how?

Yes, but not with Cricket.  You'll need FlowScan, ntop, or a similar
tool.  Here are some pointers:

   http://www.splintered.net/sw/flow-tools/
   http://www.dynamicnetworks.us/netflow/

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
Michael.Losa | 4 Dec 2006 22:53

symbol Perl_get_sv: referenced symbol not found

Hello all,
I am trying to upgrade to 1.0.5 from 1.0.4-pre1 and get the following 
message.  Any ideas?

cricket_njunpcrkt00 cricket-1.0.5 >./collector /routers
ld.so.1: /usr/bin/perl: fatal: relocation error: file 
/usr/local/lib/perl5/site_perl/5.8.3/sun4-solaris//auto/DBI/DBI.so: symbol 
Perl_get_sv: referenced symbol not found
Killed
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
Michael Bunk | 5 Dec 2006 10:32
Favicon

Re: symbol Perl_get_sv: referenced symbol not found

> ld.so.1: /usr/bin/perl: fatal: relocation error: file
> /usr/local/lib/perl5/site_perl/5.8.3/sun4-solaris//auto/DBI/DBI.so: symbol
> Perl_get_sv: referenced symbol not found

Perl_get_sv looks like a perl internal symbol.  Did you upgrade Perl?  Try to 
rebuild DBI as well.

Michael

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
Michael Hale | 6 Dec 2006 14:53
Picon

collecting and graphing ifHCInOctets and ifHCOutOctets...

Hello Everybody,

I'm having trouble collecting Counter64 ifHCInOctets and  
ifHCOutOctets from some Cisco 7609s we manage and I was hoping that  
one of you could help me figure out what is going on.

In the Defaults file at the top of the config tree(/home/cricket/ 
cricket-config ), I've tried snmp-version = 2 and = 2c

The HC counters are defined:

OID    ifHCInOctets           1.3.6.1.2.1.31.1.1.1.6
OID    ifHCInUcastPkts        1.3.6.1.2.1.31.1.1.1.7
OID    ifHCOutOctets          1.3.6.1.2.1.31.1.1.1.10
OID    ifHCOutUcastPkts       1.3.6.1.2.1.31.1.1.1.11

I've added the datasources:

dataSource ifHCInOctets
     ds-source        =   snmp://%snmp%/ifHCInOctets.%inst%

dataSource ifHCOutOctets
     ds-source        =   snmp://%snmp%/ifHCOutOctets.%inst%

Created the graphs:

graph   ifHCInOctets
     color       =   dark-green
     draw-as     =       AREA
     legend      =       "Average bits in"
(Continue reading)

Rich West | 6 Dec 2006 20:33

CSS11000

I came across a couple of postings in the archives related to people who
have managed to get cricket set up to monitor their CSS11000's, but the
information was somewhat limited.

Does anyone have any working examples of a configuration for a
CSS11000?  Also, if you do, can you explain how you managed to determine
what entries were related to what custom rules?  The problem with the
CSS11000 SNMP output is that each system is custom.. it's depends upon
the local configuration and local rules for the particular CSS.

However, if I could just nail down the mapping of the output from SNMP
from a CSS and the respective rules, I think I might be able to make
some headway. :)

-Rich

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
Optek SNMP | 7 Dec 2006 00:23

Re: CSS11000

If you use gendevconfig then there is a plugin available that will map out the SLB configuration for you.

gendevconfig - http://www.acktomic.com/cricket/cricket-genRtrConfig.htm

the CSS plugin - http://www.optekconsulting.com/snmp/

----- Original Message ----
From: Rich West <Rich.West <at> wesmo.com>
To: cricket-users <at> lists.sourceforge.net
Sent: Thursday, 7 December, 2006 4:33:43 AM
Subject: [cricket-users] CSS11000

I came across a couple of postings in the archives related to people who
have managed to get cricket set up to monitor their CSS11000's, but the
information was somewhat limited.

Does anyone have any working examples of a configuration for a
CSS11000?  Also, if you do, can you explain how you managed to determine
what entries were related to what custom rules?  The problem with the
CSS11000 SNMP output is that each system is custom.. it's depends upon
the local configuration and local rules for the particular CSS.

However, if I could just nail down the mapping of the output from SNMP
from a CSS and the respective rules, I think I might be able to make
some headway. :)

-Rich

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
(Continue reading)

Andrew | 7 Dec 2006 00:05
Picon

Re: collecting and graphing ifHCInOctets and ifHCOutOctets...

On Wed, 2006-12-06 at 19:23 +0530, Michael Hale wrote:
> Hello Everybody,
> 
> I'm having trouble collecting Counter64 ifHCInOctets and  
> ifHCOutOctets from some Cisco 7609s we manage and I was hoping that  
> one of you could help me figure out what is going on.
> 
> In the Defaults file at the top of the config tree(/home/cricket/ 
> cricket-config ), I've tried snmp-version = 2 and = 2c
> 
> The HC counters are defined:

> Created the graphs:

> And then under the router-interfaces branch of the config tree, under  
> Defaults, I have added under the targetType standard-interface:
> 
> targetType  standard-interface
>      ds  =   "ifInOctets, ifOutOctets, ifInErrors,
>                  ifOutErrors, ifInUcastPackets, ifOutUcastPackets,
>                  ifHCInOctets, ifHCOutOctets"
>      view    =   "Octets: ifInOctets ifOutOctets,
>                      UcastPackets: ifInUcastPackets ifOutUcastPackets,
>                      Errors: ifInErrors ifOutErrors,
>                      HCOctets: ifHCInOctets, ifHCOutOctets"
> 
> Running the collector in debug mode (community strings censored), I see:

> 
> [06-Dec-2006 07:45:20 ] Retrieving data for target gigabitethernet1_1  
(Continue reading)

Michael Hale | 7 Dec 2006 06:50
Picon

Re: collecting and graphing ifHCInOctets and ifHCOutOctets...

On 12/7/06, Andrew <andrewc <at> xtra.co.nz> wrote:
>
>
> Hi,
>
> Everything looks good but you make no mention of recompiling the config
> tree in the steps you took. That would be my guess as the collector
> appears to be using the old definition.
>
> Cheers,
>
>
> Andrew

That's the same as running ~/cricket/compile, correct?  I've tried that,
unfortunately :^(

--

-- 
--
Michael Hale  <giftculture <at> gmail.com>
gift culture      http://www.gift-culture.org
init string        http://www.initstring.org
amm              http://www.artificialmusicmachine.com
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

Gmane