configure tacacs server
ExtremeWare XOS 11.5 supports only the Summit X450 family of switches and the BlackDiamond 8800 series switch.
ExtremeWare XOS 11.5 Command Reference Guide
977
configure tacacs server
configure tacacs [primary | secondary] server [<ipaddress> | <hostname>]
{<tcp_port>} client-ip <ipaddress> {vr <vr_name>}
Description
Configures the server information for a authentication server.
Syntax Description
Default
uses TCP port 49. The default virtual router is VR-Mgmt, the management virtual router
Usage Guidelines
NOTE
The BlackDiamond 8800 series switch and the Summit X450 family of switches do not support user-created VRs.
Use this command to configure the server information for a server.
To remove a server, use the following command:
unconfigure tacacs server [primary | secondary]
Use of the
<hostname>
parameter requires that DNS be enabled.
Example
The following command configures server tacacs1 as the primary server for client switch
10.10.20.35 using a virtual router interface of VR-Default:
configure tacacs primary server tacacs1 client-ip 10.10.20.35 vr vr-Default
primary
Configures the primary server.
secondary
Configures the secondary server.
ipaddress
The IP address of the server being configured.
hostname
The host name of the server being configured.
tcp_port
The TCP port to use to contact the server.
ipaddress
The IP address used by the switch to identify itself when communicating with
the server.
vr_name
Specifies the virtual router on which the client IP is located.
NOTE: The BlackDiamond 8800 series switch and the Summit X450 family of
switches do not support user-created VRs.