A network security administrator is configuring a newly installed enterprise edge router to establish a hardened management baseline. Place the administrative hardening tasks into the correct execution sequence, from initial authentication setup to physical port containment.
- 1Change default administrative credentials and configure local user accounts with strong password hashing.
- 2Generate asymmetric RSA host keys required for transport layer encryption.
- 3Configure VTY lines to restrict inbound transport strictly to SSH while disabling clear-text protocols like Telnet.
- 4Apply an Access Control List (ACL) to VTY lines to limit remote connections to authorized administrative subnets.
- 5Administratively shut down unused physical interfaces and reassign them to an unrouted blackhole VLAN.
Answer
The correct sequence for establishing a secure management baseline is: First, change default credentials and configure local administrative accounts. Second, generate RSA host keys. Third, enforce SSH transport on VTY lines while disabling unencrypted services. Fourth, apply a management ACL to VTY lines restricting access to trusted subnets. Fifth, administratively shut down unused physical ports and place them into an unrouted VLAN.
The standard device hardening workflow initiates with credential remediation, followed by host key generation, SSH enforcement over VTY lines, network-level management ACL filtering, and physical port containment.
Step-by-Step Solution
Key Concept
Device Hardening Execution Workflow for Secure Management and Control Planes
Estimated Time:1m 30s