Cisco 5505 Administration Guide - Page 61

Enabling IPv6 VPN Access - parts

Page 61 highlights

Chapter 6 Configuring AnyConnect Features Using CLI Enabling IPv6 VPN Access svc ask enable default webvpn timeout value prompts the remote user to download the client or go to the WebVPN portal page, and waits the duration of value before taking the default action-displaying the WebVPN portal page. Figure 6-1 shows the prompt displayed to remote users when either default svc timeout value or default webvpn timeout value is configured: Figure 6-1 Prompt Displayed to Remote Users for SSL VPN Client Download The following example configures the security appliance to prompt the remote user to download the client or go to the WebVPN portal page and to wait 10 seconds for user response before downloading the client: hostname(config-group-webvpn)# svc ask enable default svc timeout 10 Enabling IPv6 VPN Access The AnyConnect client allows access to IPv6 resources over a public IPv4 connection (Windows XP SP2, Windows Vista, Mac OSX, and Linux only). You must use the command-line interface to configure IPv6; ASDM does not support IPv6. You enable IPv6 access using the ipv6 enable command as part of enabling SSL VPN connections. The following is an example for an IPv6 connection that enables IPv6 on the outside interface: hostname(config)# interface GigabitEthernet0/0 hostname(config-if)# ipv6 enable To enable IPV6 SSL VPN, do the following general actions: 1. Enable IPv6 on the outside interface. 2. Enable IPv6 and an IPv6 address on the inside interface. 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. OL-12950-012 Cisco AnyConnect VPN Client Administrator Guide 6-3

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118

6-3
Cisco AnyConnect VPN Client Administrator Guide
OL-12950-012
Chapter 6
Configuring AnyConnect Features Using CLI
Enabling IPv6 VPN Access
svc ask enable default webvpn timeout
value
prompts the remote user to download the client or
go to the WebVPN portal page, and waits the duration of
value
before taking the default
action—displaying the WebVPN portal page.
Figure 6-1
shows the prompt displayed to remote users when either
default svc timeout
value
or
default webvpn timeout
value
is configured:
Figure 6-1
Prompt Displayed to Remote Users for SSL VPN Client Download
The following example configures the security appliance to prompt the remote user to download the
client or go to the WebVPN portal page and to wait 10 seconds for user response before downloading
the client:
hostname(config-group-webvpn)#
svc ask enable default svc timeout 10
Enabling IPv6 VPN Access
The AnyConnect client allows access to IPv6 resources over a public IPv4 connection (Windows XP
SP2, Windows Vista, Mac OSX, and Linux only). You must use the command-line interface to configure
IPv6; ASDM does not support IPv6.
You enable IPv6 access using the
ipv6 enable
command as part of enabling SSL VPN connections. The
following is an example for an IPv6 connection that enables IPv6 on the outside interface:
hostname(config)#
interface GigabitEthernet0/0
hostname(config-if)#
ipv6 enable
To enable IPV6 SSL VPN, do the following general actions:
1.
Enable IPv6 on the outside interface.
2.
Enable IPv6 and an IPv6 address on the inside interface.
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.