C613-50170-01 Rev B
Command Reference for x510 Series
1891
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
RADIUS C
OMMANDS
RADIUS
-
SERVER
KEY
radius-server key
Overview
This command sets a global secret key for RADIUS authentication on the device.
The shared secret text string is used for RADIUS authentication between the device
and a RADIUS server.
Note that if no secret key is explicitly specified for a RADIUS server, the global
secret key will be used for the shared secret for the server.
Use the
no
variant of this command to reset the secret key to the default (null).
Syntax
radius-server key
<key
>
no radius-server key
Default
The RADIUS server secret key on the system is not set by default (null).
Mode
Global Configuration
Usage
Use this command to set the global secret key shared between this client and its
RADIUS servers. If no secret key is specified for a particular RADIUS server using the
radius-server host c
ommand, this global key is used.
After enabling AAA authentication with the
aaa authentication login
command,
set the authentication and encryption key using the
radius-server key
command
so the key entered matches the key used on the RADIUS server.
Examples
To set the global secret key to
allied
for RADIUS server, use the following
commands:
awplus#
configure terminal
awplus(config)#
radius-server key allied
To set the global secret key to
secret
for RADIUS server, use the following
commands:
awplus#
configure terminal
awplus(config)#
radius-server key secret
To delete the global secret key for RADIUS server, use the following commands:
awplus#
configure terminal
awplus(config)#
no radius-server key
Related
Commands
Parameter
Description
<
key
>
Shared secret among radius server and 802.1X client.