A network administrator is deploying a new centralized AAA server to manage administrative authentication for enterprise network switches. The deployment requires using TACACS+ to separate authentication, authorization, and accounting functions while encrypting the entire payload. However, authentication requests from the switches are currently being blocked by an intervening network firewall. Which port and transport layer protocol combination must be permitted on the firewall to allow TACACS+ traffic?
- TCP port 49Answer
- BUDP port 1812
- CUDP port 49
- DTCP port 389
Answer
TCP port 49 is required for TACACS+ communications.
TACACS+ operates over TCP port 49 by default. It utilizes TCP at the transport layer to provide reliable delivery and connection management while combining authentication, authorization, and accounting over a single port with full payload encryption.
Step-by-Step Solution
Key Concept
Standard AAA protocols and default port mappings (TACACS+ vs RADIUS)
Estimated Time:1m 0s