A network engineer connects two enterprise switches, `SW-BuildingA` and `SW-BuildingB`, over interface `GigabitEthernet0/12`. The switchport configurations are as follows:
SW-BuildingA (Gi0/12):
text
switchport mode trunk
switchport trunk native vlan 50
switchport trunk allowed vlan 10,20,50
SW-BuildingB (Gi0/12):
text
switchport mode trunk
switchport trunk native vlan 10
switchport trunk allowed vlan 10,20,30
A host connected to an access port in VLAN 50 on `SW-BuildingA` transmits an untagged broadcast frame destined for its local subnet. Which of the following best describes the processing and flow of this frame as it travels to `SW-BuildingB`?
- SW-BuildingA transmits the frame untagged across the trunk link; SW-BuildingB receives it untagged, classifies it into VLAN 10, and forwards it to VLAN 10 ports.Cevap
- BSW-BuildingA inserts an 802.1Q tag for VLAN 50 before transmission; SW-BuildingB drops the frame upon arrival because VLAN 50 is not in its allowed VLAN list.
- CSW-BuildingA transmits the frame untagged; SW-BuildingB drops the frame because its ingress native VLAN (VLAN 10) does not match the source switch's native VLAN (VLAN 50).
- DSW-BuildingA tags the frame with VLAN 50, and SW-BuildingB automatically routes the frame into VLAN 10 via its internal Layer 3 forwarding table.
Cevap
SW-BuildingA transmits the frame untagged across the trunk link; SW-BuildingB receives it untagged, classifies it into VLAN 10, and forwards it to VLAN 10 ports.
Under IEEE 802.1Q trunking specifications, frames belonging to the trunk's configured native VLAN are egressed without a VLAN tag header. SW-BuildingA has native VLAN 50 configured, so it transmits the VLAN 50 broadcast frame untagged. Upon receiving an untagged frame on trunk port Gi0/12, SW-BuildingB associates the frame with its own local native VLAN configuration (VLAN 10). Because VLAN 10 is in SW-BuildingB's allowed VLAN list, the frame is accepted and forwarded into VLAN 10, resulting in cross-VLAN traffic leakage.
Adım Adım Çözüm
Anahtar Kavram
IEEE 802.1Q Native VLAN Tagging Behavior and Native VLAN Mismatch Security Risks
Tahmini Süre:2m 0s