![D-Link DES-3526 - Switch - Stackable Command Line Interface Reference Manual Download Page 200](http://html1.mh-extra.com/html/d-link/des-3526-switch-stackable/des-3526-switch-stackable_command-line-interface-reference-manual_3327570200.webp)
DES-3526 Layer 2 Fast Ethernet Switch
DES-3526:4#
show authen application
Purpose
Used to display authentication methods for the various applications
on the Switch.
Syntax
show authen application
Description
This command will display all of the authentication method lists (login,
enable administrator privileges) for Switch configuration applications
(console, telnet, ssh, web) currently configured on the Switch.
Parameters None.
Restrictions None.
Example usage:
To display the login and enable method list for all applications on the Switch:
DES-3526:4#show authen application
Command: show authen application
Application Login Method List Enable Method List
----------------- ------------------ ------------------------
Console default default
Telnet Trinity default
SSH default default
HTTP default default
DES-3526:4#
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-255>}
Description
This command will 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.
192