A network infrastructure team is selecting a centralized AAA protocol to secure administrative CLI access to enterprise switches. The security policy dictates that all communication between the network devices and the AAA server must have its entire packet payload encrypted, and the solution must support granular authorization for individual CLI commands. Which protocol satisfies these security requirements?
- TACACS+Cevap
- BRADIUS
- C802.1X
- DLocal Authentication
Cevap
TACACS+ meets both requirements by encrypting the full packet body and separating authorization from authentication to permit command-level control.
TACACS+ is a AAA protocol operating over TCP port 49. It encrypts the entire body of the packet (all payload data beyond the TACACS+ header) and separates AAA functions, making it ideal for network device administration where granular per-command authorization is required.
Adım Adım Çözüm
Anahtar Kavram
TACACS+ vs RADIUS AAA protocol features and encryption mechanisms