A network engineer is selecting a protocol to manage administrative CLI access to enterprise routers. The security policy mandates two key capabilities: full-packet payload encryption for all AAA transactions and the independent authorization of individual executive commands after initial login authentication. Which protocol fulfills these requirements?
- TACACS+, because it encrypts the entire packet payload and separates authentication and authorization functions.Answer
- BRADIUS, because it encrypts the entire packet payload and separates authentication and authorization functions.
- CRADIUS, because it encrypts only the password and combines authentication and authorization into a single process.
- DTACACS+, because it encrypts only the password and combines authentication and authorization into a single process.
Answer
TACACS+, because it encrypts the entire packet payload and separates authentication and authorization functions.
TACACS+ (Terminal Access Controller Access-Control System Plus) operates over TCP port 49 and is optimized for device administration. It encrypts the entire payload of every packet (except the standard header) and separates AAA into three distinct, modular components. This modularity allows an administrator to authenticate a user once and then perform independent authorization checks for each CLI command entered.
Step-by-Step Solution
Key Concept
AAA Architectural Differences between TACACS+ and RADIUS