debug flow filter
Use these commands to generate only packet flow debug logs that match your filter criteria, such as a specific destination IP address.
Before you will be able to see any debug logs, you must first enable debug log output using the command debug.
To use this command, your administrator account’s access control profile requires only r
permission in any profile area. For details, see Permissions.
Syntax
To show the details of traffic flows (including HTTP, FTP, etc.), run the following commands. You can use client-ip
, server-ip
, and policy
as the filter conditions (these filter conditions are in "AND" relation)..
diagnose debug enable
diagnose debug flow trace start
diagnose debug flow filter flow-detail debug flow filter
diagnose debug flow filter client-ip debug flow filter
diagnose debug flow filter server-ip debug flow filter
diagnose debug flow filter policy <policy_name>
diagnose debug flow trace stop
To show the details of the traffic flows passing through certain modules, run the following commands. You can use client-ip
, server-ip
, and policy
as the filter conditions (these filter conditions are in "AND" relation).
diagnose debug enable
diagnose debug flow trace start
diagnose debug flow filter module-detail {x-forworded-for | ip-list | ip-reputation | quarant-ip | known-engine | geo-block | ...| url-rewriting} <verbosity-level_int>
diagnose debug flow filter client-ipdebug flow filter
diagnose debug flow filter server-ip debug flow filter
diagnose debug flow filter policy <policy_name>
diagnose debug flow trace stop
To show the details of the HTTP traffic flows, run the following commands. You can use client-ip
, server-ip
, and policy
as the filter conditions (these filter conditions are in "AND" relation).
diagnose debug enable
diagnose debug flow trace start
diagnose debug flow filter http-detail debug flow filter
diagnose debug flow filter client-ip debug flow filter
diagnose debug flow filter server-ip debug flow filter
diagnose debug flow filter policy <policy_name>
diagnose debug flow trace stop