bbnfc is useful for debugging netflow exports as produced by Cisco, Juniper, etc. routers.
Version: 1.0bbnfc is useful for debugging netflow exports as produced by Cisco, Juniper, etc. routers. This simple program sits on a user-specified UDP port and displays to stdout all netflow exports that are sent to the machine. Complete program is 300 lines long (C source).
License: GPL
Operating System: Linux
Homepage: www.gadgets.co.nz
Developed by:
The source should compile under most flavours of UNIX, with little or no modification.
Note: Some web browsers will tend to display .tgz archives on the screen rather than saving them to a file. You may need to hold down the shift key when selecting the link below (or possibly some other brain-dead combination).
In this archive you will see the following files:
readme.bbnfc - This readme file
bbnfc.c - Source code for bbnfc
netflow.h - Header file
bbnfc - Pre-compiled binary for Linux (Intel)
To compile from source the following (or some variation thereof) should work:
gcc -o bbnfc bbnfc.c
Basic usage instructions can be obtained with
./bbnfc -h