The nat server protocol global inside command configures an internal server that runs a specific protocol.
The undo nat server protocol global inside command deletes the configuration of an internal server that runs a specific protocol.
By default, no internal server that runs a specific protocol is configured.
This command is supported only on the NetEngine 8000 F1A.
nat server protocol { tcp | udp | protocol-number } global global-address [ global-protocol ] [ vpn-instance vpn-instance-name ] inside host-address [ host-protocol ] [ vpn-instance vpn-instance-name ] [ extendable ]
undo nat server protocol { tcp | udp | protocol-number } global global-address [ global-protocol ] [ vpn-instance vpn-instance-name ] inside host-address [ host-protocol ] [ vpn-instance vpn-instance-name ] [ extendable ]
Parameter | Description | Value |
---|---|---|
tcp |
Indicates that an internal server runs TCP. |
- |
udp |
Indicates that an internal server runs UDP. |
- |
protocol-number |
Specifies a protocol number. |
The value is an integer ranging from 1 to 255. |
global global-address |
Specifies the public IP address of an internal server. |
The value is in dotted decimal notation. |
global-protocol |
Specifies the protocol that an internal server runs to communicate with an external device. The value can be POP2, POP3, or SMTP.
|
The value is a string of 1 to 31 case-sensitive characters, spaces not supported. |
vpn-instance vpn-instance-name |
Specifies the name of a VPN instance to which an internal server belongs. |
The value is a string of 1 to 31 case-sensitive characters, spaces not supported. In addition, the VPN instance name must not be _public_. When double quotation marks are used around the string, spaces are allowed in the string. |
inside host-address |
Specifies the private IP address of an internal server. |
The value is in dotted decimal notation. |
host-protocol |
Specifies the protocol that an internal server runs. For example, the protocol can be PoP2, PoP3, or SMTP.
|
The value is a string of 1 to 31 case-sensitive characters. It cannot contain spaces. |
extendable |
Indicates the extended NAT server identifier, meaning that an internal server with a private IP address and different public IP addresses can be configured. |
- |
Usage Scenario
NAT hides the structure of an internal network, including devices on the internal network. A device on an external network may need to access an internal host, such as a web or FTP server.
Configuration Impact
The internal server function enables a NAT device to translate the public IP address to the private IP address based on a static mapping entry that contains a private IP address, a private port number, a public IP address, and a public port number or a static mapping entry that contains a private IP address and a public IP address.
Precautions
When you configure the internal server function, note the following: