xStack
®
DGS-3400 Series Layer 2 Gigabit Managed Switch CLI Manual
273
D G S – 3 4 2 6 : 5 # s h o w a u t h e n a p p l i c a t i o n
C o m m a n d : s h o w a u t h e n a p p l i c a t i o n
A p p l i c a t i o n L o g i n M e t h o d L i s t E n a b l e M e t h o d L i s t
– – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – –
C o n s o l e d e f a u l t d e f a u l t
T e l n e t T i b e r i u s d e f a u l t
S S H d e f a u l t d e f a u l t
H T T P d e f a u l t d e f a u l t
D G S – 3 4 2 6 : 5 #
create authen server_host
Purpose
Used to create an authentication server host.
Syntax
create authen server_host <ipaddr> protocol [tacacs | xtacacs | | radius]
{port <int 1–65535> | key [<key_string 254> | none] | timeout <int 1–255> |
retransmit < 1–20>}
Description
This command is used to create an authentication server host for the
TACACS/XTACACS//RADIUS security protocols on the Switch. When a user
attempts to access the Switch with authentication protocol enabled, the Switch will send
authentication packets to a remote TACACS/XTACACS//RADIUS server host
on a remote host. The TACACS/XTACACS//RADIUS server host will then
verify or deny the request and return the appropriate message to the Switch. More than
one authentication protocol can be run on the same physical server host but, remember
that TACACS/XTACACS//RADIUS are separate entities and are not
compatible with each other. The maximum supported number of server hosts is 16.
Parameters
server_host <ipaddr>
– The IP address of the remote server host to add.
protocol
– The protocol used by the server host. The user may choose one of the
following:
tacacs
– Enter this parameter if the server host utilizes the TACACS protocol.
xtacacs
– Enter this parameter if the server host utilizes the XTACACS protocol.
– Enter this parameter if the server host utilizes the protocol.
radius
– Enter this parameter if the server host utilizes the RADIUS protocol.
port <int 1–65535>
– Enter a number between
1
and
65535
to define the virtual port
number of the authentication protocol on a server host. The default port number is
49
for
TACACS/XTACACS/ servers and
1812
and
1813
for RADIUS servers but the
user may set a unique port number for higher security.
key <key_string 254>
– Authentication key to be shared with a configured or
RADIUS server only. Specify an alphanumeric string up to 254 characters.
timeout <int 1–255>
– Enter the time in seconds the Switch will wait for the server host to
reply to an authentication request. The default value is
5
seconds.
retransmit <int 1–20>
– Enter the value in the retransmit field to change how many times
the device will resend an authentication request when the server does not respond.
Restrictions
Only Administrator-level users can issue this command.
Example usage:
To create a authentication server host, with port number 1234, a timeout value of 10 seconds and a retransmit
count of 5.