30-12
Cisco Security Appliance Command Line Configuration Guide
OL-12172-03
Chapter 30 Configuring Connection Profiles, Group Policies, and Users
Configuring Connection Profiles
3.
Configure an IPv6 address local pool for client assigned IP Addresses.
4.
Configure an IPv6 tunnel default gateway.
To implement this procedure, do the following steps:
Step 1
Configure Interfaces:
interface GigabitEthernet0/0
nameif outside
security-level 0
ip address 192.168.0.1 255.255.255.0
ipv6 enable
; Needed for IPv6.
!
interface GigabitEthernet0/1
nameif inside
security-level 100
ip address 10.10.0.1 255.255.0.0
ipv6 address 2001:DB8::1/32 ; Needed for IPv6.
ipv6 enable
; Needed for IPv6.
Step 2
Configure an 'ipv6 local pool' (used for IPv6 address assignment):
ipv6 local pool ipv6pool 2001:DB8:1:1::5/32 100 ; Use your IPv6 prefix here
Note
You still need to configure an IPv4 address pool when using IPv6 (using the ip local pool
command)
Step 3
Add the ipv6 address pool to your tunnel group policy (or group-policy):
tunnel-group YourTunGrp1 general-attributes ipv6-address-pool ipv6pool
Note
Again, you must also configure an IPv4 address pool here as well (using the 'address-pool'
command).
Step 4
Configure an IPv6 tunnel default gateway:
ipv6 route inside ::/0 X:X:X:X::X tunneled
Configuring IPSec Remote-Access Connection Profile IPSec Attributes
To configure the IPSec attributes for a remote-access connection profile, do the following steps. The
following description assumes that you have already created the IPSec remote-access connection profile.
IPSec remote-access connection profiles have more attributes than IPSec LAN-to-LAN connection
profiles:
Step 1
To specify the attributes of an IPSec remote-access tunnel-group, enter tunnel-group ipsec-attributes
mode by entering the following command. The prompt changes to indicate the mode change:
hostname(config)#
tunnel-group
tunnel-group-name
ipsec-attributes
hostname(config-tunnel-ipsec)#
Summary of Contents for 500 Series
Page 38: ...Contents xxxviii Cisco Security Appliance Command Line Configuration Guide OL 12172 03 ...
Page 45: ...P A R T 1 Getting Started and General Information ...
Page 46: ......
Page 277: ...P A R T 2 Configuring the Firewall ...
Page 278: ......
Page 561: ...P A R T 3 Configuring VPN ...
Page 562: ......
Page 891: ...P A R T 4 System Administration ...
Page 892: ......
Page 975: ...P A R T 5 Reference ...
Page 976: ......