Cisco Nexus 5000 Series Configuration Manual page 42

Nx-os security configuration guide
Hide thumbs Also See for Nexus 5000 Series:
Table of Contents

Advertisement

Configuring RADIUS Server Groups
SUMMARY STEPS
1. switch# configure terminal
2. switch(config)# aaa group server radius group-name
3. switch(config-radius)# server {ipv4-address | ipv6-address | server-name}
4. (Optional) switch(config-radius)# deadtime minutes
5. (Optional) switch(config-radius)# source-interface interface
6. switch(config-radius)# exit
7. (Optional) switch(config) #show radius-server group [group-name]
8. (Optional) switch(config)# copy running-config startup-config
DETAILED STEPS
Command or Action
Step 1
switch# configure terminal
Step 2
switch(config)# aaa group server radius
group-name
Step 3
switch(config-radius)# server {ipv4-address
| ipv6-address | server-name}
Step 4
switch(config-radius)# deadtime minutes
Step 5
switch(config-radius)# source-interface
interface
Example:
switch(config-radius)#
source-interface mgmt 0
Step 6
switch(config-radius)# exit
Step 7
switch(config) #show radius-server group
[group-name]
Cisco Nexus 5000 Series NX-OS Security Configuration Guide
30
Purpose
Enters configuration mode.
Creates a RADIUS server group and enters the RADIUS server group
configuration submode for that group. The group-name argument is a
case-sensitive alphanumeric string with a maximum length of 127
characters.
Configures the RADIUS server as a member of the RADIUS server
group.
If the specified RADIUS server is not found, configure it using the
radius-server host command and retry this command.
(Optional)
Configures the monitoring dead time. The default is 0 minutes. The range
is from 1 through 1440.
If the dead-time interval for a RADIUS server group is greater
Note
than zero (0), that value takes precedence over the global
dead-time value. See the example that shows how to configure
periodic RADIUS server monitoring.
(Optional)
Assigns a source interface for a specific RADIUS server group.
The supported interface types are management and VLAN.
Note
Use the source-interface command to override the global source
interface assigned by the ip radius source-interface command.
Exits configuration mode.
(Optional)
Displays the RADIUS server group configuration.
Configuring RADIUS
OL-20919-01

Advertisement

Table of Contents
loading

Table of Contents