A network technician is configuring an out-of-the-box managed network switch to establish a secure management baseline prior to production deployment. Arrange the implementation steps in the correct chronological order from first to last to properly configure hardened remote access.
- 1Change default administrative credentials and create unique local administrator accounts.
- 2Generate cryptographic asymmetric host keys (RSA/ECDSA) on the switch.
- 3Configure VTY line transport to enforce SSH exclusively and disable unencrypted protocols like Telnet.
- 4Apply an Access Control List (ACL) to the VTY lines restricting management access to designated subnets.
- 5Configure aggressive session exec-timeouts and unauthorized access login banners on administrative lines.
Answer
The correct operational sequence is: 1) Change default administrative credentials, 2) Generate cryptographic asymmetric host keys, 3) Configure VTY line transport to enforce SSH exclusively, 4) Apply an Access Control List (ACL) to the VTY lines, 5) Configure aggressive session exec-timeouts and unauthorized access login banners.
Establishing a hardened management baseline requires a logical, sequential workflow: credentials must first be secured to remove vendor defaults. Next, asymmetric host keys must be generated because SSH cannot operate without active encryption keys. Once keys exist, VTY transport can be set exclusively to SSH while disabling Telnet. VTY Access Control Lists (ACLs) are then applied to restrict remote connections to authorized management subnets, and finally, operational controls such as idle session exec-timeouts and login banners are configured to prevent unattended session hijacking.
Step-by-Step Solution
Key Concept
Device Management Plane Baseline Hardening Workflow