Configuring RADIUS
Configuring RADIUS Server Hosts
You must configure the IPv4 or IPv6 address or the host name for each RADIUS server that you want to use
for authentication. All RADIUS server hosts are added to the default RADIUS server group. You can configure
up to 64 RADIUS servers.
To configure a RADIUS server host, perform this task:
Procedure
Step 1
Step 2
Step 3
Step 4
Step 5
The following example shows how to configure a RADIUS server host:
switch# configure terminal
switch(config)# radius-server host 10.10.1.1
switch(config)# exit
switch# show radius-server
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 5000 Series
switch. A preshared key is a shared secret text string between the switch and the RADIUS server hosts.
To configure global preshared keys, obtain the preshared key values for the remote RADIUS servers and
perform this task:
Procedure
Step 1
Step 2
Step 3
OL-16597-01
Command or Action
switch# configure terminal
switch(config) #radius-server host
{ipv4-address | ipv6-address | host-name}
switch(config)# exit
switch# show radius-server
switch# copy running-config
startup-config
Command or Action
switch# configure terminal
switch(config)# radius-server
key [0 | 7] key-value
switch(config)# exit
Cisco Nexus 5000 Series Switch CLI Software Configuration Guide
Configuring RADIUS Server Hosts
Purpose
Enters configuration mode.
Specifies the IPv4 or IPv6 address or hostname
for a RADIUS server.
Exits configuration mode.
(Optional)
Displays the RADIUS server configuration.
(Optional)
Copies the running configuration to the startup
configuration.
Purpose
Enters configuration mode.
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. The maximum length is 63
characters.
By default, no preshared key is configured.
Exits configuration mode.
245