Technical Tip : Using GUI debug flow tool in FortiOS to capture traffic.
| Description | This article illustrates the steps to capture debug flow via GUI in FortiOS v7.2.x, v7.4.x and x7.6.x. |
| Scope | FortiGate FortiOS v7.2.x, v7.4.x and x7.6.x |
| Solution |
Basic: filter by IP address, Port, and Protocol.
This option translates to the following CLI commands:
diagnose debug flow filter addr <IP_addr/range> diagnose debug flow filter port <port/range> diagnose debug flow filter proto <protocol>
Advanced: Provides the option to filter by Source IP, Source port, Destination IP, Destination port, and Protocol.
This option translates to the following CLI commands:
diagnose debug flow filter saddr <source_IP/range> diagnose debug flow filter sport <port/range> diagnose debug flow filter daddr <destination_IP/range> diagnose debug flow filter dport <port/range> diagnose debug flow filter proto <protocol>
Note: In a multi-VDOM environment, the Diagnostics option (under Network -> Diagnostics) is not available in the Global VDOM for running debug flow or packet capture. This is expected behavior because the Global VDOM is not a traffic‑processing VDOM. Diagnostics must be performed within a traffic VDOM. Additionally, debug flow is VDOM‑specific, so it must be executed in the particular traffic VDOM where the traffic flow needs to be analyzed.
|








