An organization's security policy mandates centralized access control for managing network hardware via CLI. The policy specifically requires that individual commands executed during an administrative session must be authorized separately on a per-user basis, and that all payload data exchanged between the network switches and the AAA server must be fully encrypted. Which security protocol should the administrator implement to meet these requirements?
- TACACS+Cevap
- BRADIUS
- CKerberos
- D802.1X
Cevap
TACACS+ is the correct choice because it separates AAA functions to support command-level authorization and encrypts the entire packet payload.
TACACS+ separates the AAA architecture into distinct functions, allowing administrators to enforce granular per-command authorization for CLI management. Additionally, TACACS+ encrypts the entire packet body (payload) rather than just the password field, ensuring complete confidentiality over TCP port 49.
Adım Adım Çözüm
Anahtar Kavram
AAA Protocol Differences (TACACS+ vs RADIUS)