A security operations team requires a centralized AAA solution for managing network device administrative sessions. The requirements specify that authentication and authorization functions must be separated to allow granular command-level authorization, and the entire packet payload between the switch and AAA server must be encrypted. Which protocol and transport layer combination meets these security requirements?
- TACACS+ using TCP port 49Answer
- BRADIUS using UDP ports 1812 and 1813
- CTACACS+ using UDP port 49
- DRADIUS using TCP port 1812
Answer
TACACS+ using TCP port 49
TACACS+ is designed for network device management because it decouples authentication and authorization, permitting per-command authorization policies. It also encrypts the entire packet body (everything past the header) and utilizes connection-oriented TCP port 49 for reliable transport.
Step-by-Step Solution
Key Concept
AAA Protocol Architectural Differences (TACACS+ vs RADIUS)