[flow-tools] flow-receive

Saro Hayan saro@arizona.edu
Mon, 17 Jun 2002 18:14:00 -0700


I keep getting the following errors with flow-receive:

/usr/local/netflow/bin>flow-receive 0/0/9999 | flow-print
flow-receive: open(/var/ft/cfg/tag_defs): No such file or directory
flow-receive: fttag_load(): failed
flow-print: short read while loading header top
flow-print: ftiheader_read(): failed
flow-print: ftio_init(): failed

I don't want to use tags, i just want to troubleshoot a problem by looking
at flows for a few minutes.  If I create a blank file in /var/ft/cfg called
tag_defs, it works, but the flow-receive then no longer reports on src/dst
port and gets only the following fields:

srcTag      dstTag      srcIP            dstIP            octets
packets

Saro Hayan