[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]

Configuring NAT Type

The NAT type specifies whether a particular term supports traditional NAT processing or full-cone NAT. A full-cone NAT is one in which all requests from the same internal IP address and port are mapped to the same external IP address and port. In addition, any external host can send a packet to the internal host by sending it to the mapped external address. Full-cone NAT is useful if you want to allow external hosts from the public network to connect to internal hosts using public IP addresses. However, we recommend that you use this feature along with strict firewall rules that allow only the intended traffic from the public network to reach the customer-edge router.

To configure the NAT type, include the nat-type statement at the [edit services nat rule rule-name term term-name] hierarchy level:

nat-type (full-cone | symmetric);

nat-type has two possible options:

The following specifications and restrictions apply to full-cone NAT:

For a configuration example, see Configuring Full-Cone NAT.


[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]