3Com Switch 8800 Family IPsec Module Configuration and Command reference Guide

NAT Configuration Commands 337
inside- end -address: End internal address that the specified static NAT entry will
convert.
global-address: Public network address converted by the specified static NAT entry.
mask: Subnet address of the public network segment address.
Description
Use the nat static inside ip command to configure the static NAT entry. Then in
the conversion with the static NAT entry, only the network address is converted
and the host address remains unchanged.
Use the undo nat static inside ip command to delete the existing static NAT
entry.
The global-address can be any address. Then it will be calculated by combining
with the mask and the length of the mask.
The nat static inside ip and nat static commands create two different types of
static NAT entries. Note that the two types of addresses cannot be in conflict.
By default, no static NAT entry is configured.
Example
# Configure the static NAT entry, which can convert the network addresses of
10.1.1.1 to 10.1.1.100 to 211.1.1.0 and remains their host addresses unchanged.
[SecBlade_FW] nat static inside ip 10.1.1.1 10.1.1.100 global
211.1.1.0 255.255.255.0
reset nat Syntax
reset nat { log-entry | session }
View
User view
Parameter
log-entry: Clears NAT log buffer.
session: Clears the information of the address translation table.
Description
This command is used to clear up the mapping tables of address translation in the
memory and release all the memory dynamically allocated to store the mapping
tables.
Example
# Clear NAT log buffer.
<SecBlade_FW> reset nat log-entry
# Clear information of the address translation table.
<SecBlade_FW> reset nat session