A network engineer connects two Cisco Catalyst switches using interface GigabitEthernet0/1. Switch-1 is configured with the commands 'switchport mode dynamic desirable' and 'switchport trunk native vlan 10'. Switch-2 is configured with 'switchport mode dynamic auto' and 'switchport trunk native vlan 20'. Assuming default Dynamic Trunking Protocol (DTP) settings, which statement accurately describes the resulting operational state of this interswitch connection?
- An 802.1Q trunk will form successfully, but a native VLAN mismatch will occur, causing untagged traffic from VLAN 10 on Switch-1 to cross into VLAN 20 on Switch-2.Answer
- BThe link will remain an access port in VLAN 1 because dynamic desirable and dynamic auto modes are incompatible and fail DTP negotiation.
- CSpanning Tree Protocol immediately places both interfaces into a blocking state because PortFast was automatically activated during trunk negotiation.
- DThe trunk negotiation will succeed, but Switch-2 will silently drop all untagged traffic sent by Switch-1 without generating any logging or protocol warnings.
Answer
An 802.1Q trunk will form successfully, but a native VLAN mismatch will occur, causing untagged traffic from VLAN 10 on Switch-1 to cross into VLAN 20 on Switch-2.
When one switch interface is configured as 'dynamic desirable' and the opposite interface is 'dynamic auto', Dynamic Trunking Protocol (DTP) successfully negotiates the link into an operational 802.1Q trunk. However, because Switch-1 uses VLAN 10 as its native VLAN and Switch-2 uses VLAN 20, 802.1Q untagged frame behavior causes traffic sent on VLAN 10 from Switch-1 to arrive untagged and be placed into VLAN 20 on Switch-2. This native VLAN mismatch generates continuous syslog alerts via CDP.
Step-by-Step Solution
Key Concept
DTP Negotiation Outcomes and 802.1Q Native VLAN Alignment