A network administrator needs to deploy a centralized AAA solution specifically for managing router and switch command-line interface (CLI) administration. The security team mandates that every individual command entered by an administrator must be evaluated and authorized independently, and all data within the protocol packet body must be encrypted during transport. Which protocol satisfies these operational requirements?
- TACACS+, because it encrypts the entire packet payload and decouples authentication from authorization.Answer
- BRADIUS, because it encrypts the entire packet payload and combines authentication with authorization.
- CRADIUS, because it utilizes TCP port 49 to provide granular per-command authorization.
- DTACACS+, because it operates over UDP ports 1812 and 1813 to deliver encrypted per-command authorization.
Answer
TACACS+, because it encrypts the entire packet payload and decouples authentication from authorization.
TACACS+ (Terminal Access Controller Access-Control System Plus) is designed specifically for administrative network device management. It uses TCP port 49 for reliable transport, encrypts the entire payload of every packet, and decouples authentication, authorization, and accounting. This separation permits individual command authorization checks for administrative sessions.
Step-by-Step Solution
Key Concept
TACACS+ vs RADIUS Architectural and Functional Differences
Estimated Time:1m 15s