A network security engineer is performing baseline administrative hardening on a newly deployed edge router to secure its management plane before production deployment. In what correct operational sequence should the engineer execute the following administrative hardening steps to establish secure remote management and enforce network access controls?
- 1Define a device hostname and IP domain name, then generate a 2048-bit RSA host key pair.
- 2Create a local administrative account using password encryption and disable default vendor credentials.
- 3Configure Virtual Terminal (VTY) lines to permit transport input exclusively via SSH Version 2 and disable Telnet.
- 4Apply an Access Control List (ACL) to the VTY lines to restrict remote access strictly to the dedicated management subnet.
- 5Disable unneeded HTTP/HTTPS web services, administrative unassigned ports, and reassign the native VLAN to an unused non-default ID.
Cevap
The correct operational sequence begins by defining the hostname, domain name, and generating 2048-bit RSA keys, followed by creating encrypted local admin credentials, configuring VTY lines for SSH Version 2 exclusively, applying a management subnet ACL to the VTY lines, and concluding with disabling unused services, unassigned ports, and default native VLAN reassignment.
The correct hardening sequence follows a logical dependency chain: crypto key generation relies on host/domain identifiers, administrative user accounts must exist before enabling SSH login on VTY lines, VTY access must be scoped to specific management subnets via ACLs, and general device surface reduction (disabling unused ports/services and native VLAN isolation) completes the hardening baseline.
Adım Adım Çözüm
Anahtar Kavram
Management Plane Baseline Hardening Workflow
Tahmini Süre:2m 30s