Cisco ASA Series Cli Configuration Manual page 1954

Software version 9.0 for the services module
Hide thumbs Also See for ASA Series:
Table of Contents

Advertisement

Configuration Examples for Enabling AnyConnect Connections
You can find both the username and the index number (established by the order of the client images) in
the output of the show vpn-sessiondb anyconnect command. The following examples shows the
username lee and index number 1.
hostname# show vpn-sessiondb anyconnect
Session Type: AnyConnect
Username
Assigned IP
Protocol
License
Encryption
Bytes Tx
Group Policy : EngPolicy
Login Time
Duration
Inactivity
NAC Result
VLAN Mapping : N/A
The following example terminates the session using the name option of the vpn-session-db logoff
command:
hostname# vpn-sessiondb logoff name lee
Do you want to logoff the VPN session(s)? [confirm]
INFO: Number of sessions with name "lee" logged off : 1
hostname#
Configuration Examples for Enabling AnyConnect
Connections
The following example shows how to configure L2TP over IPsec:
ip local pool sales_addresses 209.165.202.129-209.165.202.158
aaa-server sales_server protocol radius
crypto ipsec transform-set sales_l2tp_transform esp-3des esp-sha-hmac
crypto ipsec transform-set sales_l2tp_transform mode transport
crypto ipsec security-association lifetime seconds 28800
crypto ipsec security-association lifetime kilobytes 4608000
l2tp tunnel hello 100
group-policy sales_policy internal
group-policy sales_policy attributes
wins-server value 209.165.201.3 209.165.201.4
dns-server value 209.165.201.1 209.165.201.2
vpn-tunnel-protocol l2tp-ipsec
tunnel-group sales_tunnel type remote-access
tunnel-group sales_tunnel general-attributes
address-pool sales_addresses
authentication-server-group none
accounting-server-group sales_server
default-group-policy sales_policy
tunnel-group sales_tunnel ppp-attributes
authentication pap
Cisco ASA Series CLI Configuration Guide
1-26
: lee
: 192.168.246.1
: AnyConnect-Parent SSL-Tunnel DTLS-Tunnel
: AnyConnect Premium
: RC4 AES128
: 11079
: 15:25:13 EST Fri Jan 28 2011
: 0h:00m:15s
: 0h:00m:00s
: Unknown
Chapter 1
Configuring AnyConnect VPN Client Connections
Index
: 1
Public IP
: 10.139.1.2
Hashing
: SHA1
Bytes Rx
: 4942
Tunnel Group : EngGroup
VLAN
: none

Advertisement

Table of Contents
loading

Table of Contents