1
0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-09-22 18:11:23 +02:00
fastnetmon-rewritten/docs/DEBUG.md
2015-03-28 21:08:58 +03:00

258 B

How to collect data for debugging netflow:

tcpdump -w ipfix_example_ipt_netflow_syn_flood.pcap -n 'udp dst port 2055' 

How to collect data for debugging sFLOW:

 tcpdump -w /root/sflow5_network_dump.dat -n -i eth0 'udp dst port 6343'