display nat static
Format
display nat static [ global global-address | inside host-address | interface interface-type interface-number | acl acl-number ]
Parameters
Parameter |
Description |
Value |
---|---|---|
global global-address |
Indicates the public address for static NAT. |
The value is in dotted decimal notation. |
inside host-address |
Indicates the private address for static NAT. |
The value is in dotted decimal notation. |
interface interface-type interface-number |
Indicates the type and number of an interface. |
- |
acl acl-number |
Indicates the number of an ACL. |
The value is an integer that ranges from 2000 to 3999. |
Usage Guidelines
After static NAT is configured, you can use the display nat static command to view the configuration of static NAT.
Example
# Display the global configuration of static NAT.
<AC6605> display nat static
Static Nat Information:
Global Nat Static
Global IP/Port : 1.1.1.1/0(any)
Inside IP/Port : 10.1.1.1/0(any)
Protocol : 6(tcp)
VPN instance-name : ----
Acl number : ----
Vrrp id : ----
Netmask : 255.255.255.255
Description : ----
Total : 1
Item |
Description |
---|---|
Global IP/Port |
Public IP address and port number. |
Inside IP/Port |
Private IP address and port number. |
Protocol |
Protocol number and protocol type. |
VPN instance-name |
Name of the VPN instance. The device does not support this object. |
Acl number |
Number of the ACL in the static NAT. |
Vrrp id |
VRRP ID. |
Netmask |
Network mask. |
Description |
NAT description. |
Total |
Number of static NATs. |