2-634
Catalyst 6500 Series Switch Command Reference—Release7.6
78-15328-01
Chapter2 Catalyst 6500 Series Switch and ROM Monitor Commands
set tacacs server
set tacacs server
To define a TACACS+ server, use the set tacacs server command.
set tacacs server ip_addr [primary]
Syntax Description
Defaults This command has no default settings.
Command Types Switch command.
Command Modes Privileged.
Usage Guidelines You can configure a maximum of three servers. The primary server, if configured, is contacted first. If
no primary server is configured, the first server configured becomes the primary server.
Examples This example shows how to configure the server on which the TACACS+ server resides and to designate
it as the primary server:
Console> (enable) set tacacs server 170.1.2.20 primary
170.1.2.20 added to TACACS server table as primary server.
Console> (enable)
Related Commands clear tacacs server
show tacacs
ip_addr IP address of the server on which the TACACS+ server resides.
primary (Optional) Designates the specified server as the primary TACA CS+
server.