The display nat static-mapping global-ipv4 command displays the private IPv4 address based on the mapped global IPv4 address and port.
display nat static-mapping mapping-id global-ipv4 ipv4-address port port-number [ vsys vsys-name | all-systems ]
| Parameter | Description | Value |
|---|---|---|
| mapping-id | Indicates the static-mapping index. |
|
| global-ipv4 ipv4-address | Indicates the global IPv4 address. |
The value is in dotted decimal format. |
| port port-number | Indicates the global port. |
The value is an integer ranging from 256 to 65535. |
| vsys vsys-name | Display the static mapping result of the specified virtual system. |
The value must be the name of an existing virtual system. |
| all-systems | Display the static mapping result of the public system and all the virtual systems. |
- |
# The following displays the private IPv4 address based on the mapped global IPv4 address 10.1.1.1 and port 2048.
[sysname] display nat static-mapping 1 global-ipv4 10.1.1.1 port 2048 slot: 1 cpu: 0 static-mapping id: 1 mapping:10.1.1.1[2048 2304] -> 192.168.10.1
Table 1 shows the description of the display nat static-mapping global-ipv4 command output.