CLI Reference TACACS+ Configuration Commands
TACACS+ server, use this command to set the source address of
TACACS+ packet. This command specifies the first ip address of the
specified interface as the source address of TACACS+ packet and is
used on L3 devices.
The following example specifies TACACS+ packet to obtain ip
address from fastEthernet 0/0 as the source address of TACACS+
packet :
Ruijie(config)# ip tacacs source-interface fastEthernet 0/0
Configure ip address of the interface.
tacacs-server host
Use this command to configure IP address of TACACS+ server host:
tacacs-server host {ip-address | ipv6-address} [port integer] [timout integer] [key string]
no tacacs-server host {ip-address | ipv6-address}
IP address of TACACS+ server host.
IPv6 address of TACACS+ server host.
TCP port used in TACACS+
communication.
Timeout time of TACACS+ host.
Shared keyword of TACACS+ client and
server.
No specified TACACS+ host.
Global configuration mode.
To use TACACS+ to implement AAA security service, you must
define TACACS+ secure server. You can define one or multiple
TACACS+ secure servers by using tacacs-server host.