A network security administrator is deploying a core Layer 3 router into an enterprise environment. To establish secure administrative remote access, the administrator must configure the management plane from the local console port before exposing the device to the network. In what chronological order should the administrator perform the following hardening steps to correctly enable encrypted remote management?
- 1Configure a unique system hostname and IP domain name on the router.
- 2Generate persistent RSA asymmetric encryption key pairs with a minimum length of 2048 bits.
- 3Configure local administrative user credentials and enforce SSH transport on the virtual terminal (VTY) lines while disabling cleartext protocols.
- 4Apply an inbound access control list (ACL) to the VTY lines to restrict management access exclusively to authorized administration subnets.
Answer
The correct sequence for hardening remote management plane access is: 1) Configure a unique system hostname and IP domain name on the router, 2) Generate persistent RSA asymmetric encryption key pairs, 3) Configure local administrative user credentials and enforce SSH transport on the VTY lines while disabling cleartext protocols, 4) Apply an inbound access control list (ACL) to the VTY lines to restrict management access exclusively to authorized administration subnets.
Establishing secure administrative remote access on network hardware follows a strict dependency chain: the device identity (hostname and domain name) must exist first so that RSA host keys can be generated. Once keys exist, the SSH daemon can be enabled on VTY lines and Telnet disabled. Finally, access control lists are applied to the VTY lines to restrict inbound management traffic strictly to authorized management subnets.
Step-by-Step Solution
Key Concept
Management Plane Hardening & SSH Infrastructure Deployment Sequence
Estimated Time:2m 0s