S e n d d o c u m e n t a t i o n c o m m e n t s t o m d s f e e d b a c k - d o c @ c i s c o . c o m
20-9
Cisco MDS 9000 Family Command Reference
OL-18089-01, Cisco MDS NX-OS Release 4.x
Chapter 20 R Commands
radius-server key
radius-server key
To configure a global RADIUS shared secret
,
use the
radius-server key
command. Use the
no
form of
this command to removed a configured shared secret.
radius-server key [0
|
7]
shared-secret
no radius-server key [0
|
7]
shared-secret
Syntax Description
Defaults
No RADIUS key is configured.
Command Modes
Configuration mode.
Command History
Usage Guidelines
You need to configure the RADIUS preshared key to authenticate the switch to the RADIUS server. The
length of the key is restricted to 65 characters and can include any printable ASCII characters (white
spaces are not allowed). You can configure a global key to be used for all RADIUS server configurations
on the switch. You can override this global key assignment by explicitly using the
key
option in the
radius-server host
command.Global key configuration is exempted from CFS distribution.
Examples
The following examples provide various scenarios to configure RADIUS authentication.
switch#
config terminal
switch(config)#
radius-server key AnyWord
switch(config)#
radius-server key 0 AnyWord
switch(config)#
radius-server key 7 public
Related Commands
0
Configures a preshared key specified in clear text (indicated by 0) to
authenticate communication between the RADIUS client and server. This is
the default.
7
Configures a preshared key specified in encrypted text (indicated by 7) to
authenticate communication between the RADIUS client and server.
shared-secret
Configures a preshared key to authenticate communication between the
RADIUS client and server.
Release
Modification
1.0(2)
This command was introduced.
Command
Description
show radius-server
Displays RADIUS server information.