ip nat inside

Use this command to enable an interface for IPv4 inside NAT.

Syntax

ip nat inside
no ip nat inside

Parameters

None.

Defaults

IPv4 inside NAT is disabled on the interface.

Mode

Configuration command, Interface configuration.

Usage

The internal client is on the inside NAT interface. This interface must be enabled for inside NAT using this command. This interface can be a VLAN, L3 tunnel, or L2 tunnel interface.

The "no" form for this command disables IPv4 inside NAT on this interface.

Example

This example enables IPv4 inside NAT on VLAN 1:

System(su-config)->interface vlan 1
System(su-config-intf-vlan.0.1)->ip nat inside
System(su-config-intf-vlan.0.1)->exit
System(su-config)->