Configuration Guide TACACS+ Commands
Defines a TACACS+ secure server host.
Use this command to configure a TACACS+ host.
Use the no form of this command to remove the TACACS+ host.
tacacs-server host {ipv4-address | ipv6-address} [ port integer ] [ timeout integer ] [ key [ 0 | 7 ]
text-string ]
no tacacs-server host { ip-address | ipv6-address }
IPv4 address of the TACACS+ host
IPv6 address of the TACACS+ host
Port number of the server. The range is from 1 to 65,535. The default
is 49.
Timeout time of TACACS+ host. The range is from 1 to 1,000.
Configures an authentication and encryption key. The value can be 0
or 7.
0 indicates no encryption, while 7 indicates simple encryption. The
default is 0.
No TACACS+ host is specified by default.
Global configuration mode
The TACACS+ host must be configured to implement AAA security service You can use this
command to configure one or multiple TACACS+ hosts.
The following example configures a TACACS+ host.
Ruijie(config)# tacacs-server host 192.168.12.1