Following an infrastructure compliance audit, a network engineer must harden a Layer 2 access switch deployed in a branch office. The audit report identified two critical security findings: remote administration sessions transmit management credentials in cleartext, and unassigned physical switch ports remain active in the default VLAN. Which combination of hardening procedures should the engineer implement to remediate these specific vulnerabilities?
- Configure SSH for encrypted remote management, shut down all unassigned switch ports, and reassign those ports to an isolated blackhole VLAN.Answer
- BConfigure Telnet over TCP port 22 for management sessions, and leave unassigned switch ports active in the native VLAN with dynamic port security enabled.
- CConfigure SNMPv1 read-write community strings for encrypted device administration, and rely on default VLAN boundary controls for unused interfaces.
- DConfigure HTTPS for web access while keeping unassigned ports active under the assumption that Layer 3 inter-VLAN routing will block unauthorized traffic.
Answer
The engineer should configure SSH to provide encrypted management traffic and shut down all unassigned switch ports while moving them into an isolated blackhole VLAN.
Baseline switch hardening requires securing both the management plane and data plane interface access. Replacing cleartext management protocols with SSH protects administrative credentials from network eavesdropping. Disabling unused physical ports and reassigning them to an isolated, non-routable blackhole VLAN ensures that unauthorized physical connections cannot gain network access or exploit default VLAN privileges.
Step-by-Step Solution
Key Concept
Network Device Hardening Best Practices
Estimated Time:1m 30s