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
Purpose
Command or Action
Enters global configuration mode.
configure terminal
Example:
Step 1
switch#
configure terminal
switch(config)#
Creates a RADIUS server group and enters the RADIUS
server group configuration submode for that group. The
aaa group server radius group-name
Example:
Step 2
group-name
argument is a case-sensitive alphanumeric
string with a maximum length of 127 characters.
switch(config)#
aaa group server radius RadServer
switch(config-radius)#
Configures the RADIUS server as a member of the RADIUS
server group.
server
{
ipv4-address
|
ipv6-address
|
hostname
}
Example:
Step 3
If the specified RADIUS server is not found, configure it
using the
radius-server host
command and retry this
command.
switch(config-radius)#
server 10.10.1.1
Configures the monitoring dead time. The default is 0
minutes. The range is from 1 through 1440.
(Optional)
deadtime minutes
Example:
Step 4
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.
Note
switch(config-radius)#
deadtime 30
Configures the RADIUS server as a member of the RADIUS
server group.
(Optional)
server
{
ipv4-address
|
ipv6-address
|
hostname
}
Example:
Step 5
If the specified RADIUS server is not found,
configure it using the
radius-server host
command and retry this command.
Tip
switch(config-radius)#
server 10.10.1.1
Specifies the VRF to use to contact the servers in the server
group.
(Optional)
use-vrf vrf-name
Example:
Step 6
switch(config-radius)#
use-vrf vrf1
Exits configuration mode.
exit
Example:
Step 7
Cisco Nexus 9000 Series NX-OS Security Configuration Guide, Release 9.x
49
Configuring RADIUS
Configuring RADIUS Server Groups