An administrator is configuring an interswitch trunk link between Switch-A and Switch-B using GigabitEthernet0/1 on both switches. The current running configurations are as follows:
Switch-A:
text
interface GigabitEthernet0/1
switchport mode dynamic desirable
switchport trunk native vlan 20
switchport trunk allowed vlan 10,20,30
Switch-B:
text
interface GigabitEthernet0/1
switchport mode dynamic auto
switchport trunk native vlan 10
switchport trunk allowed vlan 10,20,30
Based on these configuration state parameters, which operational behavior will occur on this interswitch connection?
- The link successfully negotiates 802.1Q trunking, but CDP reports a native VLAN mismatch and untagged frame traffic from Switch-A VLAN 20 is processed on Switch-B in VLAN 10.Answer
- BDTP negotiation fails to establish a trunking operational state because CDP detects mismatched Native VLAN TLV parameters and forces both interfaces into access mode.
- CThe trunk link operates normally without frame leakage because 802.1Q automatically tags native VLAN frames with their explicit VLAN ID whenever a mismatch is detected by Spanning Tree Protocol.
- DSTP immediately transition GigabitEthernet0/1 into a blocking state because PortFast on switch trunk interconnects shuts down links with inconsistent native VLAN settings.
Answer
The link successfully negotiates 802.1Q trunking, but CDP reports a native VLAN mismatch and untagged frame traffic from Switch-A VLAN 20 is processed on Switch-B in VLAN 10.
The combination of 'dynamic desirable' on Switch-A and 'dynamic auto' on Switch-B allows DTP to successfully form an 802.1Q trunk link. Because Switch-A has configured native VLAN 20 and Switch-B has configured native VLAN 10, untagged traffic transmitted by Switch-A for VLAN 20 is interpreted as VLAN 10 by Switch-B upon arrival. CDP routinely verifies native VLAN settings via TLVs and generates continuous native VLAN mismatch alert messages in the console system log.
Step-by-Step Solution
Key Concept
802.1Q Interswitch Trunking Negotiation and Native VLAN Mismatch Dynamics
Estimated Time:2m 30s