Add information about sFLOW debugging

This commit is contained in:
Pavel Odintsov 2015-03-28 21:08:58 +03:00
parent 92e2a9e68a
commit 9e8c4d23e3

View File

@ -2,3 +2,8 @@ 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'
```