Specifications

Configuring TACACS+
December 2, 2010 Page 5 of 7
Refertothedevice’sCLIReferenceorConfigurationGuide,asappropriate,formoreinformation
abouteachcommand.
Example TACACS+ Configuration
InthefollowingconfigurationexampleonanSSeriesdevice,theTACACS+serverisdefinedas
havingtheIPaddress192.168.10.10.TheTCPportissetto49,whichisthestandardTACACS+
TCPport.Theauthorizationserviceissetto“basic”andthereadwriteaccessprivilegeissetto
5.
Sessionandcommandaccountingareenabled,asiscommandauthorization.AsingleTCP
connectionwillbeusedforallTACACS+communicationwith192.168.10.10.Finally,theprimary
loginauthenticationmethodissettoTACACS+.
S Chassis(rw)->set tacacs enable
S Chassis(rw)->set tacacs server 1 192.168.10.10 49 mysecret
S Chassis(rw)->set tacacs session accounting enable
S Chassis(rw)->set tacacs session authorization service basic
S Chassis(rw)->set tacacs session authorization read-write priv-lvl 5
S Chassis(rw)->set tacacs command accounting enable
S Chassis(rw)->set tacacs command authorization enable
S Chassis(rw)->set tacacs singleconnect enable
S Chassis(rw)->set authentication login tacacs
7. Optionally, enable the TACACS+ client to send
multiple requests to the server over a single TCP
connection.
To disable the use of a single TCP connection, use
the set tacacs singleconnect disable command.
set tacacs singleconnect enable
8. If not already configured, set the primary login
authentication method to TACACS+.
set authentication login tacacs
Procedure 1 TACACS+ Configuration (continued)
Step Task Command(s)