Cisco ASA Series Cli Configuration Manual page 821

Software version 9.0 for the services module
Hide thumbs Also See for ASA Series:
Table of Contents

Advertisement

Chapter 1
Configuring Twice NAT
Command
Step 3
nat [(real_ifc,mapped_ifc)]
[line | {after-auto [line]}]
source dynamic {real_obj | any}
{mapped_obj [interface [ipv6]]}
[destination static {mapped_obj |
interface [ipv6]} real_obj]
[service mapped_dest_svc_obj
real_dest_svc_obj] [dns] [unidirectional]
[inactive] [description desc]
Example:
hostname(config)# nat (inside,outside)
source dynamic MyInsNet NAT_POOL
destination static Server1_mapped Server1
service MAPPED_SVC REAL_SVC
Purpose
Configure dynamic NAT. See the following guidelines:
Interfaces—(Required for transparent mode) Specify the real
and mapped interfaces. Be sure to include the parentheses in
your command. In routed mode, if you do not specify the real
and mapped interfaces, all interfaces are used; you can also
specify the keyword any for one or both of the interfaces.
Section and Line—(Optional) By default, the NAT rule is
added to the end of section 1 of the NAT table (see the
Rule Order" section on page
into section 3 instead (after the network object NAT rules),
then use the after-auto keyword. You can insert a rule
anywhere in the applicable section using the line argument.
Source addresses:
Real—Specify a network object, group, or the any
keyword.
Mapped—Specify a different network object or group.
You can optionally configure the following fallback
method:
Interface PAT fallback—(Routed mode only) The
interface keyword enables interface PAT fallback. If you
specify ipv6, then the IPv6 address of the interface is
used. After the mapped IP addresses are used up, then the
IP address of the mapped interface is used. For this
option, you must configure a specific interface for the
mapped_ifc.
Cisco ASA Series CLI Configuration Guide
Configuring Twice NAT
1-18). If you want to add the rule
"NAT
1-9

Advertisement

Table of Contents
loading

Table of Contents