C613-50170-01 Rev B
Command Reference for x510 Series
1896
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
RADIUS C
OMMANDS
SERVER
(S
ERVER
G
ROUP
)
server (Server Group)
Overview
This command adds a RADIUS server to a server group in Server-Group
Configuration mode. The RADIUS server should be configured by the
The server is appended to the server list of the group and the order of
configuration determines the precedence of servers. If the server exists in the
server group already, it will be removed before added as a new server.
The server is identified by IP address and authentication and accounting UDP port
numbers. So a RADIUS server can have multiple entries in a group with different
authentication and/or accounting UDP ports. The
auth-port
specifies the UDP
destination port for authentication requests to the server. To disable
authentication for the server, set
auth-port
to 0. If the authentication port is
missing, the default port number is 1812. The
acct-port
specifies the UDP
destination port for accounting requests to the server. To disable accounting for
the server, set
acct-port
to 0. If the accounting port is missing, the default port
number is 1812.
Use the
no
variant of this command to remove a RADIUS server from the server
group.
Syntax
server {<
hostname
>|<
ip-address
>} [auth-port
<
0-65535
>][acct-port <
0-65535
>]
no server {<
hostname
>|<
ip-address
>} [auth-port
<
0-65535
>][acct-port <
0-65535
>]
Parameter
Description
<hostname>
Server host name
<ip-address>
Server IP address
The server is identified by IP address, authentication and
accounting UDP port numbers. So a RADIUS server can have
multiple entries in a group with different authentication and/or
accounting UDP ports.
auth-port
Authentication port
The
auth-port
specifies the UDP destination port for
authentication requests to the server. To disable authentication
for the server, set
auth-port
to 0. If the authentication port is
missing, the default port number is 1812.
<
0-65535
>
UDP port number (default: 1812)
acct-port
Accounting port
The
acct-port
specifies the UDP destination port for accounting
requests to the server. To disable accounting for the server, set
acct-port
to 0. If the accounting port is missing, the default port
number is 1813.
<
0-65535
>
UDP port number (default: 1813)