A network engineering team requires strict per-command authorization and per-command audit logging for administrative CLI access on core Cisco switches. Every individual command entered by a logged-in administrator must be evaluated against central security policies before execution. Which protocol selection and architectural behavior correctly satisfies these operational requirements?
- TACACS+, because its modular AAA architecture separates authentication and authorization, sending distinct TCP-based authorization requests for each individual command entered.Answer
- BRADIUS, because its transport architecture uses UDP for rapid transmission and encrypts the entire packet payload during per-command authorization checks.
- CRADIUS, because it separates authentication and authorization into distinct UDP sessions while providing full-packet encryption for command authorization strings.
- DTACACS+, because it combines authentication and authorization into a single UDP exchange while encrypting only the user authentication password field.
Answer
TACACS+, because its modular AAA architecture separates authentication and authorization, sending distinct TCP-based authorization requests for each individual command entered.
The correct selection identifies TACACS+ as the protocol that decouples authentication and authorization over TCP port 49 with full-packet payload encryption. This modular separation enables network devices to send an authorization request for every CLI command entered by an administrator.
Step-by-Step Solution
Key Concept
TACACS+ vs RADIUS Protocol Architecture and AAA Function Separation