A Cisco Catalyst switch receives an Ethernet frame on interface GigabitEthernet0/12 configured as an access port in VLAN 30. The incoming frame has a source MAC address of 00e0.8b11.2233 and a destination MAC address of 00e0.8b99.8877. The switch's MAC address table currently contains no entries for interface GigabitEthernet0/12 and does not contain the destination MAC address. Which two actions does the switch perform upon receiving this frame? (Select two.)
- The switch records the source MAC address 00e0.8b11.2233 associated with interface GigabitEthernet0/12 in its VLAN 30 MAC address table.Answer
- The switch floods the frame out all operational ports assigned to VLAN 30, excluding the receiving interface GigabitEthernet0/12.Answer
- CThe switch floods the frame out all active interfaces across all configured VLANs on the switch.
- DThe switch drops the frame immediately because the destination MAC address is absent from the MAC address table.
- EThe switch forwards the frame out GigabitEthernet0/12 back to the sending host to request ARP resolution.
Answer
The switch records the source MAC address 00e0.8b11.2233 associated with interface GigabitEthernet0/12 in its VLAN 30 MAC address table, and floods the frame out all operational ports assigned to VLAN 30, excluding the receiving interface GigabitEthernet0/12.
When a switch receives a frame, it performs two distinct steps: MAC learning based on the source MAC address, and frame forwarding based on the destination MAC address. First, it records the source MAC address 00e0.8b11.2233 and its associated ingress port GigabitEthernet0/12 in the MAC table for VLAN 30. Second, because the destination MAC address 00e0.8b99.8877 is not in the MAC table, the switch handles it as unknown unicast traffic by flooding it to all other active ports configured in VLAN 30, excluding ingress port GigabitEthernet0/12.
Step-by-Step Solution
Key Concept
L2 Switching MAC Address Table Learning and Unknown Unicast Flooding