Question 83 of 367 from exam 200-301-CCNA: Implementing and Administering Cisco Solutions

Question 83 of 367 from exam 200-301-CCNA: Implementing and Administering Cisco Solutions

Question

swt: Sw2:

interface FastEthernet0/1 interface FastEthernet0/1

switchport trunk encapsulation dotlq | switchport trunk encapsulation dotlq
switchport trunk native vlan 999 switchport trunk native vlan 99
switchport mode trunk switchport mode trunk

Refer to the exhibit.

Which action do the switches take on the trunk link?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

B.

The trunk still forms with mismatched native VLANs and the traffic can actually flow between mismatched switches.

But it is absolutely necessary that the native VLANs on both ends of a trunk link match; otherwise a native VLAN mismatch occurs, causing the two VLANs to effectively merge.

For example with the above configuration, SW1 would send untagged frames for VLAN 999

SW2 receives them but would think they are for VLAN 99 so we can say these two VLANs are merged.