A Cisco Catalyst switch receives an Ethernet frame on interface FastEthernet0/10. The frame has a source MAC address of 0011.2233.4455 and a destination MAC address of 00aa.bbcc.dd88. The switch MAC address table already contains an active dynamic entry for 0011.2233.4455 mapped to interface FastEthernet0/10, but contains no entry for 00aa.bbcc.dd88. Interfaces FastEthernet0/10 through FastEthernet0/15 are active access ports assigned to VLAN 10, while interface FastEthernet0/16 is an access port assigned to VLAN 20. Which action does the switch perform upon receiving this frame?
- Refreshes the aging timer for MAC 0011.2233.4455 on FastEthernet0/10 and floods the frame out interfaces FastEthernet0/11 through FastEthernet0/15.Answer
- BDrops the frame immediately because the destination MAC address is missing from the MAC address table.
- CFloods the frame out all active switch interfaces across all VLANs, including FastEthernet0/10 and FastEthernet0/16.
- DForwards the frame directly to the default gateway router to resolve the destination MAC address.
Answer
The switch refreshes the aging timer for the existing source MAC entry on interface FastEthernet0/10 and floods the frame out all other active interfaces in VLAN 10 (FastEthernet0/11 through FastEthernet0/15).
When a switch receives a frame, it inspects the source MAC address to update or refresh its MAC address table entry. Next, it looks up the destination MAC address. Because the destination MAC is not in the table, the switch treats the frame as an unknown unicast frame and floods it out all operational interfaces in the same VLAN (VLAN 10), except for the receiving interface (FastEthernet0/10).
Step-by-Step Solution
Key Concept
Layer 2 Unknown Unicast Flooding and MAC Table Aging