A network security auditor discovers that administrative session logs for network switches expose executed CLI command parameters in cleartext across the management network. Furthermore, the existing AAA deployment cannot restrict specific administrative commands per role because authentication and authorization are tightly coupled into a single transaction. Which AAA protocol implementation directly resolves both findings by encrypting the complete packet payload and decoupling authorization from authentication?
- TACACS+ utilizing TCP port 49Cevap
- BRADIUS utilizing UDP ports 1812 and 1813
- CRADIUS utilizing TCP port 49
- DTACACS+ utilizing UDP port 1812
Cevap
TACACS+ utilizing TCP port 49
TACACS+ (Terminal Access Controller Access-Control System Plus) encrypts the entire payload of every packet (beyond the header) and fully decouples authentication, authorization, and accounting. This enables granular per-command authorization checks over a reliable TCP connection on port 49, ensuring command parameters remain confidential.
Adım Adım Çözüm
Anahtar Kavram
TACACS+ vs RADIUS Protocol Architecture & Security Boundaries