switch(config)#
radius-server host 10.10.1.1
switch(config)#
exit
switch#
copy running-config startup-config
Configuring RADIUS Global Preshared Keys
You can configure preshared keys at the global level for all servers used by the Cisco Nexus device. A preshared
key is a shared secret text string between the switch and the RADIUS server hosts.
Before You Begin
Obtain the preshared key values for the remote RADIUS servers
Procedure
Purpose
Command or Action
Enters global configuration move.
switch#
configure terminal
Step 1
Specifies a preshared key for all RADIUS servers. You can
specify a clear text (
0
) or encrypted (
7
) preshared key. The
default format is clear text.
switch(config)#
radius-server
key
[
0
|
7
]
key-value
Step 2
The maximum length is 63 characters.
By default, no preshared key is configured.
Exits configuration mode.
switch(config)#
exit
Step 3
(Optional)
Displays the RADIUS server configuration.
switch#
show radius-server
Step 4
The preshared keys are saved in encrypted form in
the running configuration. Use the
show
running-config
command to display the encrypted
preshared keys.
Note
(Optional)
Saves the change persistenetly through reboots and restarts
by copying the running configuration to the startup
configuration.
switch#
copy running-config
startup-contig
Step 5
This example shows how to configure preshared keys at the global level for all servers used by the device:
switch#
configure terminal
switch(config)#
radius-server key 0 QsEfThUkO
switch(config)#
exit
switch#
copy running-config startup-config
Configuring RADIUS Server Preshared Keys
A preshared key is a shared secret text string between the Cisco Nexus device and the RADIUS server host.
Cisco Nexus 3600 NX-OS Security Configuration Guide, Release 7.x
34
Configuring RADIUS
Configuring RADIUS Global Preshared Keys
Содержание Nexus 3600 NX-OS
Страница 10: ...Cisco Nexus 3600 NX OS Security Configuration Guide Release 7 x x Contents ...
Страница 20: ...Cisco Nexus 3600 NX OS Security Configuration Guide Release 7 x 6 Overview IP ACLs ...
Страница 42: ...Cisco Nexus 3600 NX OS Security Configuration Guide Release 7 x 28 Configuring AAA Default AAA Settings ...