Fun with sflowtool!

From: Tim Durack <tdurack@yahoo.com>
Date: 11/15/04
Message-ID: <20041115210906.94330.qmail@web60005.mail.yahoo.com>

Here's a useful trick if you like using sflowtool for remote packet
capture style network analysis:

Configure Inmon server to forward sflow datagrams to 127.0.0.1:7343

At the workstation run the following:

nc -l -u -p port server | ethereal -lk -i -

At the server run the following:

sflowtool -p 7343 -t | tcpdump -F filter.txt -l -r - -w - | nc -u
workstation port

filter.txt should contain a tcpdump capture filter.

This allows you to pre-filter the sflow data, and then display it on a
remote workstation, without having to drag all of the samples across
the network.

Tim:>

                
__________________________________
Do you Yahoo!?
Meet the all-new My Yahoo! - Try it today!
http://my.yahoo.com
 
Received on Mon Nov 15 13:12:46 2004

This archive was generated by hypermail 2.1.8 : 11/15/04 PST