An enterprise security engineer is auditing a network management infrastructure after migrating remote administrator access to a centralized access control server. Network switches correctly validate administrator credentials against Active Directory and log the total session connection time and byte counts. However, security audits reveal that individual privilege-escalation commands (such as entering configuration modes) executed during active switch sessions are neither restricted based on administrator roles nor recorded in detailed command audit logs. Which of the following best explains why session-level authentication and accounting succeed while command-level authorization and accounting fail?
- The deployment relies on RADIUS, which combines authentication and authorization into single transactions and lacks native support for granular per-command authorization and accounting.Answer
- BThe centralized server is encountering an authentication engine mismatch that fails to pass identity tokens to the authorization policy engine, causing session privileges to default to unrestricted access.
- CThe network access architecture uses TACACS+, which inherently separates authentication and accounting but suppresses individual command auditing to minimize connection-oriented protocol overhead.
- DThe AAA gateway implements accounting purely as a detective control rather than a preventive control, rendering command-level auditing inactive during established switch management sessions.
Answer
The deployment relies on RADIUS, which combines authentication and authorization into single transactions and lacks native support for granular per-command authorization and accounting.
The correct answer identifies that RADIUS combines authentication and authorization into a single transaction during initial connection setup. Because RADIUS is designed primarily for network level access (such as 802.1X, VPNs, and wireless connections), it lacks native support for real-time, per-command authorization and individual command accounting logs. TACACS+ would be required to restrict and audit specific command execution on network infrastructure devices.
Step-by-Step Solution
Key Concept
AAA Protocol Capabilities (RADIUS vs. TACACS+)
Estimated Time:2m 0s