A switch interface configured as an IEEE 802.1Q trunk receives an Ethernet frame that does not contain a 4-byte 802.1Q VLAN tag. How does the switch process this incoming frame?
- It assigns the frame to the native VLAN configured on the trunk port.Cevap
- BIt drops the frame because 802.1Q trunks require all incoming frames to be tagged.
- CIt automatically forwards the frame on all active access ports regardless of VLAN assignment.
- DIt immediately places the trunk port into a blocking state to prevent a Layer 2 loop.
Cevap
The switch assigns the untagged frame to the native VLAN configured on the trunk port.
Under IEEE 802.1Q trunking standards, traffic belonging to the configured native VLAN is transmitted across the trunk link without inserting a 4-byte VLAN tag. When an untagged frame arrives at an 802.1Q trunk interface, the receiving switch assigns that frame to its configured native VLAN.
Adım Adım Çözüm
Anahtar Kavram
802.1Q Native VLAN untagged frame handling