Reference Guide

Table Of Contents
Dell PowerConnect W-Series ArubaOS 6.1 CLI | Reference Guide aaa server-group | 75
aaa server-group
aaa server-group <group>
allow-fail-through
auth-server <name> [match-authstring contains|equals|starts-with <string>] [match-
fqdn <string>] [position <number>] [trim-fqdn]
clone <group>
no ...
set role|vlan condition <attribute> contains|ends-with|equals|not-equals|starts-with
<string> set-value <set-value-str> [position <number>]
Description
This command allows you to add a configured authentication server to an ordered list in a server group, and
configure server rules to derive a user role, VLAN ID or VLAN name from attributes returned by the server during
authentication.
Syntax
This command includes the following configuration parameters.
Parameter Description Default
<group> Name that identifies the server group. The name must be 32 characters
or less.
allow-fail-through When this option is configured, an authentication failure with the first
server in the group causes the controller to attempt authentication
with the next server in the list. The controller attempts authentication
with each server in the ordered list until either there is a successful
authentication or the list of servers in the group is exhausted.
disabled
auth-server <name> Name of a configured authentication server.
match-authstring This option associates the authentication server with a match rule that
the controller can compare with the user/client information in the
authentication request. With this option, the user/client information in
the authentication request can be in any of the following formats:
<domain>\<user>
<user>@<domain>
host/<pc-name>.<domain>
An authentication request is sent to the server only if there is a match
between the specified match rule and the user/client information.You
can configure multiple match rules for an authentication server.
contains contains: The rule matches if the user/client information contains the
specified string.
equals The rule matches if the user/client information exactly matches the
specified string.
starts-with The rule matches if the user/client information starts with the specified
string.
match-fqdn <string> This option associates the authentication server with a specified
domain. An authentication request is sent to the server only if there is
an exact match between the specified domain and the <domain>
portion of the user information sent in the authentication request. With
this option, the user information must be in one of the following
formats:
<domain>\<user>
<user>@<domain>
position <number> Position of the server in the server list. 1 is the top. (last)