Allied Telesis AlliedWare Plus Operating System Version 5.4.4C (x310-26FT,x310-26FP,x310-50FT,x310-50FP) User Manual
Page 1349
Local RADIUS Server Commands
Software Reference for x310 Series Switches
C613-50046-01 REV A
AlliedWare Plus
TM
Operating System - Version 5.4.4C
51.21
nas
This command adds a client device (the Network Access Server or the NAS) to the list of
devices that are able to send authentication requests to the local RADIUS server. The NAS
is identified by its IP address and a shared secret (also referred to as a shared key) must be
defined that the NAS will use to establish its identity.
Use the no variant of this command to remove a NAS client from the list of devices that are
allowed to send authentication requests to the local RADIUS server.
Syntax
nas
no nas
Mode
RADIUS Server Configuration
Examples
The following commands add the NAS with an IP address of 192.168.1.2 to the list of
clients that may send authentication requests to the local RADIUS server. Note the shared
key that this NAS will use to establish its identify is NAS_PASSWORD.
The following commands remove the NAS with an IP address of 192.168.1.2 from the
list of clients that are allowed to send authentication requests to the local RADIUS server:
Related Commands
Parameter
Description
<ip-address>
RADIUS NAS IP address.
<nas-keystring>
NAS shared keystring.
awplus#
configure terminal
awplus(config)#
radius-server local
awplus(config-radsrv)#
nas 192.168.1.2 key NAS_PASSWORD
awplus#
configure terminal
awplus(config)#
radius-server local
awplus(config-radsrv)#
no nas 192.168.1.2