A network security administrator is auditing the Centralized Access Management setup for core network switches using RADIUS and TACACS+ protocols. The audit aims to verify proper alignment with the Authentication, Authorization, and Accounting (AAA) framework. Which of the following statements correctly describe AAA operational characteristics in this deployment? (Select TWO.)
- TACACS+ decouples authentication and authorization, enabling granular, per-command authorization checks after identity is established.Answer
- Accounting mechanisms capture command execution logs and session timestamps to establish non-repudiation and forensic traceability.Answer
- CRADIUS encrypts the entire packet payload, whereas TACACS+ encrypts only the password field during the authentication exchange.
- DAssigning network privilege levels and dynamic VLAN memberships occurs during the authentication phase prior to credential validation.
Answer
TACACS+ decouples authentication and authorization, enabling granular, per-command authorization checks after identity is established; and Accounting mechanisms capture command execution logs and session timestamps to establish non-repudiation and forensic traceability.
The statements emphasizing TACACS+ decoupled AAA architecture for per-command authorization and accounting's role in recording audit logs for non-repudiation are correct. TACACS+ separates authentication from authorization, allowing granular command authorization per user session. Accounting tracks user activities and resource usage after access is granted.
Step-by-Step Solution
Key Concept
Authentication, Authorization, and Accounting (AAA) Protocol Architecture