< Home

display firewall import-flow public

Function

The display firewall import-flow public command displays the information about the IPv4 traffic forwarding table.

Format

display firewall import-flow public { ip-address | vpn-instance vpn-instance-name }

Parameters

Parameter Description Value
ip-address

Specifies the destination IP address.

The value is in dotted decimal notation.
vpn-instance vpn-instance-name

Name of the virtual system.

The value is a string of 1 to 31 characters case-sensitive.

Views

All views of the public system

Default Level

1: Monitoring level

Usage Guidelines

Application Scenarios

The display firewall import-flow public ip-address command is used to check whether an IP address exists in the traffic diversion table and check which virtual system imports the packets destined for the IP address.

The display firewall import-flow public vpn-instance vpn-instance-name command is used to check the traffic diversion table of a specific virtual system.

Example

# Display the traffic diversion table of a specific IP address.

<sysname> display firewall import-flow public 10.1.1.1
 Import Flow Tables:
 Source Instance   Destination Address   Destination Instance                                         
 --------------------------------------------------------------------------------------------------   
 public            10.1.1.1              vsysa                                                         
 --------------------------------------------------------------------------------------------------   
 Total:1 

# Display the traffic diversion table of a specific virtual system.

<sysname> display firewall import-flow public vpn-instance vsysa
 Import Flow Tables:
 firewall import-flow public 10.1.1.1 10.1.1.2 vpn-instance vsysa
 --------------------------------------------------------------------------------------------------   
 Total:2

Table 1 shows the description of the display firewall import-flow public command output.

Table 1 Description of the display firewall import-flow public command output

Item

Description

Source Instance

Name of the source virtual system in the traffic forwarding table. The value is fixed as public, that is, the public system.

Destination Address

Destination IP address in the traffic forwarding table. The IP address is the one of a user on a certain virtual system.

Destination Instance

Name of the destination virtual system in the traffic forwarding table.

Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >