A Cisco Catalyst switch contains the following entry in its MAC address table for VLAN 10:
| VLAN | MAC Address | Type | Port |
|---|---|---|---|
| 10 | 000a.1111.2222 | Dynamic | GigabitEthernet0/1 |
| 10 | 000b.3333.4444 | Dynamic | GigabitEthernet0/2 |
A network technician disconnects the host with MAC address 000a.1111.2222 from port GigabitEthernet0/1 and reconnects it to port GigabitEthernet0/3. The host immediately transmits an Ethernet frame destined for MAC address 000b.3333.4444 into port GigabitEthernet0/3 on VLAN 10. How will the switch handle MAC address learning and frame forwarding for this ingress traffic?
- It updates the MAC address table entry for 000a.1111.2222 to associate with GigabitEthernet0/3 and forwards the frame exclusively out GigabitEthernet0/2.Cevap
- BIt drops the frame because the source MAC address is already dynamically mapped to a different physical interface.
- CIt forwards the frame out GigabitEthernet0/2 while simultaneously flooding an ARP request out all active VLAN 10 interfaces to clear the old port binding.
- DIt floods the frame out all active interfaces assigned to VLAN 10 except GigabitEthernet0/3 to locate the new path to 000b.3333.4444.
Cevap
The switch updates the MAC address table entry for 000a.1111.2222 to point to GigabitEthernet0/3 and forwards the frame directly out GigabitEthernet0/2.
When an Ethernet frame arrives on port GigabitEthernet0/3, the switch reads the source MAC address 000a.1111.2222. Recognizing that this address was previously assigned to GigabitEthernet0/1, it performs a station move update by rewriting the MAC table entry to GigabitEthernet0/3. Next, the switch looks up the destination MAC address 000b.3333.4444. Since an entry already exists pointing to GigabitEthernet0/2, the switch forwards the frame as a known unicast transmission exclusively out GigabitEthernet0/2.
Adım Adım Çözüm
Anahtar Kavram
L2 Switching Station Movement and Known Unicast Forwarding