A network technician is hardening remote administrative access on a core router deployed at an enterprise edge site. To comply with security baseline requirements, all remote management sessions must use strong payload encryption, and inactive administrative sessions must automatically terminate after five minutes. Which configuration strategy correctly fulfills these hardening requirements?
- Enable SSH version 2 for administrative access and configure an exec-timeout of 5 minutes on all VTY lines.Answer
- BEnable Telnet over TCP port 22 and configure an exec-timeout of 5 minutes on the local console port.
- CRetain default VLAN 1 as the native VLAN across 802.1Q trunk interfaces and monitor session inactivity using SNMPv2c.
- DConfigure HTTP access across all VLAN broadcast domains and remove VTY access control lists to prevent connection timeouts.
Answer
The correct option specifies configuring SSH version 2 for administrative access and setting an exec-timeout of 5 minutes on all VTY lines.
Enabling SSH version 2 ensures that all interactive remote management traffic and authentication credentials are encrypted end-to-end. Applying an execution timeout (exec-timeout) of 5 minutes directly to all VTY lines ensures that inactive remote management connections are automatically closed, mitigating the risk of unauthorized access via hijacked or unattended sessions.
Step-by-Step Solution
Key Concept
Management Plane Hardening via SSH and VTY Session Timeouts