C613-50057-01 REV A
Command Reference for AT-IX5-28GPX High Availability, High Power Video Surveillance PoE Switch
1159
AlliedWare Plus™ Operating System - Version 5.4.5-0.x
AAA C
OMMANDS
AAA
GROUP
SERVER
aaa group server
Overview
This command configures a RADIUS server group. A server group can be used to
specify a subset of RADIUS servers in
aaa
commands. The group name
radius
is
predefined, which includes all RADIUS servers configured by the
radius-server
host
command.
RADIUS servers are added to a server group using the
server
command. Each
RADIUS server should be configured using the
radius-server host
command.
Use the
no
variant of this command to remove an existing RADIUS server group.
Syntax
aaa group server radius <
group-name>
no aaa group server radius <
group-name>
Mode
Global Configuration
Usage
Use this command to create an AAA group of RADIUS servers, and to enter Server
Group Configuration mode, in which you can add servers to the group. Use a server
group to specify a subset of RADIUS servers in AAA commands. Each RADIUS server
must be configured by the
radius-server host
command. To add RADIUS servers
to a server group, use the
server
command.
Examples
To create a RADIUS server group named
GROUP1
with hosts
192.168.1.1
,
192.168.2.1
and
192.168.3.1
, use the commands:
awplus(config)#
aaa group server radius GROUP1
awplus(config-sg)#
server 192.168.1.1 auth-port 1812 acct-port
1813
awplus(config-sg)#
server 192.168.2.1 auth-port 1812 acct-port
1813
awplus(config-sg)#
server 192.168.3.1 auth-port 1812 acct-port
1813
To remove a RADIUS server group named
GROUP1
from the configuration, use the
command:
awplus(config)#
no aaa group server radius GROUP1
Parameter
Description
<
group-name
>
Server group name.