[flow-tools] Top Talkers?

Dave Packham dave.packham@utah.edu
Thu, 2 May 2002 15:49:57 -0600


We have 3 outbound IFindexes... can you think of a way to use our class
b's and a way to determine a In/Out system?

If dst is 155.1.0.0/16,155.2.0.0/16,155.3.0.0/16 then dst else src

Dave

-----Original Message-----
From: Eric S. Johnson [mailto:esj@cs.fiu.edu]=20
Sent: Thursday, May 02, 2002 3:17 PM
To: Dave Packham
Cc: flow-tools@splintered.net
Subject: Re: [flow-tools] Top Talkers?


>What's an easy way to create a top talkers for our campus?

>This should be easy  :)

flow-cat $NETFLOW_FILES | \
  flow-filter -I $OUTGOING_INTERFACE_OID | \
  flow-stat -f9 -S2 | \
  head -36

or source/dest

flow-cat $NETFLOW_FILES | \
  flow-filter -I $OUTGOING_INTERFACE_OID | \
  flow-stat -f10 -S3=20
  ....


E