xStack
®
DGS-3400 Series Layer 2 Gigabit Ethernet Managed Switch CLI Manual
59
create authen server_host
TACACS/XTACACS/ is 49. Default value for RADIUS is 1812.
key
- The key for and RADIUS authentication. If the value is null, no encryption
will apply. This value is meaningless for TACACS and XTACACS.
encryption_key
– Specifies the encrypted form key string for and RADIUS
authentication. This value is meaningless for TACACS and XTACACS. The encryption
algorithm is based on DES.
<key_string 344>
- Enter the encryption key here. This must be up to 344 characters long.
none
- No encryption for 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 . Default
value is 2.
Restrictions
Only Administrator level can issue this command.
Example usage:
To create a authentication server host, specifying a listening port number of 15555 and a timeout value of 10
seconds:
DGS-3450:admin# reate authen server_host 10.1.1.222 protocol port 15555 timeout
10
Command: create authen server_host 10.1.1.222 protocol port 15555 timeout 10
Success.
DGS-3450:admin#
config authen server_host
Purpose
This command is used to configure an authentication server host.
Syntax
config authen server_host <ipaddr> protocol [tacacs | xtacacs | | radius] {port
<int 1-65535> | [key [<key_string 254> | none] | encryption_key <key_string 344>] |
timeout <int 1-255> | retransmit <int 1-20>}
Description
Configures an authentication server host.
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
- Specify that the server host’s authentication protocol will be .
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/ is 49. Default value for RADIUS is 1812.
key
- The key for and RADIUS authentication. If the value is null, no encryption
will apply. This value is meaningless for TACACS and XTACACS.
none
- No encryption for and RADIUS authentication. This value is meaningless
for TACACS and XTACACS.
encryption_key
– Specifies the encrypted form key string for and RADIUS
authentication. This value is meaningless for TACACS and XTACACS. The encryption
algorithm is based on DES.
timeout
- The time in seconds for waiting for the server reply. Default value is 5 seconds.
retransmit
- The count for re-transmissions. This value is meaningless for . Default
value is 2.
Restrictions
Only Administrator can issue this command.