DXS-1210 Series Smart Managed Switch CLI Reference Guide
77
Use this command to enter the RADIUS group server configuration mode. Use the server command
to associate the RADIUS server hosts with the RADIUS server group. The defined server group can
be specified as the method list for authentication, or accounting via the AAA authentication and AAA
accounting command. Use the radius-server host command to create a server host entry. A host
entry is identified by IP Address.
Example
This example shows how to create two RADIUS server hosts with the different IP addresses. A server
group is then created with the two server hosts.
Switch#configure terminal
Switch(config)#radius-server host 172.19.10.100 auth-port 1500 timeout 8 retransmit
3 key ABCDE
Switch(config)# radius-server host 172.19.10.101 auth-port 1600 timeout 3
retransmit 1 key ABCDE
Switch(config)#aaa group server radius group1
Switch(config-sg-radius)# server 172.19.10.100
Switch(config-sg-radius)# server 172.19.10.101
Switch(config-sg-radius)# exit
Switch(config)#
7-7 server ()
This command is used to associate a server with a server group. Use the no form of this
command to remove a server from the server group.
server {IP-ADDRESS | IPV6-ADDRESS}
no server {IP-ADDRESS | IPV6-ADDRESS}
Parameters
IP-ADDRESS
Specifies the IPv4 address of the authentication server.
IPV6-ADDRESS
Specifies the IPv6 address of the authentication server.
Default
By default, no host is in the server group.
Command Mode
Group Server Configuration Mode.
Command Default Level
Level: 15.
Usage Guideline
Use the aaa group server command to enter the group server configuration
mode. Use the server command to associate the server hosts with the server
group. The defined server group can be specified as the method list for authentication, or accounting
via the aaa authentication and aaa accounting command. The configured servers in the group will
be attempted in the configured order. Use the tacacs-server host command to create a server host
entry. A host entry is identified by the IP Address.
Example
This example shows how to create two server hosts. A server group is then created with
the two server hosts.