Command Reference TACACS+ Commands
TACACS+ Commands
aaa group server tacacs+
Use this command to configure TACACS+ group server, dividing different TACACS+ servers to
different groups.
aaa group server tacacs+ group-name
no aaa group server tacacs+ group-name
Parameter
Description
Parameter Description
group-name
The TACACS+ server group name.
Defaults
No TACACS+ server group is configured.
Command
Mode
Global configuration mode.
Usage Guide
By dividing TACACS+ servers into several groups, the tasks of anthentication, authorization and
accounting can be implemented by different server groups.
Configuration
Examples
The following example configures a TACACS+ server group named tac1 and a TACACS+ server
address 1.1.1.1 in this group:
Ruijie(config)#aaa group server tacacs+ tac1
Ruijie(config-gs-tacacs+)# server 1.1.1.1
Ruijie(config-gs-tacacs+)# ip vrf forwarding vpn1
Related
Commands
Command Description
server
Configures the server list of a TACACS+ server
group.
ip vrf forwarding
Configures a VRF name supported by
TACACS+ server group.
Platform
Description
N/A
debug tacacs+
Use this command to turn on the TACACS+ debugging switch. The no form of this command turns off
the TACACS+ debugging switch.