medium
Single Answer
0You have been tasked to configure an interface with a VLAN ID of 8 and support a VoIP phone on VLAN 6. Which commands would achieve the goal?
Answer Options
A
switchport vlan 8 switchport vlan 6 voip
B
switchport mode access vlan 8 switchport voice vlan 6
C
switchport access vlan 8 switchport voice vlan 6
D
switchport access vlan 8 voice 6
Correct Answer: C
Explanation
The command used to configure an access port for VLAN 8 is switchport access vlan 8, and the command to configure the VOIP phone is switchport voice vlan 6. These are two separate interface configuration commands that properly configure both the data and voice VLANs.
vlan
voip
voice-vlan
cisco-commands
switchport
cli