Reference Guide

Table Of Contents
48 | aaa authentication-server radius Dell PowerConnect W-Series ArubaOS 6.1 CLI | Reference Guide
aaa authentication-server radius
aaa authentication-server radius <server>
acctport <port>
authport <port>
clone <server>
enable
host <ipaddr>|<FQDN>
key <psk>
nas-identifier <string>
nas-ip <ipaddr>
no ...
retransmit <number>
source-interface vlan <vlan>
timeout <seconds>
use-md5
Description
This command configures a RADIUS server.
Syntax
This command includes the following configuration parameters.
Parameter Description Range Default
<server> Name that identifies the server.
acctport <port> Accounting port on the server. 1-65535 1813
authport <port> Authentication port on the server 1-65535 1812
clone <server> Name of an existing RADIUS server configuration from which
parameter values are copied.
——
enable Enables the RADIUS server.
host Identify the RADIUS server either by its IP address or fully
qualified domain name.
——
<ipaddr> IP address of the RADIUS server.
<FQDN> Fully qualified domain name (FQDN) of the RADIUS server. The
maximum supported length is 63 characters.
——
key <psk> Shared secret between the controller and the authentication
server. The maximum length is 128 characters.
——
nas-identifier
<string>
Network Access Server (NAS) identifier to use in RADIUS
packets.
——
nas-ip <ip-addr> NAS IP address to send in RADIUS packets.
You can configure a “global” NAS IP address that the controller
uses for communications with all RADIUS servers. If you do not
configure a server-specific NAS IP, the global NAS IP is used.
To set the global NAS IP, enter the ip radius nas-ip ipaddr
command.
——
no Negates any configured parameter.
retransmit
<number>
Maximum number of retries sent to the server by the controller
before the server is marked as down.
0-3 3