Version 4.1 - 5.5.b TACACS+
Again, TACACS+ was covered in Section 2.0 and I'm going to try not to repeat that here.
Configuring TACACS+ guide from the Cisco Documentation.
Example TACACS+ configuration:
aaa new-model
aaa authentication ppp test group tacacs+ local
tacacs-server host 10.1.2.3
tacacs-server key goaway
interface serial 0
ppp authentication chap pap test
Here's the page on TACACS Attribute-Value Pairs.
You will want to look at those tables and at least be familiar with them.
Authentication _packet types_
* START (sent by client)
* CONTINUE (sent by client)
* REPLY (sent by server)
Authentication RESULT (in REPLY message)
- ACCEPT
- REJECT
- ERROR
TACACS+ Accounting records:
+ Start records
+ Stop records
+ Update records
Much of the TACACS+ information was put into the topic in Section 2.0 so I'm going to not milk this. I'm pretty confident that I can answer questions on this topic. After all the videos and books - coupled with years of experience, this shouldn't be a problem.