[flow-tools] Top Talkers?

Eric S. Johnson esj@cs.fiu.edu
Thu, 02 May 2002 18:13:21 -0400


>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?

Actually, I hadn't tried this till you asked, but it looks like
you can specify more than one interface on flow-filter -I and 
it works as a OR function...

flow-filter -I ${OUTGOING_INTERFACE_OID1},${OUTGOING_INTERFACE_OID2}

But yeah, you could also use -S and flow.acl file to prune out the 
data you want too.

E