A network administrator is performing baseline security hardening on a newly installed Layer 3 switch before introducing it to the production network. Place the administrative hardening tasks into the correct sequential order from first step to last step.
- 1Configure local administrative accounts with encrypted credentials and set an enable secret password.
- 2Generate asymmetric RSA key pairs and enable SSH version 2 for encrypted remote administration.
- 3Implement centralized AAA authentication referencing external TACACS+ servers with local account fallback.
- 4Apply an inbound Access Control List (ACL) to virtual terminal (VTY) lines to restrict access to authorized management subnets.
- 5Disable legacy unencrypted protocols (Telnet/HTTP) and administratively shut down all unused physical switch ports.
Cevap
The correct administrative sequence begins with setting encrypted local credentials, generating RSA keys to enable SSH v2, configuring centralized TACACS+ AAA authentication with local fallback, restricting VTY line access to authorized management subnets using an ACL, and finally deactivating unencrypted services and unused ports.
Device hardening follows an orderly sequence: securing local fallback access, enabling encrypted management transport, binding centralized AAA authentication, restricting management source IPs via ACLs, and closing legacy protocols/unused ports to minimize exposure.
Adım Adım Çözüm
Anahtar Kavram
Management Plane Hardening Lifecycle