A network technician is auditing frame forwarding behavior on an enterprise Layer 2 switch. An Ethernet frame arrives at an 802.1Q trunk interface carrying a tag for VLAN 50. Upon inspecting its MAC address table, the switch finds no entry corresponding to the destination MAC address of the frame. Which TWO of the following actions will the switch execute to handle this frame?
- Inspect the source MAC address of the frame and update the MAC address table entry for VLAN 50.Answer
- Flood the frame out of all operational interfaces assigned to VLAN 50, excluding the ingress trunk port.Answer
- CFlood the frame out of all active interfaces across all configured VLANs on the switch.
- DStrip the 802.1Q tag and route the packet using the Layer 3 destination IP address header.
- ERemove the 802.1Q header tag and transmit the frame untagged out of native VLAN ports only.
Answer
The switch will record the source MAC address into its MAC address table for VLAN 50 and flood the unknown unicast frame out of all active ports assigned to VLAN 50, excluding the port on which it arrived.
When a frame reaches a switch interface, the switch performs source MAC learning and records the association between the MAC address, ingress port, and VLAN 50. If the destination MAC address is absent from the CAM table, the switch executes unknown unicast flooding, transmitting the frame out of all active ports assigned to VLAN 50 except the receiving ingress port.
Step-by-Step Solution
Key Concept
Layer 2 MAC Table Learning and Unknown Unicast Flooding within VLAN Boundaries
Estimated Time:1m 30s