Cisco Certified Network Associate (200-301 CCNA) – Question306


Refer to the exhibit. Switch AccSw1 has just been added to the network along with PC2. All VLANs have been implemented on AccSw2. How must the ports on AccSw2 be configured to establish Layer 2 connectivity between PC1 and PC2?

A.
interface GigabitEthernet1/2
switchport mode access
switchport access vlan 2
!
interface GigabitEthernet1/24
switchport mode trunk
B. interface GigabitEthernet1/1
switchport mode access
switchport access vlan 11
!
interface GigabitEthernet1/24
switchport mode trunk
C. interface GigabitEthernet1/24
switchport mode trunk
switchport trunk allowed vlan 11, 12
!
interface GigabitEthernet1/1
switchport access vlan 11
D. interface GigabitEthernet1/2
switchport mode access
switchport access vlan 12
!
interface GigabitEthernet1/24
switchport mode trunk
switchport trunk allowed vlan 11, 12

Correct Answer: B