User's Manual

Table Of Contents
401
Users Manual of CS-6306R
Run the following commands in global configuration mode to configure the reloading of the inside global
address:
Run… To
ip nat pool name start-ip end-ip
netmask
Define a to-be-distributed global address
pool according to requirements.
ip access-list standard
access-list-name permit source
[source-mask]
Define a standard access list.
ip nat inside source list
access-list-name pool name overload
Create dynamic inside source address
transfer and decide the access list
previously defined.
interface type number
Specify the inside interface.
ip nat inside
Label the interface as one to connect the
inside network.
interface type number
Specify the outside interface.
ip nat outside
Label the interface as one to connect the
outside network.
Only those transferable addresses can be contained in the access list (remember
that an implicit item “deny all” exists at the end of each access list). The random
access list may lead to unexpected results.
Refer to section 2.4.2 “Inside Global Address Reloading Example” for details.