tacacsserver¶
TACACS Server configuration
show tacacsserver¶
Use this operation to get TACACS server details
Synopsys¶
show tacacsserver [id=<string>]
Parameters¶
id
Id is system generated key for all the TACACS servers
delete tacacsserver¶
Use this operation to delete TACACS server
Synopsys {#synopsys-1 style="margin-left: 20px;"}¶
delete tacacsserver id=<string>
Parameters {#parameters-1 style="margin-left: 20px;"}¶
id
Id is system generated key for all the TACACS servers
This is a mandatory parameter.
set tacacsserver¶
Use this operation to modify TACACS server
Synopsys {#synopsys-2 style="margin-left: 20px;"}¶
set tacacsserver id=<string> ip_address=<ipaddress> name=<string> [port=<int>] [tacacs_key=<stringx>] [auth_timeout=<int>] [accounting=(false | true)] [address_type=<int>]
Parameters {#parameters-2 style="margin-left: 20px;"}¶
id
Id is system generated key for all the TACACS servers
This is a mandatory parameter.
ip_address
IP Address of TACACS server
This is a mandatory parameter.
name
Name of TACACS server
This is a mandatory parameter.
port
port number of TACACS server
tacacs_key
Key shared between the TACACS+ server and clients
auth_timeout
The maximum number of seconds the system will wait for a response from the TACACS server
accounting
Enable accounting in the tacacs server
address_type
Configuration Type. Values: 0: IPv4, 1: IPv6
add tacacsserver¶
Use this operation to add TACACS server
Synopsys {#synopsys-3 style="margin-left: 20px;"}¶
add tacacsserver ip_address=<ipaddress> tacacs_key=<stringx> name=<string> [port=<int>] [auth_timeout=<int>] [accounting=(false | true)] [address_type=<int>]
Parameters {#parameters-3 style="margin-left: 20px;"}¶
ip_address
IP Address of TACACS server
This is a mandatory parameter.
tacacs_key
Key shared between the TACACS+ server and clients
This is a mandatory parameter.
name
Name of TACACS server
This is a mandatory parameter.
port
port number of TACACS server
auth_timeout
The maximum number of seconds the system will wait for a response from the TACACS server
accounting
Enable accounting in the tacacs server
address_type
Configuration Type. Values: 0: IPv4, 1: IPv6