Concept Guide

Parameter Description Default
equals
The rule is applied if and only if the attribute value equals
the specified string.
not-equals
The rule is applied if and only if the attribute value is not
equal to the specified string.
starts-with
The rule is applied if and only if the attribute value begins
with the specified string.
set-value
User role or VLAN applied to the client when the rule is
matched.
value-of
Sets the user role or VLAN to the value of the attribute
returned. The user role or VLAN ID returned as the value
of the attribute must already be configured on the
controller when the rule is applied.
Usage Guidelines
You create a server group for a specific type of authentication or for accounting. The list of servers in a server
group is an ordered list, which means that the first server in the group is always used unless it is unavailable (in
which case, the next server in the list is used). You can configure servers of different types in a server group, for
example, you can include the internal database as a backup to a RADIUS server. You can add the same server
to multiple server groups. There is a predefined server group internal” that contains the internal database.
Example
The following command configures a server group “corp-servers” with a RADIUS server as the main
authentication server and the internal database as the backup. The command also sets the client’s user role to
the value of the returned “Class attribute.
aaa server-group corp-servers
auth-server radius1 position 1
auth-server internal position 2
set role condition Class value-of
load-balance
Command History
Release Modification
ArubaOS 3.0 Command introduced
ArubaOS 6.4 The load-balance parameter was added.
.
Dell Networking W-Series ArubaOS 6.5.x | Reference Guide aaa server-group | 109