836 ExtremeWare Software 7.3.0 Command Reference Guide
Security Commands
configure tacacs-accounting server
configure tacacs-accounting [primary | secondary] server [<ipaddress> |
<hostname>] {<tcp_port>} client-ip <ipaddress>
Description
Configures the TACACS+ accounting server.
Syntax Description
Default
Unconfigured.
Usage Guidelines
You can use the same TACACS+ server for accounting and authentication.
To remove a server, use the following command:
unconfigure tacacs server [primary | secondary]
Example
The following command configures server tacacs1 as the primary TACACS+ accounting server for client
switch 10.10.20.35:
configure tacacs-accounting primary server tacacs1 client-ip 10.10.20.35
History
This command was first available in ExtremeWare 6.1.
Platform Availability
This command is available on all platforms.
primary Configures the primary TACACS+ accounting server.
secondary Configures the secondary TACACS+ accounting server.
ipaddress Specifies the IP address of the TACACS+ server being configured.
hostname Specifies the host name of the TACACS+ server being configured. Must be
able to be resolved to an IP address.
tcp_port Specifies the TCP port to use to contact the TACACS+ server.
ipaddress The IP address used by the switch to identify itself when communicating with
the TACACS+ accounting server.