Technical Tip: How to filter for IP addresses and address ranges in debug flow
| Description | This article describes when filtering for an address in the debug flow, 'and', 'or' and 'not' operators can be used. |
| Solution | It is possible to filter for 2 specific addresses, using the "and" operator at the end of the command, after writing 2 IP addresses.
FORTIGATE # diagnose debug flow filter addr 10.254.0.100 8.8.8.8 and
The filter can be checked by running this command:
FORTIGATE # diagnose debug flow filter
FORTIGATE # diagnose debug flow filter addr 10.254.0.100 8.8.8.8 or FORTIGATE # diagnose debug flow filter
FORTIGATE # diagnose debug flow filter addr 10.254.0.0 10.254.0.150 FORTIGATE # diagnose debug flow filter
FORTIGATE # diagnose debug flow filter addr 10.254.0.10 10.254.0.0 FORTIGATE # diagnose debug flow filter
Related article: Technical Tip: Using filters to review traffic traversing the FortiGate |
