CLI Reference TACACS+ Configuration Commands
TACACS+ Configuration Commands
aaa group server tacacs+
Use this command to configure TACACS+ group server, dividing different TACACS+
servers to the different groups.
aaa group server tacacs+ group-name
no aaa group server tacacs+ group-name
TACACS+ server group name
No TACACS+ server group is configured.
Global configuration mode.
By dividing TACACS+ servers into several groups, the tasks of
anthentication, authorization and accounting can be implemented by
different server groups.
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
Configure server list of TACACS+ server
group.
Configure VRF name supported by TACACS+
server group.
server(TACACS+)
Use this command to configure server address in TACACS+ group server.