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

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

Question

Refer to the exhibit.

How will switch SW2 handle traffic from VLAN 10 on SW1?

sw
interface Fastethernet0/0
Switchport mode access
Switchport access vlan 5
interface Fastethernet0/1
‘switchport mode trunk
switchport trunk allow vlan 5-20
switchport trunk native vlan 10

swe
interface FastEthernet0/0
‘Switchport mode acct
switchport access vlan 5
interface FastEthernet0/1
switchport mode trunk
switchport trunk allow vlan 5-20
switchport trunk native vlan 100

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

B.

Since SW-1 is configured native VLAN is VLAN10, so traffic coming out of VLAN-10 is untagged, & goes directly to SW-2 Native VLAN: VLAN100, due to VLAN mismatch.