A network administrator connects two Layer 2 switches using an 802.1Q trunk link. Switch A has native VLAN 10 configured on its trunk port, while Switch B has native VLAN 20 configured on its trunk port. Host A, attached to an access port in VLAN 10 on Switch A, sends a broadcast frame. Switch A transmits this frame untagged across the trunk link. Which of the following best describes how Switch B processes this incoming untagged frame?
- Switch B assigns the incoming untagged frame to its local native VLAN (VLAN 20) and forwards it to all active access ports in VLAN 20.Answer
- BSwitch B uses the physical trunk line to automatically forward the broadcast frame directly to ports assigned to VLAN 10 without needing Layer 3 routing.
- CSwitch B inspects the Layer 3 IP header of the frame to determine its source subnet and appends a VLAN 10 tag before switching it.
- DSwitch B automatically lowers its Spanning Tree Protocol (STP) priority value to elect Switch A as root bridge and block the trunk interface.
Answer
Switch B assigns the incoming untagged frame to its local native VLAN (VLAN 20) and forwards it to all active access ports in VLAN 20.
Under 802.1Q trunking specifications, frames belonging to the native VLAN are sent across the trunk untagged. When an untagged frame arrives at a receiving switch interface, that switch implicitly tags or assigns the frame to its own locally configured native VLAN. Because Switch A sends VLAN 10 traffic untagged and Switch B has native VLAN 20 configured, Switch B maps the incoming untagged frame into VLAN 20, causing cross-VLAN traffic leakage.
Step-by-Step Solution
Key Concept
802.1Q Native VLAN Operation and Mismatch Behavior