xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
67
DGS-3627:admin# show authen server_group
Command: show authen server_group
Server Group : mix_1
Group Name
IP Address
Protocol
---------------
---------------
--------
mix_1
10.1.1.222
TACACS+
10.1.1.223
TACACS
radius
10.1.1.224
RADIUS
tacacs
10.1.1.225
TACACS
tacacs+
10.1.1.226
TACACS+
xtacacs
10.1.1.227
XTACACS
Total Entries : 5
DGS-3627:admin#
create authen server_host
Purpose
This command is used to create an authentication server host.
Syntax
create authen server_host <ipaddr> protocol [tacacs | xtacacs | tacacs+ | radius] { port
<int 1-65535> | key [<key_string 254> | none] | timeout <int 1-255> | retransmit <int 1-
20> }
Description
Creates an authentication server host. When an authentication server host is created, the IP
address and protocol are the index. This means that more than one authentication protocol
service can be run on the same physical host. The maximum number of supported server
hosts is 16.
Parameters
server_host
- Specify the server host’s IP address.
protocol tacacs
- Specify that the server host’s authentication protocol will be TACACS.
protocol xtacacs
- Specify that the server host’s authentication protocol will be XTACACS.
protocol tacacs+
- Specify that the server host’s authentication protocol will be TACACS+..
protocol radius
- Specify that the server host’s authentication protocol will be RADIUS.
port
- The port number of the authentication protocol for the server host. Default value for
TACACS/XTACACS/TACACS+ is 49. Default value for RADIUS is 1812.
key
- The key for TACACS+ and RADIUS authentication. If the value is null, no encryption
will apply. This value is meaningless for TACACS and XTACACS.
none
- No encryption for TACACS+ and RADIUS authentication. This value is meaningless
for TACACS and XTACACS.
timeout
- The time in seconds to wait for the server reply. Default value is 5 seconds.
retransmit
- The count for re-transmissions. This value is meaningless for TACACS+. Default
value is 2.
Restrictions
Only Administrator level users can issue this command.
Example usage:
To create a TACACS+ authentication server host, specifying a listening port number of 15555 and a timeout value of 10
seconds: