xStack DES-3800 Series Layer 3 Stackable Fast Ethernet Managed Switch CLI Manual
270
show authen server_group
Purpose
Used to view authentication server groups on the Switch.
Syntax
show authen server_group <string 15>
Description
This command will display authentication server groups currently
configured on the Switch.
This command will display the following fields:
Group Name: The name of the server group currently configured on
the Switch, including built in groups and user defined groups.
IP Address: The IP address of the server host.
Protocol: The authentication protocol used by the server host.
Parameters
<string 15>
- Enter an alphanumeric string of up to 15 characters to
define the previously created server group to be viewed.
Entering this command without the
<string>
parameter will display all
authentication server groups on the Switch.
Restrictions
None.
Example usage:
To view authentication server groups currently set on the Switch.
DES-3800:admin#show authen server_group
Command: show authen server_group
Group Name IP Address Protocol
--------------- ----------------- --------
Darren 10.53.13.2
TACACS
tacacs 10.53.13.94
TACACS
(This group has no entry)
xtacacs (This group has no entry)
Total Entries : 4
DES-3800:admin#
config authen parameter response_timeout
Purpose
Used to configure the amount of time the Switch will wait for a user
to enter authentication before timing out.
Syntax
config authen parameter response_timeout <int 0-255>
Description
This command will set the time the Switch will wait for a response of
authentication from the user.
Parameters
response_timeout <int 0-255>
- Set the time, in seconds, the Switch
will wait for a response of authentication from the user attempting to
log in from the command line interface or telnet interface
. 0
disables
the timeout for the response. The default value is 30 seconds.
Restrictions
Only Administrator-level users can issue this command.
Example usage:
To configure the response timeout for 60 seconds:
DES-3800:admin# config authen parameter
response_timeout 60
Command: config authen parameter response_timeout 60