CLI Guide

Table Of Contents
Security Commands 1020
name (RADIUS Server)
Use the name command to assign a RADIUS server to a group. Use the no
form of the command to return the name to the default (Default-RADIUS-
Server). The no form of the command does not require the user to enter the
configured name.
Syntax
name groupname
no name
groupname—The name of the group for a RADIUS server (Range: 1 to 32
characters).
Default Configuration
The default RADIUS server group name is Default-RADIUS-Server.
Command Mode
RADIUS Server Configuration mode
User Guidelines
Assigning a name to multiple RADIUS servers associates the servers into a
list. Server groups may be used to control which authentication servers are
prioritized for traffic.
Names may consist of alphanumeric characters and the underscore, dash and
blanks. Embed the name in double quotes to use a name with blanks.
NOTE: When multiple RADIUS servers are configured with different list names, e.g.
ServerName is name1 and address is 1.1.1.1 ServerName is name2 and address is 1.1.1.2
the RADIUS request is always sent to the first lexicographically ordered server list, i.e.
communication with the name1 server list is attempted before moving on to the name2
server list. Even if the priority value of servers in the name2 list is lower (lower value
indicates higher priority) the request is sent to the name1 servers. If no servers respond in
the name1 list, the request is sent to the second name list in lexicographic order, et. seq.