mirror of
https://github.com/pavel-odintsov/fastnetmon
synced 2024-11-15 13:34:32 +01:00
10 lines
258 B
Markdown
10 lines
258 B
Markdown
How to collect data for debugging netflow:
|
|
```bash
|
|
tcpdump -w ipfix_example_ipt_netflow_syn_flood.pcap -n 'udp dst port 2055'
|
|
```
|
|
|
|
How to collect data for debugging sFLOW:
|
|
```bash
|
|
tcpdump -w /root/sflow5_network_dump.dat -n -i eth0 'udp dst port 6343'
|
|
```
|