A managed Layer 2 switch receives an Ethernet frame on access port FastEthernet 0/1, which is assigned to VLAN 20. The switch inspects its MAC address table and finds an entry for the source MAC address, but the destination MAC address is not present in the table. Which action will the switch take to forward this frame?
- Flood the frame out of all operational ports assigned to VLAN 20, excluding port FastEthernet 0/1.Answer
- BForward the frame out of all operational ports on the switch regardless of their VLAN assignment.
- CAdd an 802.1Q tag for VLAN 20 to the frame header and forward it out of the native VLAN port.
- DDrop the frame immediately and transmit an ICMP destination unreachable notification to the sender.
Answer
Flood the frame out of all operational ports assigned to VLAN 20, excluding port FastEthernet 0/1.
When a Layer 2 switch encounters an unknown destination MAC address, it handles the frame as unknown unicast by flooding it to all active interfaces assigned to the frame's ingress VLAN, excluding the port on which the frame entered.
Step-by-Step Solution
Key Concept
Layer 2 Unknown Unicast Flooding and VLAN Isolation