Company: Cisco
Difficulty: medium
Refer to the exhibit. An engineer has started to configure network switch SW1. To verify part of the configuration, the engineer issued the commands as shown. The engineer noticed that the entry for PC2 is missing. Which change must be applied to SW1 so that PC1 and PC2 can communicate normally? Exhibit: [Image shows a switch MAC address table and interface configuration for FastEthernet0/1 and FastEthernet0/2.] Pick ONE option SW1(config)#interface fa0/2 SW1(config-if)#no switchport access vlan 3 SW1(config-if)#switchport trunk allowed vlan 2 SW1(config)#interface fa0/2 SW1(config-if)#no switchport access vlan 3 SW1(config-if)#switchport trunk allowed vlan 3 SW1(config)#interface fa0/2 SW1(config-if)#no switchport mode trunk SW1(config-if)#switchport trunk allowed vlan 3 SW1(config-if)#switchport mode access SW1(config)#interface fa0/1 SW1(config-if)#no switchport access vlan 2 SW1(config-if)#switchport access vlan 3 SW1(config-if)#switchport trunk allowed vlan 2