[&] You have an interface on your switch that will connect to an IP Phone. That same IP Phone also has a dataport to which you will connect a laptop. You wish to configure the switchport such that it instructs the IP Phone to forward Ethernet frames containing digitized Voice with an 802.1q tag of VLAN-10, and all data frames from the connected laptop should forwarded untagged. These data frames area to be considered to be in VLAN-88. Which of the following switch configurations will accomplish this? (**Select the best answer**) - `interface FastEthernet0/1` ` switchport` ` switchport mode trunk` ` switchport access vlan 88` ` switchport trunk native vlan 10` ` switchport trunk allowed vlan except 11` ` spanning-tree portfast` - `interface FastEthernet0/1` ` switchport` ` switchport mode access` ` switchport access vlan 88` ` switchport voice vlan 10` ` switchport trunk allowed vlan except 11` ` spanning-tree portfast` - `interface FastEthernet0/1` ` switchport` ` switchport mode access` ` switchport access vlan 10` ` switchport voice vlan 88` ` switchport trunk allowed vlan except 11` ` spanning-tree portfast` - `interface FastEthernet0/1` ` switchport` ` switchport mode voice` ` switchport access vlan 88` ` switchport voice vlan 10` ` switchport trunk allowed vlan except 11` ` spanning-tree portfast` - `interface FastEthernet0/1` ` switchport` ` switchport mode trunk` ` switchport access vlan 88` ` switchport trunk allowed vlan except 10` ` spanning-tree portfast`