Cisco nexus 5000 series Cli Configuration Manual page 238

Hide thumbs Also See for nexus 5000 series:
Table of Contents

Advertisement

Configuring RADIUS Servers
S e n d f e e d b a c k t o n x 5 0 0 0 - d o c f e e d b a c k @ c i s c o . c o m
To configure a RADIUS server host, perform this task:
Command
Step 1
switch# configure terminal
Step 2
switch(config) #radius-server host
{ipv4-address | ipv6-address |
host-name}
Step 3
switch(config)# exit
Step 4
switch# show radius-server
Step 5
switch# copy running-config
startup-config
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 Global Preshared Keys
You can configure preshared keys at the global level for all servers used by the Nexus 5000 Series switch.
A preshared key is a shared secret text string between the Nexus 5000 Series 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:
:
Command
Step 1
switch# configure terminal
Step 2
switch(config)# radius-server key [0 |
7] key-value
Step 3
switch(config)# exit
Cisco Nexus 5000 Series Switch CLI Software Configuration Guide
1-6
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.
Chapter 1
Configuring RADIUS
OL-16597-01

Advertisement

Table of Contents
loading

Table of Contents