Difficulty: Medium
Correct Answer: The switch port the host is connected to is not configured to the correct VLAN membership.
Explanation:
Introduction / Context:
Hosts connected to the same switch must belong to the same VLAN to communicate without routing. Misconfigured VLAN assignment is a common cause of access issues.
Given Data / Assumptions:
Concept / Approach:
Switches segment traffic into VLANs. If the host port and server port are not in the same VLAN, frames will not be forwarded between them without an L3 device.
Step-by-Step Solution:
Verification / Alternative check:
Run show vlan brief to confirm port VLAN assignment.
Why Other Options Are Wrong:
Common Pitfalls:
Assuming VTP handles host-specific access; overlooking VLAN port assignment checks.
Final Answer:
The switch port is not configured to the correct VLAN membership.
Discussion & Comments