A network administrator is tasked with deploying a centralized AAA solution specifically for administrative CLI access to enterprise network switches. The security baseline mandates that all administrative command authorization details and session logs transmitted between the switches and the AAA server must have their entire packet payloads encrypted. Additionally, the authentication service must operate over a connection-oriented transport protocol to guarantee packet delivery. Which protocol and default port configuration should the administrator implement to meet these requirements?
- TACACS+ using TCP port 49Cevap
- BRADIUS using UDP port 1812
- CTACACS+ using UDP port 49
- DRADIUS using TCP port 1813
Cevap
TACACS+ using TCP port 49
TACACS+ (Terminal Access Controller Access-Control System Plus) separates Authentication, Authorization, and Accounting into distinct functions, encrypts the entire packet payload (beyond the header), and runs over TCP port 49. This makes it ideal for administrative device access control where full command encryption and connection reliability are mandatory.
Adım Adım Çözüm
Anahtar Kavram
RADIUS vs TACACS+ Protocol Feature Differentiation & Transport Requirements