During a security compliance audit of a network management architecture, an engineer observes that per-command authorization and granular command accounting cannot be enforced for CLI sessions authenticated via RADIUS. Which protocol characteristic explains this limitation of RADIUS compared to TACACS+?
- RADIUS combines authentication and authorization into unified packet exchanges, whereas TACACS+ decouples them to allow independent per-command authorization requests.Answer
- BRADIUS encrypts the entire packet body using UDP, which prevents the network device from parsing individual privilege-level parameters.
- CRADIUS uses TCP port 49 for authorization traffic, which does not support multiplexed command execution sessions.
- DRADIUS relies on local Cisco IOS privilege levels for accounting rather than server-side attribute-value pairs.
Answer
RADIUS combines authentication and authorization into unified packet exchanges, whereas TACACS+ decouples all three AAA services to allow granular, per-command authorization requests.
The correct answer highlights that RADIUS couples authentication and authorization together during initial access validation, making it impractical for per-command verification. TACACS+ maintains complete modularity between Authentication, Authorization, and Accounting, sending separate authorization packets for every command executed during an administrative session.
Step-by-Step Solution
Key Concept
AAA Protocol Functional Separation (TACACS+ vs RADIUS)
Estimated Time:1m 30s