An engineer connects a new host to interface FastEthernet0/12 on a Cisco Catalyst switch. The host immediately sends a unicast Ethernet frame intended for a server whose MAC address is already dynamically learned on interface FastEthernet0/18. Arrange the operational steps in the exact chronological order that the switch executes upon receiving this frame.
- 1The switch receives the incoming Ethernet frame on interface FastEthernet0/12.
- 2The switch inspects the frame header to record the source MAC address and map it to interface FastEthernet0/12 in the MAC address table.
- 3The switch performs a lookup in the MAC address table using the frame's destination MAC address.
- 4The switch matches the destination MAC address to the existing entry for interface FastEthernet0/18.
- 5The switch forwards the frame directly out interface FastEthernet0/18 without flooding other active ports.
Answer
The correct operational sequence begins with frame reception on FastEthernet0/12, followed by source MAC address learning, destination MAC lookup in the table, identifying the egress port match on FastEthernet0/18, and finally unicast forwarding out FastEthernet0/18.
Layer 2 switch operation dictates a strict sequence of events upon frame arrival: frame ingress occurs first, followed immediately by source MAC address learning (adding or updating the source MAC and interface association in the MAC address table). Next, the switch performs a table lookup for the destination MAC address, identifies the matching egress interface (FastEthernet0/18), and lastly forwards the unicast frame directly out that specific interface.
Step-by-Step Solution
Key Concept
L2 Switch Ingress Processing, MAC Address Learning, and Known Unicast Forwarding