Specifications

configure tacacs-accounting server
ExtremeWare XOS 10.1 Command Reference Guide 339
configure tacacs-accounting server
configure tacacs-accounting [primary | secondary] server [<ipaddress> |
<hostname>] {<udp_port>} client-ip <ipaddress> {vr <vr_name>}
Description
Configures the TACACS+ accounting server.
Syntax Description
Default
Unconfigured. The default virtual router is VR-0, the management virtual router.
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 using a virtual router interface of VR-2:
configure tacacs-accounting primary server tacacs1 client-ip 10.10.20.35 vr vr-2
primary Configures the primary TACACS+ accounting server.
secondary Configures the secondary TACACS+ accounting server.
ipaddress The IP address of the TACACS+ accounting server being configured.
hostname The host name of the TACACS+ accounting server being configured.
tcp_port 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.
vr_name Specifies the virtual router on which the client IP is located.