Reference Guide

Table Of Contents
75 | aaa server-group Dell PowerConnect ArubaOS 6.0 Command Line Interface | Reference Guide
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
Command History
This command was introduced in ArubaOS 3.0.
Command Information
ends-with The rule is applied if and only if the attribute value ends with the
specified string.
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.
Platforms Licensing Command Mode
All platforms Base operating system Config mode on master controllers
Parameter Description Default