1-4
Cisco ASA Series CLI Configuration Guide
Chapter 1 Configuring IP Addresses for VPNs
Configuring Local IP Address Pools
Configuring Local IPv4 Address Pools Using CLI
Configuring Local IPv6 Address Pools Using CLI
Modes
The following table shows the modes in which this feature is available:
Command Purpose
Step 1
vpn-addr-assign local
Example:
hostname(config)# vpn-addr-assign local
Configures IP address pools as the address
assignment method, enter the vpn-addr-assign
command with the local argument. See also
Configuring IPv4 Address Assignments at the
Command Line, page 1-2.
Step 2
ip local pool poolname first_address—last_address mask
mask
Example:
hostname(config)# ip local pool firstpool
10.20.30.40-10.20.30.50 mask 255.255.255.0
Example:
hostname(config)# no ip local pool firstpool
Configures an address pool. The command names
the pool, specifies a range of IPv4 addresses and
the subnet mask.
The first example configures an IP address pool
named firstpool. The starting address is
10.20.30.40 and the ending address is 10.20.30.50.
The network mask is 255.255.255.0.
The second example deletes the IP address pool
named firstpool.
Command Purpose
Step 1
ipv6-vpn-addr-assign local
Example:
hostname(config)# ipv6-vpn-addr-assign local
Configures IP address pools as the address
assignment method, enter the
ipv6-vpn-addr-assign command with the local
argument. See also Configuring IPv6 Address
Assignments at the Command Line, page 1-2.
Step 2
ipv6 local pool pool_name starting_address
prefix_length number_of_addresses
Example:
hostname(config)# ipv6 local pool ipv6pool
2001:DB8::1/32 100
Example:
hostname(config)# no ipv6 local pool ipv6pool
Configures an address pool. The command names
the pool, identifies the starting IPv6 address, the
prefix length in bits, and the number of addresses to
use in the range.
The first example configures an IP address pool
named ipv6pool. The starting address is
2001:DB8::1 the prefix length is 32 bits and the
number of addresses to use in the pool is 100.
The second example deletes the IP address pool
named ipv6pool.