A network technician needs to configure a switch interface that connects to an upstream distribution switch. The link must carry traffic for multiple VLANs concurrently over the single physical link using IEEE 802.1Q tagging. Which interface configuration command must be applied to achieve this functionality?
- switchport mode trunkAnswer
- Bswitchport mode access
- Cswitchport mode dynamic auto
- Dspanning-tree portfast
Answer
The interface must be configured using `switchport mode trunk` to carry traffic for multiple VLANs over a single physical link.
The command `switchport mode trunk` configures an Ethernet interface to operate as an 802.1Q trunk link, allowing frames from multiple VLANs to be tagged and multiplexed across a single physical link between network devices.
Step-by-Step Solution
Key Concept
VLAN Trunking and 802.1Q Configuration