Users Guide

Table Of Contents
242 | Authentication Servers Dell PowerConnect ArubaOS 5.0 | User Guide
Figure 43 Domain-Based Server Selection Example
You configure the following rules for servers in the corp-serv server group:
z radius-1 will be selected if the client information starts with “host/”.
z radius-2 will be selected if the client information contains “abc.corpnet.com”.
In the WebUI
1. Navigate to the Configuration > Security > Authentication > Servers page.
2. Under the Servers tab, select Server Group to display the Server Group list.
3. Enter corp-serv for the new server group and click Add.
4. Under the Servers tab, select corp-serv to configure the server group.
5. Under Servers, click New to add the radius-1 server to the group. Select radius-1 from the drop-down menu.
a. For Match Type, select Authstring.
b. For Operator, select starts-with.
c. For Match String, enter host/.
d. Click Add Rule >>.
e. Scroll to the right and click Add Server.
6. Under Servers, click New to add the radius-2 server to the group. Select radius-2 from the drop-down menu.
a. For Match Type, select Authstring.
b. For Operator, select contains.
c. For Match String, enter abc.corpnet.com.
d. Click Add Rule >>.
e. Scroll to the right and click Add Server.
7. Click Apply.
In the CLI
aaa server-group corp-serv
auth-server radius-1 match-authstring starts-with host/ position 1
auth-server radius-2 match-authstring contains abc.corpnet.com position 2
host/<pc-name>.xyz.corpnet.com
abc.corpnet.com\<user>
<user>@abc.corpnet.com
radius-1
radius-2
host/<pc-name>.sales.corpnet.com
host/<pc-name>.hq.corpnet.com
Note: The last server you added to the server group (radius-2) automatically appears as the first server in the list. In this example,
the order of servers is not important. If you need to reorder the server list, scroll to the right and click the up or down arrow for the
appropriate server.