An enterprise auditor notes during a compliance review that network administrative changes executed via SSH on core switches cannot be restricted per individual CLI command using the organization's existing remote access protocol. Additionally, security policy mandates encrypting the entire packet body during AAA communications. Which protocol should be deployed on the network devices to satisfy these authorization and encryption requirements?
- TACACS+Answer
- BRADIUS
- C802.1X
- DKerberos
Answer
TACACS+ is the correct choice because it separates authentication and authorization processes, allowing granular per-command authorization while encrypting the entire packet payload over TCP port 49.
TACACS+ (Terminal Access Controller Access-Control System Plus) is designed specifically for network device administration. It operates over TCP port 49, completely separates authentication, authorization, and accounting (AAA) functions, and encrypts the entire body of every packet. This separation allows network administrators to enforce granular per-command authorization rules on network devices.
Step-by-Step Solution
Key Concept
RADIUS vs TACACS+ AAA Architectural & Security Differences