Owners manual
DGS-1510 Series Gigabit Ethernet SmartPro Switch CLI Reference Guide
108
None.
Default
None.
Command Mode
Privilege EXEC Mode or Any Configuration Mode.
Command Default Level
Level: 1.
Usage Guideline
Use this command to display the AAA global state.
Example
This example shows how to display the AAA global state.
Switch# show aaa
AAA is enabled.
Switch#
8-25 tacacs-server host
This command is used to create a TACACS+ server host. Use the no form of this command to remove a
server host.
tacacs-server host {IP-ADDRESS | IPV6-ADDRESS} [port PORT] [timeout SECONDS] key [0 | 7]
KEY-STRING
no tacacs-server host {IP-ADDRESS | IPV6-ADDRESS}
Parameters
IP-ADDRESS
Specifies the IP address of the TACACS+ server.
IPV6-ADDRESS
Specifies the IPv6 address of the TACACS+ server.
port PORT-NUMBER
(Optional) Specifies the UDP destination port number for sending
request packets. The default port number is 49. The range is 1 to
65535.
timeout SECONDS
(Optional) Specifies the time-out value. This value must be between 1
and 255 seconds. The default value is 5 seconds.
0
(Optional) Specifies the password in the clear text form. This is the
default option.
7
(Optional) Specifies the password in the encrypted form.
key KEY-STRING
Specifies the key used to communicate with the server. The key can
be from 1 to 254 clear text characters.
Default
No TACACS+ server host is configured.
Command Mode