xStack® DGS-3620 Series Layer 3 Managed Stackable Gigabit Switch CLI Reference Guide
69
DGS-3620-28SC:admin#create authen server_group mix_1
Command: create authen server_group mix_1
Success.
DGS-3620-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, , 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 | | radius | <string 15>] [add | delete]
server_host <ipaddr> protocol [tacacs | xtacacs | | radius]
Parameters
tacacs
- Specify the built-in server group TACACS.
xtacacs
- Specify the built-in server group XTACACS.
- Specify the built-in server group .
radius
– Specify 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.
-
Specify the server host’s authentication protocol .
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-3620-28SC: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.