A network administrator needs to implement centralized AAA for managing CLI access to enterprise switches and routers. The organization security policy strictly mandates per-command authorization checks for every command an administrator executes, as well as full-packet encryption for all AAA network communications. Which protocol and operational characteristic fulfill these security requirements?
- TACACS+, because it separates AAA functions to support granular per-command authorization and encrypts the complete packet payload.Cevap
- BRADIUS, because it separates authentication and authorization to allow command filtering and encrypts the entire packet payload.
- CRADIUS, because it combines authentication and authorization for lower overhead while providing full-packet payload encryption over UDP.
- DTACACS+, because it combines authentication and authorization into a single process while encrypting only the password string over TCP.
Cevap
TACACS+, because it separates AAA functions to support granular per-command authorization and encrypts the complete packet payload.
TACACS+ uses TCP port 49 and completely decouples authentication, authorization, and accounting. This modularity enables per-command authorization, where every CLI command issued by an operator can be evaluated by the server before execution on the device. Furthermore, TACACS+ encrypts the entire payload of every packet, protecting sensitive configuration data and usernames.
Adım Adım Çözüm
Anahtar Kavram
TACACS+ vs RADIUS Protocol Mechanics