![D-Link xStack DGS-3426P Скачать руководство пользователя страница 61](http://html.mh-extra.com/html/d-link/xstack-dgs-3426p/xstack-dgs-3426p_reference-manual_76220061.webp)
xStack
®
DGS-3400 Series Layer 2 Gigabit Ethernet Managed Switch CLI Manual
57
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 | | radius | <string 15>] [add |
delete] server_host <ipaddr> protocol [tacacs | xtacacs | | radius]
Description
Adds or removes an authentication server host to or from the specified server group. The
built-in “tacacs”, “xtacacs”, “”, 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
- Specify the built-in server group “”.
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
- Specify for the server host’s authentication protocol
protocol radius
- Specify RADIUS for the server host’s authentication protocol
Restrictions
Only Administrator 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
protocol:
DGS-3450:admin# config authen server_group mix_1 add server_host 10.1.1.222 protocol
Command: config authen server_group mix_1 add server_host 10.1.1.222 protocol
Success.
DGS-3450:admin#
delete authen server_group
Purpose
This command is used to delete a user-defined authentication server group.
Syntax
delete authen server_group <string 15>
Description
Deletes a user-defined authentication server group.
Parameters
<string 15>
- Specify the user-defined server group name that will be deleted.
Restrictions
Only Administrator can issue this command.
Example usage:
To delete a user-defined authentication server group called “mix_1”: