Supermicro SSE-F3548S/SSE-F3548SR Configuration User’s Guide
13.3.1 TACACS Server
Supermicro switches allow configuration of multiple TACACS servers. One of these servers provides the
authentication support.
Follow the steps below to configure TACACS server.
Enters the configuration mode
tacacs-server host <ip-address> [single-connection]
[port <tcp port (1-65535)>] [timeout <time out in
seconds>] key <secret key>
ip-address – TACACS Server IP-address
single-connection – When this option is
specified,only one connection to one of
the configured TACACS servers is
permitted.
port – Specify TCP port in range 1-
65535
timeout - Specify TACACS server
timeout in range 0 – 255 seconds
key – Authentication key of maximum
length 64 characters.
Exits the configuration mode.
Displays the TACACS configuration.
Optional step – saves this configuration
to be part of startup configuration.
The “no tacacs-server host <ip-address>” command deletes the TACACS server.
The example below shows the commands used to configure TACACS server.
SMIS# configure terminal
SMIS(config)# tacacs-server host 10.10.10.1 port 500 timeout 200 key key123
SMIS(config)# end
SMIS# show tacacs
Server : 1
Address : 10.10.10.1
Single Connection : no