During a post-incident audit at a branch office, a security analyst discovers that an unauthorized device successfully connected to the internal network by plugging into an unassigned Ethernet wall port. Further inspection reveals that all unassigned switchports remain administrative enabled in their default state on VLAN 1. Which of the following actions represents the best practice to harden these unassigned ports against unauthorized physical network access?
- Administratively shut down all unused interfaces and reassign them to an unroutable blackhole VLAN.Answer
- BReassign the native VLAN on all trunk links back to VLAN 1 to isolate untagged frame traffic from access interfaces.
- CApply an access control list to VLAN 1 containing permit rules for known internal host IP addresses.
- DEnable Telnet management on port 22 across the unused interfaces to capture unauthorized login attempts.
Answer
Administratively shut down all unused interfaces and reassign them to an unroutable blackhole VLAN.
The standard device hardening procedure for securing unused physical switch ports requires administratively disabling the interfaces (shutdown command) and moving them out of the default VLAN 1 into an unused, unroutable VLAN (often called a dummy or blackhole VLAN). This double layer of security prevents unauthorized devices from obtaining an IP address or communicating on the internal network.
Step-by-Step Solution
Key Concept
Switch Port Security & Baseline Interface Hardening
Estimated Time:1m 15s