Reference Guide

Table Of Contents
37 | aaa authentication vpn Dell PowerConnect ArubaOS 6.0 Command Line Interface | Reference Guide
aaa authentication vpn
aaa authentication vpn <profile-name>
clone <source>
default-role <guest>
max-authentication-failures <number>
no ...
server-group <group>
Description
This command configures VPN authentication settings.
Syntax
Usage Guidelines
This command configures VPN authentication settings for VPN, RAP and CAP clients.
Use the vpdn group command to enable and configure Layer-2 Tunneling Protocol and Internet Protocol
Security (L2TP/IPsec) or Point-to-Point Tunneling Protocol (PPTP) VPN connection. (See “vpdn group l2tp” on
page 1188.)
Example
The following command configures VPN authentication settings for the default-rap profile:
aaa authentication vpn default-rap
default-role guest
clone default
max-authentication-failures 0
server-group vpn-server-group
The following message appears when a user tries to configure the non-configurable default-cap profile:
(host) (config) #aaa authentication vpn default-cap
Predefined VPN Authentication Profile "default-cap" is not editable
Parameter Description Default
<profile-name> There are three VPN profiles: default, default-rap or default-cap.
This allows users to use different AAA servers for VPN, RAP and CAP clients.
NOTE: The default and default-rap profiles are configurable. The default-cap
profile is not configurable and is predefined with the default settings.
default-role
<role>
Role assigned to the VPN user upon login.
NOTE: This parameter requires the Policy Enforcement Firewall for VPN Users
(PEFV) license.
guest
clone <source> Copies data from another VPN authentication profile. Source is the profile name
from which the data is copied.
max-
authentication-
failures <number>
Maximum number of authentication failures before the user is blacklisted. A value
of 0 disables blacklisting.
NOTE: The RF Protect license must be installed.
0 (disabled)
no Negates any configured parameter.
server-group
<group>
Name of the group of servers used to authenticate VPN users. See “aaa server-
group” on page 70.
internal