A Cisco Catalyst switch receives an Ethernet frame on interface GigabitEthernet0/3 configured in VLAN 15. The frame contains a source MAC address of 0050.56a1.1a01 and a destination MAC address of 0050.56a1.2b02. Upon reviewing its MAC address table, the switch finds that destination 0050.56a1.2b02 is already dynamic mapping to interface GigabitEthernet0/3 in VLAN 15, but there is no entry for source MAC address 0050.56a1.1a01. Which action will the switch perform upon receiving this frame?
- The switch records the source MAC address 0050.56a1.1a01 on interface GigabitEthernet0/3 in VLAN 15 and filters (drops) the frame.Cevap
- BThe switch floods the frame out all active interfaces in VLAN 15 except GigabitEthernet0/3 because switches treat same-interface traffic as broadcast domain boundary failures.
- CThe switch forwards the frame back out interface GigabitEthernet0/3 toward the destination device after encapsulating it with a discovery protocol TLV.
- DThe switch drops the frame without updating its MAC address table because the source and destination addresses originate from the same collision domain.
Cevap
The switch records the source MAC address 0050.56a1.1a01 on interface GigabitEthernet0/3 in VLAN 15 and filters (drops) the frame.
When an Ethernet frame reaches a switch port, the switch always performs MAC address learning first by inspecting the frame's source MAC address and updating its MAC address table with the ingress port and VLAN. Next, the switch looks up the destination MAC address to make a forwarding decision. If the destination MAC address is located on the exact same port where the frame entered, the switch determines that the destination host is already on the local collision domain/segment and filters (drops) the frame to avoid sending redundant traffic.
Adım Adım Çözüm
Anahtar Kavram
Layer 2 Frame Filtering and MAC Address Table Operation