A network administrator needs to allow multiple VLANs to traverse a single link between two switches. Which configuration must be applied on the switch ports?
A trunk port is configured to carry multiple VLANs by tagging frames with VLAN information using 802.1Q or ISL.
Why this answer
A trunk port is configured to carry traffic for multiple VLANs over a single link by tagging frames with IEEE 802.1Q VLAN identifiers. This allows the switch to distinguish which VLAN each frame belongs to, enabling inter-switch VLAN connectivity without requiring separate physical links per VLAN.
Exam trap
The trap here is that candidates often confuse a trunk port with an access port, thinking that multiple VLANs can be carried by simply assigning multiple VLANs to an access port, but access ports can only be assigned a single untagged VLAN.
How to eliminate wrong answers
Option A is wrong because an access port belongs to only one VLAN and strips any VLAN tags, making it unable to carry multiple VLANs. Option C is wrong because hybrid ports are a vendor-specific concept (e.g., Huawei) and are not a standard Cisco term for this scenario; Cisco switches use trunk ports for multi-VLAN links. Option D is wrong because a routed port is a Layer 3 interface used for routing, not for carrying multiple VLANs over a single link.