A Cisco Catalyst switch receives an Ethernet frame on ingress port GigabitEthernet0/1 with Source MAC address 0010.ab12.3456 and Destination MAC address 0020.cd78.90ab. The switch's current MAC address table records 0010.ab12.3456 as learned on GigabitEthernet0/3, but has no entry for 0020.cd78.90ab. Which TWO actions will the switch perform upon processing this ingress frame? (Select two.)
- Update the MAC address table entry for 0010.ab12.3456 to associate it with port GigabitEthernet0/1.Cevap
- Flood the frame out all operational ports within the same VLAN, excluding ingress port GigabitEthernet0/1.Cevap
- CForward the frame directly out GigabitEthernet0/3 based on the previous MAC table entry for the host.
- DDrop the frame immediately because a MAC address security violation has occurred due to a station move.
- ESend an ICMP Redirect message back out GigabitEthernet0/1 to notify the sender of the topology update.
Cevap
The switch updates the MAC address table entry for 0010.ab12.3456 to GigabitEthernet0/1 and floods the unknown unicast frame out all operational ports on the VLAN except GigabitEthernet0/1.
When an Ethernet frame arrives at a switch port, the switch first performs MAC address learning by checking the frame's source MAC address. If the source MAC address exists in the MAC table but is associated with a different interface, the switch updates the table entry with the new ingress port (station move update). Next, the switch looks up the frame's destination MAC address. Because the destination MAC address is not present in the MAC table, the switch treats the frame as unknown unicast and floods it out all active ports in the same VLAN except the receiving port.
Adım Adım Çözüm
Anahtar Kavram
Layer 2 MAC Table Station Learning and Unknown Unicast Flooding Mechanics