1-45
Cisco ASA Series CLI Configuration Guide
Chapter 1 Configuring Connection Profiles, Group Policies, and Users
Group Policies
Detailed Steps
Assigning an IPv6 Address Pool to an Internal Group Policy
Prerquisite
Create the IPv6 address pool. See Chapter 71, “Configuring IP Addresses for VPNs.”
Command Purpose
Step 1
group-policy value attributes
Example:
hostname> en
hostname# config t
hostname(config)# group-policy FirstGroup attributes
hostname(config-group-policy)#
Enter group policy configuration mode.
Step 2
address-pools value pool-name1 pool-name2 pool-name6
Example:
asa4(config-group-policy)# address-pools value
ipv4-pool1 ipv4-pool2 ipv4-pool3
asa4(config-group-policy)#
Assigns the address pool named ipv4-pool1,
ipv4-pool2, and ipv4pool3 to the FirstGroup group
policy.
You are allowed to specify up to 6 address pools for
group-policy.
Step 3
(Optional)
no address-pools value pool-name1 pool-name2 pool-name6
Example:
hostname(config-group-policy)# no address-pools value
ipv4-pool1 ipv4-pool2 ipv4-pool3
hostname(config-group-policy)#
Use the
no address-pools value pool-name
command to remove the address-pools from the
goup policy configuration and returns the address
pool setting to inherit the address pool information
from other sources such as the DefltGroupPolicy.
Step 4
(Optional)
address-pools none
Example:
hostname(config-group-policy)# address-pools none
hostname(config-group-policy)#
The address-pools none command disables this
attribute from being inherited from other sources of
policy, such as the DefltGrpPolicy:
Step 5
(Optional)
no address-pools none
Example:
hostname(config-group-policy)# no address-pools none
hostname(config-group-policy)#
The no address pools none command removes the
address-pools none command from the group
policy, restoring the default value, which is to allow
inheritance.