Technical Tip: Capture traffic into separate files
| Description | This article describes how to perform long-term packet capture with the output in multiple, separate files instead of capturing traffic into one enormous PCAP file. |
| Scope | FortiNAC v9.4.X. |
| Solution | Open SSH to a FortiNAC, and execute the command below:
tcpdump -W 20 -C 20 -w Capture.pcap
Those files could be downloaded from the FortiNAC: Technical Tip: Run tcpdump in FortiNAC-F and save capture as a file |
