Hi, We have just installed Cisco ISE with TACACS capability and want to move all devices off our ACS servers onto the ISE as well as introduce all other devices that didn't use TACACS due to lack of licensing (ISE is a perpetual no device limit license whereas ACS had a 500 device limit). Used when ISE is used: It provides more granular control i.e can specify the particular command for authorization. No external authorization of commands supported. TACACS+ offers multiprotocol support: No multiprotocol support. Used for device administration. Used for network access. Hi, I am checking the documentation for TACACS licensing in the configuration guide and this is what is says for TACACS: Cisco Identity Services Engine Administrator Guide, Release 2.1 - Cisco ISE Licenses Cisco Identity Services Engine - Device Administration Perpetual TACACS+ A Base or Mo.
If a single administrator wants to access 100 routers and local database of the device is used for username and password (authentication) then the administrator have to make the same user account different times. Also, if he wants to keep different username and password for the devices then he have to manually change the authentication for the devices. Ofcourse, it’s a hectic task.
To ease this task to some extent, Cisco ACS (Access Control Server) is used. ACS provides a centralised management system in which the database of username and password are kept. Also, authorization (means what the user is authorised to do) can be configured. But for this we have to tell the router to refer to ACS for its decision on authentication and authorization.
Two protocols are used between the ACS server and the client to serve this purpose:
- TACACS+
Here we will discuss about TACACS+ only.
TACACS+ –
TACACS+, stands for Terminal Access Controller Access Control Server, is a security protocol used in AAA framework to provide centralised authentication for users who want to gain access to the network.
Features – Some of the features of TACACS+ are:
Tacacs+ Ise
- Cisco proprietary protocol for AAA framework i.e it can used between the Cisco device and Cisco ACS server.
- It uses TCP as transmission protocol.
- It uses TCP port number 49.
- If the device and ACS server is using TACACS+ then all the AAA packets exchanged between them are encrypted.
- It separates AAA into distinct elements i.e authentication, authorisation and accounting are separated.
- It provides greater granular control (than RADIUS) as the commands that are authorised to be used by the user can be specified.
- It provides accounting support but less extensive than RADIUS.
Working –
The client of the TACACS+ is called Network Access Device (Nad) or Network Access Server (NAS).Network Access Device will contact the TACACS+ server to obtain a username prompt through CONTINUE message . The user then enters a username and the Network Access Device again contact the TACACS+ server to obtain a password prompt (Continue message) displaying the password prompt to the user, the user enters a password, and the password is then sent to the TACACS+ server.
The server can respond with one of the following reply messages:
- If the credentials entered are valid then the TACACS+ server will response with an ACCEPT message.
- If the credentials entered are not valid then the TACACS+ server will response with an REJECT message.
- If the link between the TACACS+ server and NAS or TACACS+ server is not working properly then it will respond with an ERROR message.
- If TACACS+ authorization is required, the TACACS+ server is again contacted and it returns an ACCEPT or REJECT authorization response. If the ACCEPT message is returned, it contains attributes which are used to determine services that a user is allowed to do.
For accounting, the client will send a REQUEST message to the TACACS+ server for which the Server responds with RESPONSE message stating that record is received.
Advantage –
- Provides greater granular control than RADIUS.TACACS+ allows a network administrator to define what commands a user may run.
- All the AAA packets are encrypted rather just passwords (in case of Radius).
- TACACS+ uses TCP instead of UDP. TCP guarantees communication between the client and server.
Disadvantage –
- As it is Cisco proprietary, therefore it can be used between the Cisco devices only.
- Less extensive support for accounting than RADIUS.
Attention reader! Don’t stop learning now. Get hold of all the important CS Theory concepts for SDE interviews with the CS Theory Course at a student-friendly price and become industry ready.
Recommended Posts:
If you like GeeksforGeeks and would like to contribute, you can also write an article using contribute.geeksforgeeks.org or mail your article to contribute@geeksforgeeks.org. See your article appearing on the GeeksforGeeks main page and help other Geeks.
Please Improve this article if you find anything incorrect by clicking on the 'Improve Article' button below.