A network engineer configures an 802.1Q trunk link between two switches, `SW-CORE-01` and `SW-ACCESS-01`. Interface `GigabitEthernet0/1` on `SW-CORE-01` is configured with a native VLAN of VLAN 10, while the corresponding interface on `SW-ACCESS-01` retains the default native VLAN of VLAN 1. Which of the following statements correctly describe the operational impact of this configuration? (Select TWO.)
- Untagged frames transmitted from VLAN 10 on `SW-CORE-01` will be placed into VLAN 1 upon arrival at `SW-ACCESS-01`.Answer
- Control plane protocols such as CDP or LLDP will trigger warning logs indicating a Native VLAN mismatch error.Answer
- CFrames explicitly tagged for VLAN 10 by `SW-CORE-01` will be automatically discarded by `SW-ACCESS-01` upon arrival.
- DHosts on VLAN 10 and VLAN 1 will be able to perform Layer 3 routing between subnets without requiring a gateway device.
Answer
Untagged frames sent from VLAN 10 on `SW-CORE-01` will be assigned to VLAN 1 on `SW-ACCESS-01`, and management protocols like CDP/LLDP will log Native VLAN mismatch warnings.
When an 802.1Q native VLAN mismatch occurs, untagged traffic transmitted by one switch is placed into the native VLAN configured on the receiving switch, leaking traffic between VLAN 10 and VLAN 1. Additionally, discovery protocols like CDP or LLDP monitor link parameters and periodically report Native VLAN mismatch errors in syslog.
Step-by-Step Solution
Key Concept
802.1Q Native VLAN Tagging and Mismatch Consequences