Cisco ASA Series Cli Configuration Manual page 791

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

Advertisement

Chapter 1
Configuring Network Object NAT
The following example configures dynamic PAT with a PAT pool to translate the inside IPv6 network to
an outside IPv4 network:
hostname(config)# object network IPv4_POOL
hostname(config-network-object)# range 203.0.113.1 203.0.113.254
hostname(config)# object network IPv6_INSIDE
hostname(config-network-object)# subnet 2001:DB8::/96
hostname(config-network-object)# nat (inside,outside) dynamic pat-pool IPv4_POOL
Configuring Static NAT or Static NAT-with-Port-Translation
This section describes how to configure a static NAT rule using network object NAT. For more
information, see the
Detailed Steps
Command
Step 1
(Optional) Create a network object or group for
the mapped addresses.
Step 2
object network obj_name
Example:
hostname(config)# object network
my-host-obj1
"Static NAT" section on page
Purpose
See the
"Adding Network Objects for Mapped Addresses" section
on page
1-4.
Configures a network object for which you want to configure
NAT, or enters object network configuration mode for an existing
network object.
Configuring Network Object NAT
1-3.
Cisco ASA Series CLI Configuration Guide
1-11

Advertisement

Table of Contents
loading

Table of Contents