A network security engineer is configuring secure management plane controls on a newly installed distribution switch before introducing it to the enterprise network. In what sequence should the engineer execute the baseline hardening steps to properly establish and secure SSH administrative access?
- 1Configure an IP domain name and generate an RSA asymmetric key pair on the switch.
- 2Disable cleartext Telnet and restrict transport input on virtual terminal (VTY) lines to SSH only.
- 3Define a standard IPv4 access control list permitting management access exclusively from authorized administrator subnets.
- 4Apply the administrative access control list to the VTY line interfaces.
Answer
The correct sequence begins with setting the domain name and generating RSA keys, followed by enforcing SSH protocol transport on VTY lines, constructing an administrative access control list, and finally applying the access control list to the VTY lines.
Establishing secure administrative access requires generating cryptographic host keys as a prerequisite, restricting VTY protocols to SSH to prevent cleartext exposure, defining administrative IP filtering rules via an access control list, and lastly binding that list to the VTY interfaces.
Step-by-Step Solution
Key Concept
Secure Management Plane Baseline Hardening