This example describes the typical application and configuration method of the flow probe function.
On an enterprise campus network, the network administrator needs to use the flow probe function on the FW to collect network-layer and transport-layer information of traffic passing through the FW. It then sends the collected information to the HiSec Insight for analysis and evaluation. In this way, threats and APT attacks on the network can be identified.

Name |
policy_to_cis |
|---|---|
Source Zone |
local |
Destination Zone |
dmz |
Source Address/Region |
10.1.2.1/24 |
Destination Address/Region |
10.1.2.2/24 |
Service |
udp |
Action |
Permit |
Name |
policy_to_Internet |
|---|---|
Source Zone |
trust |
Destination Zone |
untrust |
Source Address/Region |
10.1.1.0/24 |
Action |
Permit |
Configure the third-party data source function on the HiSec Insight. If the FW needs to send collected data to the HiSec Insight in SSL mode, you must configure the relevant certificate under the server certificate function node of the HiSec Insight.
For traffic matching the flow probe policy, choose on the HiSec Insight web UI to search for the source IP address of the traffic. If a result can be found, the HiSec Insight has received data sent from the FW flow probe.
# interface GigabitEthernet 0/0/1 undo shutdown ip address 1.1.1.1 255.255.255.0 # interface GigabitEthernet 0/0/2 undo shutdown ip address 10.1.2.1 255.255.255.0 # interface GigabitEthernet 0/0/3 undo shutdown ip address 10.1.1.1 255.255.255.0 # firewall zone trust set priority 85 add interface GigabitEthernet 0/0/3 # firewall zone untrust set priority 5 add interface GigabitEthernet 0/0/1 # firewall zone dmz set priority 50 add interface GigabitEthernet 0/0/2 # security-policy rule name policy_to_cis source-zone local destination-zone dmz source-address 10.1.2.0 mask 255.255.255.0 destination-address 10.1.2.0 mask 255.255.255.0 service udp action permit rule name policy_to_Internet source-zone trust destination-zone untrust source-address 10.1.1.0 mask 255.255.255.0 action permit # flow-probe metadata-collect server ip 10.1.2.2 flow-probe metadata-collect source ip 10.1.2.1 # flow-probe-policy rule name probe source-zone trust destination-zone untrust source-address 10.1.1.0 mask 255.255.255.0 action probe network-layer