C613-50631-01 Rev A Command Reference for IE340 Series 2447
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
RADIUS COMMANDS
SERVER
(RADIUS SERVER GROUP)
server (RADIUS server group)
Overview This command adds a RADIUS server to a server group in RADIUS Server Group
Configuration mode. The RADIUS server should be configured by the radius-server
host command.
The device adds each server to the end of the group’s list of servers, so add the
servers in order of priority. If you add a server and it is already in the list, it will be
removed and then re-added to the end of the list.
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 1813.
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)