D-Link dgs-3420 Work Light User Manual


 
xStack® DGS-3420 Series Layer 2 Managed Stackable Gigabit Switch CLI Reference Guide
68
DGS-3420-28SC:admin#create authen server_group mix_1
Command: create authen server_group mix_1
Success.
DGS-3420-28SC:admin#
4-15 config authen server_group
Description
This command is used to add or remove an authentication server host to or from the specified
server group. Built-in server group tacacs, xtacacs, tacacs+, and RADIUS accept the server host
with the same protocol only, but user-defined server group can accept server hosts with different
protocols. The server host must be created first by using the CLI command create authen
server_host.
Format
config authen server_group [tacacs | xtacacs | tacacs+ | radius | <string 15>] [add | delete]
server_host <ipaddr> protocol [tacacs | xtacacs | tacacs+ | radius]
Parameters
tacacs - Specify the built-in server group TACACS.
xtacacs - Specify the built-in server group XTACACS.
tacacs+ - Specify the built-in server group TACACS+.
radiusSpecify the built-in server group RADIUS.
<string 15> - Specify a user-defined server group.
add - Specify to add a server host to a server group.
delete - Specify to remove a server host from a server group.
server_host - Specify the server host’s IP address.
<ipaddr> - Specify the server host’s IP address.
protocol - Specify the server host’s type of authentication protocol.
tacacs - Specify the server host’s authentication protocol TACACS.
xtacacs - Specify the server host’s authentication protocol XTACACS.
tacacs+ - Specify the server host’s authentication protocol TACACS+.
radius - Specify the server host’s authentication protocol RADIUS.
Restrictions
Only Administrator-level users can issue this command.
Example
To add an authentication server host to a server group:
DGS-3420-28SC:admin#config authen server_group mix_1 add server_host 10.1.1.222
protocol tacacs+
Command: config authen server_group mix_1 add server_host 10.1.1.222 protocol
tacacs+
Success.