The display nat static-mapping inside-ipv4 command displays the static mapping result of a private IPv4 address.
display nat static-mapping mapping-id inside-ipv4 ipv4-address [ vsys vsys-name | all-systems ]
| Parameter | Description | Value |
|---|---|---|
| mapping-id | Specifies the index of the static mapping. |
|
| ipv4-address | Specifies the private IPv4 address. |
The value is in dotted decimal notation. |
| 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. |
- |
# Check the static mapping result of private IP address 1.1.1.1
[sysname] display nat static-mapping 1 inside-ipv4 1.1.1.1 slot: 2 cpu: 0 static-mapping id: 1 mapping: 1.1.1.1 -> 10.1.1.1 [ 2048 2304 ]
Table 1 shows the description of the display nat static-mapping command output.
Item |
Description |
|---|---|
slot |
Statically mapped slot ID of the private IP address |
cpu |
Statically mapped CPU ID of the private IP address |
static-mapping id |
Index of the static mapping of this private IP address |
mapping |
Result of the static mapping of the private IP address, containing public IP addresses and public port ranges |