C613-50057-01 REV A
Command Reference for AT-IX5-28GPX High Availability, High Power Video Surveillance PoE Switch
1213
AlliedWare Plus™ Operating System - Version 5.4.5-0.x
L
OCAL
RADIUS S
ERVER
C
OMMANDS
NAS
nas
Overview
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
<ip-address>
key
<nas-keystring
>
no nas
<ip-address>
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
.
awplus#
configure terminal
awplus(config)#
radius-server local
awplus(config-radsrv)#
nas 192.168.1.2 key 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:
awplus#
configure terminal
awplus(config)#
radius-server local
awplus(config-radsrv)#
no nas 192.168.1.2
Related
Commands
show radius local-server nas
Parameter
Description
<
ip-address
>
RADIUS NAS IP address.
<
nas-keystring
>
NAS shared keystring.