A SERVICE OF

logo

xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
69
delete authen server_host
protocol xtacacs - Specify that the server host’s authentication protocol is XTACACS.
protocol tacacs+ - Specify that the server host’s authentication protocol is TACACS+.
protocol radius - Specify that the server host’s authentication protocol is RADIUS.
Restrictions Only Administrator level users can issue this command.
Example usage:
To delete an authentication server host, with an IP address of 10.1.1.222, that is running the TACACS+ protocol:
DGS-3627:admin# delete authen server_host 10.1.1.222 protocol tacacs+
Command: delete authen server_host 10.1.1.222 protocol tacacs+
Success.
DGS-3627:admin#
show authen server_host
Purpose This command is used to display the authentication server hosts.
Syntax
show authen server_host
Description Displays the authentication server hosts.
Parameters None.
Restrictions Only Administrator level users can issue this command.
Example usage:
To display all authentication server hosts:
DGS-3627:admin# show authen server_host
Command: show authen server_host
SRV IP Address Protocol Port Timeout Retransmit Key
--------------- -------- ----- ------- ---------- -------------------------
10.1.1.222 TACACS+ 15555 10 No Use
Total Entries : 1
DGS-3627:admin#
config authen parameter response_timeout
Purpose This command is used to configure the amount of time the Switch will wait for a user to
authenticate through a console, Telnet, or SSH application.
Syntax
config authen parameter response_timeout <int 0-255>
Description Configure the amount of time the Switch will wait for a user to authenticate through a
console, Telnet, or SSH application.
Parameters
<int 0-255> - The amount time the Switch will wait for a user to authenticate through a
console, Telnet, or SSH application. 0 means there is no time out. Default value is 30
seconds.
Restrictions Only Administrator level users can issue this command.