NEXPEED NR304G-4W User’s Manual
NexComm Systems, Inc. 59 PAGE
COMMAND
(conf)# nat map|portmap <local-startip> <local-endip>
<poolname>
Parameters
map : set up a dynamic mapping
portmap : set up a port mapping
<local-startip> <local-endip> -
range of local IP address, start IP
address and last IP address
<poolname> - Name of IP pool to be mapped
To remove a dynamic map or a port map, use the following command. Before you
delete your NAT configuration, you stop the NAT/PAT translation and clear all entries in
the translation table.
COMMAND
(conf)# nat no map|portmap <local-startip> <local-endip>
<poolname>
To remove an IP address Pool, use the following command. You can delete a pool
after you delete your maps.
COMMAND
(conf)# nat no pool <poolname>
Activating translation to the specified interface
Sets an outside interface. The interface will be subject to translation.
COMMAND
(conf)# nat outside <ifname>
Parameters
<ifname> - Interface name
To stop the NAT/PAT translation, use the following command.
COMMAND
(conf)# nat no outside <ifname>
Verifying the NAT configuration
Displays Pools and maps for NAT/PAT translation.
COMMAND
(conf)# show nat map