A network technician connects a new workstation to Port 4 on a Layer 2 switch. Port 4 is configured as an access port in VLAN 30. The workstation immediately sends a broadcast ARP request to discover its default gateway. The switch currently has active access ports in VLAN 10 and VLAN 30, as well as an 802.1Q trunk port carrying both VLANs (with VLAN 1 as the native VLAN). Which of the following actions will the switch take upon receiving this frame?
- Forward the frame to all active access ports in VLAN 30 and encapsulate it with an 802.1Q tag for VLAN 30 across the trunk port.Cevap
- BFlood the frame out all active access ports in both VLAN 10 and VLAN 30 to ensure the default gateway receives the ARP request.
- CInspect the IP payload and route the packet directly to the default gateway interface residing in VLAN 10.
- DDrop the frame at the ingress port because untagged broadcast traffic cannot traverse an 802.1Q trunk port.
Cevap
The switch forwards the broadcast frame out all active access ports assigned to VLAN 30 and tags the frame with an 802.1Q header for VLAN 30 before transmitting it across the trunk port.
VLANs partition a physical switch into distinct Layer 2 broadcast domains. When an untagged broadcast frame enters an access port assigned to VLAN 30, the switch floods the frame to all local active interfaces belonging to VLAN 30. Furthermore, when forwarding the frame across an 802.1Q trunk link where VLAN 30 is non-native, the switch inserts an 802.1Q tag header containing the VLAN 30 ID so the adjacent switch maintains proper VLAN isolation.
Adım Adım Çözüm
Anahtar Kavram
VLAN Broadcast Isolation and 802.1Q Trunk Tagging