Cisco 5505 Administration Guide - Page 63

Configuring, Enabling, and Using Other AnyConnect Features, Configuring Certificate-only Authentication, Using Compression - default password

Page 63 highlights

Chapter 6 Configuring AnyConnect Features Using CLI Configuring, Enabling, and Using Other AnyConnect Features Configuring, Enabling, and Using Other AnyConnect Features The following sections describe how to configure other AnyConnect features. Some features, such as Secure Desktop and dynamic access policies, do not require that you specifically configure the AnyConnect client to interact with that feature. Rather, all configuration for those features occurs on the security appliance or within the software package itself. Configuring Certificate-only Authentication You can specify whether you want users to authenticate using AAA with a username and password or using a digital certificate (or both). When you configure certificate-only authentication, users can connect with digital certificate and are not required to provide a user ID and password. To configure certificate-only authentication using CLI, use the authentication command with the keyword certificate in tunnel-group webvpn mode. For example: hostname(config)# tunnel-group testgroup webvpn-attributes asa2(config-tunnel-webvpn)# authentication ? asa2(config-tunnel-webvpn)# authentication certificate Note You must configure ssl certificate-authentication interface port for this option to take effect. To configure certificate-only authentication using ASDM, select Configuration > Remote Access > Network (Client) Access > SSL VPN Connection Profiles, and in the Connection Profiles area, select Add or Edit. This displays the Add or Edit SSL VPN Connect Profile dialog box with the Basic option selected. In the Authentication area, specify only Certificate as the Method. Using Compression On low-bandwidth connections, compression increases the communications performance between the security appliance and the client by reducing the size of the packets being transferred. By default, compression for all SSL VPN connections is enabled on the security appliance, both at the global level and for specific groups or users. For broadband connections, compression might result in poorer performance. You can configure compression globally using the compression svc command from global configuration mode. You can also configure compression for specific groups or users with the svc compression command in group-policy and username webvpn modes. The global setting overrides the group-policy and username settings. Changing Compression Globally To change the global compression settings, use the compression svc command from global configuration mode: compression svc no compression svc To remove the command from the configuration, use the no form of the command. In the following example, compression is disabled for all SSL VPN connections globally: hostname(config)# no compression svc OL-12950-012 Cisco AnyConnect VPN Client Administrator Guide 6-5

  • 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-5
Cisco AnyConnect VPN Client Administrator Guide
OL-12950-012
Chapter 6
Configuring AnyConnect Features Using CLI
Configuring, Enabling, and Using Other AnyConnect Features
Configuring, Enabling, and Using Other AnyConnect Features
The following sections describe how to configure other AnyConnect features. Some features, such as
Secure Desktop and dynamic access policies, do not require that you specifically configure the
AnyConnect client to interact with that feature. Rather, all configuration for those features occurs on the
security appliance or within the software package itself.
Configuring Certificate-only Authentication
You can specify whether you want users to authenticate using AAA with a username and password or
using a digital certificate (or both). When you configure certificate-only authentication, users can
connect with digital certificate and are not required to provide a user ID and password. To configure
certificate-only authentication using CLI, use the
authentication
command with the keyword
certificate
in tunnel-group webvpn mode. For example:
hostname(config)# tunnel-group testgroup webvpn-attributes
asa2(config-tunnel-webvpn)# authentication ?
asa2(config-tunnel-webvpn)# authentication certificate
Note
You must configure
ssl certificate-authentication interface
<
interface
>
port
<
port
> for this option to
take effect.
To configure certificate-only authentication using ASDM, select Configuration > Remote Access >
Network (Client) Access > SSL VPN Connection Profiles, and in the Connection Profiles area, select
Add or Edit. This displays the Add or Edit SSL VPN Connect Profile dialog box with the Basic option
selected. In the Authentication area, specify only Certificate as the Method.
Using Compression
On low-bandwidth connections, compression increases the communications performance between the
security appliance and the client by reducing the size of the packets being transferred. By default,
compression for all SSL VPN connections is enabled on the security appliance, both at the global level
and for specific groups or users. For broadband connections, compression might result in poorer
performance.
You can configure compression globally using the
compression svc
command from global configuration
mode. You can also configure compression for specific groups or users with the
svc compression
command in group-policy and username webvpn modes. The global setting overrides the group-policy
and username settings.
Changing Compression Globally
To change the global compression settings, use the
compression
svc
command from global
configuration mode:
compression
svc
no
compression
svc
To remove the command from the configuration, use the
no
form of the command.
In the following example, compression is disabled for all SSL VPN connections globally:
hostname(config)#
no
compression svc