A network administrator is performing a baseline security hardening audit on core enterprise switches. The security report reveals that idle administrative sessions on virtual terminal (VTY) lines remain active indefinitely when left unattended, and remote management traffic lacks centralized command authorization and traffic encryption. Which set of configuration controls should the administrator implement to best address these findings?
- Configure an exec-timeout on VTY lines, enforce SSH version 2, and integrate TACACS+ for centralized AAA authentication and command authorization.Answer
- BMigrate administrative sessions to use Telnet over port 23 and enable local privilege passwords without session timeouts.
- CAssign all VTY management interfaces directly to the untagged native VLAN across trunk links to isolate management sessions.
- DPlace all virtual terminal lines into separate VLAN broadcast domains so that management traffic avoids Layer 3 routing requirements.
Answer
The administrator should configure an exec-timeout on VTY lines, enforce SSH version 2, and integrate TACACS+ for centralized AAA authentication and command authorization.
Hardening the management plane of network devices requires restricting session lifespans, encrypting management traffic in transit, and centralizing access control. Configuring an exec-timeout ensures that idle VTY sessions automatically close, preventing unauthorized local access to abandoned terminals. Utilizing SSH version 2 replaces insecure cleartext protocols such as Telnet. Incorporating TACACS+ provides centralized authentication, authorization, and accounting, ensuring every administrative command is explicitly authorized and audited.
Step-by-Step Solution
Key Concept
Management Plane Hardening and Secure Remote Access