Cisco Nexus 9000 Series Configuration Manual page 75

Nx-os security configuration guide, release 9.x
Hide thumbs Also See for Nexus 9000 Series:
Table of Contents
Configuring RADIUS
2. aaa group server radius group-name
3. server {ipv4-address | ipv6-address | hostname}
4. (Optional) deadtime minutes
5. (Optional) server {ipv4-address | ipv6-address | hostname}
6. (Optional) use-vrf vrf-name
7. exit
8. (Optional) show radius-server groups [group-name]
9. (Optional) copy running-config startup-config
DETAILED STEPS
Command or Action
Step 1
configure terminal
Example:
switch# configure terminal
switch(config)#
Step 2
aaa group server radius group-name
Example:
switch(config)# aaa group server radius RadServer
switch(config-radius)#
Step 3
server {ipv4-address | ipv6-address | hostname}
Example:
switch(config-radius)# server 10.10.1.1
Step 4
(Optional) deadtime minutes
Example:
switch(config-radius)# deadtime 30
Step 5
(Optional) server {ipv4-address | ipv6-address | hostname}
Example:
switch(config-radius)# server 10.10.1.1
Step 6
(Optional) use-vrf vrf-name
Example:
switch(config-radius)# use-vrf vrf1
Step 7
exit
Example:
Purpose
Enters global 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.
Configures the monitoring dead time. The default is 0
minutes. The range is from 1 through 1440.
Note
If the dead-time interval for a RADIUS server
group is greater than zero (0), that value takes
precedence over the global dead-time value.
Configures the RADIUS server as a member of the RADIUS
server group.
If the specified RADIUS server is not found,
Tip
configure it using the radius-server host
command and retry this command.
Specifies the VRF to use to contact the servers in the server
group.
Exits configuration mode.
Cisco Nexus 9000 Series NX-OS Security Configuration Guide, Release 9.x
Configuring RADIUS Server Groups
49

Hide quick links:

Table of Contents
loading

Table of Contents