D-Link DGS-3600 Switch User Manual


 
xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
65
create authen server_group
Purpose This command is used to create a user-defined authentication server group.
Syntax
create authen server_group <string 15>
Description Creates a user-defined authentication server group. The maximum number of supported
server groups, including the built-in server groups, is 8. Each group can have a maximum of
8 server hosts..
Parameters
<string 15> - Specify the user-defined server group name.
Restrictions Only Administrator level users can issue this command.
Example usage:
To create a user-defined authentication server group called “mix_1”:
DGS-3627:admin# create authen server_group mix_1
Command: create authen server_group mix_1
Success.
DGS-3627:admin#
config authen server_group
Purpose This command is used to add or remove an authentication server host to or from the
specified server group.
Syntax
config authen server_group [tacacs | xtacacs | tacacs+ | radius | <string 15>] [add |
delete] server_host <ipaddr> protocol [tacacs | xtacacs | tacacs+ | radius]
Description Adds or removes an authentication server host to or from the specified server group. The
built-in “tacacs”, “xtacacs”, “tacacs+”, and “radius” server groups only accept server hosts
with the same protocol, but a user-defined server group can accept server hosts with different
protocols. The server host must be created first by using the “create authen server_host” CLI
command.
Parameters
server_group tacacs - Specify the built-in server group “tacacs”.
server_group xtacacs - Specify the built-in server group “xtacacs”.
server_group tacacs+ - Specify the built-in server group “tacacs+”.
server_group radius - Specify the built-in server group “radius”.
server_group - Specify a user-defined server group.
add - Add a server host to a server group.
delete - Remove a server host from a server group.
server_host - Specify the server host’s IP address.
protocol tacacs - Specify TACACS for the server host’s authentication protocol
protocol xtacacs - Specify XTACACS for the server host’s authentication protocol
protocol tacacs+ - Specify TACACS+ for the server host’s authentication protocol
protocol radius - Specify RADIUS for the server host’s authentication protocol
Restrictions Only Administrator level users can issue this command.
Example usage:
To add an authentication server host with an IP address of 10.1.1.222 to server group “mix_1”, specifying the TACACS+
protocol: