D-Link dgs-3420 Work Light User Manual


 
xStack® DGS-3420 Series Layer 2 Managed Stackable Gigabit Switch CLI Reference Guide
72
seconds. The timeout value must be between 1 and 255 seconds.
retransmit - Specify the count for re-transmit. This value is meaningless for TACACS+. The
default value is 2.
<int 1-20> - Specify the count for re-transmit. This value is meaningless for TACACS+. The
default value is 2. The re-transmit value must be between 1 and 20.
Restrictions
Only Administrator-level users can issue this command.
Example
To configure a TACACS+ authentication server host’s key value:
DGS-3420-28SC:admin#config authen server_host 10.1.1.222 protocol tacacs+ key
"abc123"
Command: config authen server_host 10.1.1.222 protocol tacacs+ key "abc123"
Success.
DGS-3420-28SC:admin#
4-20 delete authen server_host
Description
This command is used to delete an authentication server host.
Format
delete authen server_host <ipaddr> protocol [tacacs | xtacacs | tacacs+ | radius]
Parameters
<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 delete an authentication server host:
DGS-3420-28SC:admin#delete authen server_host 10.1.1.222 protocol tacacs+
Command: delete authen server_host 10.1.1.222 protocol tacacs+
Success.