C613-50170-01 Rev B
Command Reference for x510 Series
1897
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
RADIUS C
OMMANDS
SERVER
(S
ERVER
G
ROUP
)
Default
The default Authentication port number is 1812 and the default Accounting port
number is 1813.
Mode
Server Group Configuration
Usage
The RADIUS server to be added must be configured by the
radius-server host
command. In order to add or remove a server, the
auth-port
and
acct-port
parameters in this command must be the same as the corresponding parameters
in the
radius-server host
command.
Examples
To create a RADIUS server group RAD_AUTH1 for authentication, use the following
commands:
awplus#
configure terminal
awplus(config)#
aaa group server radius RAD_AUTH1
awplus(config-sg)#
server 192.168.1.1 acct-port 0
awplus(config-sg)#
server 192.168.2.1 auth-port 1000 acct-port
0
To create a RADIUS server group RAD_ACCT1 for accounting, use the following
commands:
awplus#
configure terminal
awplus(config)#
aaa group server radius RAD_ACCT1
awplus(config-sg)#
server 192.168.2.1 auth-port 0 acct-port
1001
awplus(config-sg)#
server 192.168.3.1 auth-port 0
To remove server 192.168.3.1 from the existing server group
GROUP1
, use the
following commands:
awplus#
configure terminal
awplus(config)#
aaa group server radius GROUP1
awplus(config-sg)#
no server 192.168.3.1
Related
Commands