
Refer to the exhibit. An administrator must configure interfaces Gi1/1 and Gi1/3 on switch SW11. PC-1 and PC-2 must be placed in the Data VLAN, and Phone-1 must be placed in the Voice VLAN. Which configuration meets these requirements?
Refer to the exhibit. An administrator must configure interfaces Gi1/1 and Gi1/3 on switch SW11. PC-1 and PC-2 must be placed in the Data VLAN, and Phone-1 must be placed in the Voice VLAN. Which configuration meets these requirements?
To configure interfaces Gi1/1 and Gi1/3 on switch SW11 correctly, ensuring both PC-1 and PC-2 are placed in the Data VLAN (VLAN 8), and Phone-1 is placed in the Voice VLAN (VLAN 9), we need the configuration where Gi1/1 is set to access vlan 8 and Gi1/3 is also set to access vlan 8 but additionally includes voice vlan 9. This setup guarantees that data traffic for both PCs is in VLAN 8 and voice traffic for the phone is in VLAN 9. Thus, the configuration in option A meets these requirements.
Some times identation helps interface gigabitethernet1/1 switchport mode access switchport access vlan 8 interface gigabitethernet1/3 switchport mode access switchport access vlan 8 switchport voice vlan 9
A is correct
A. interface gigabitethernet1/1 switchport mode access switchport access vlan 8 ! interface gigabitethernet1/3 switchport mode access switchport access vlan 8 switchport voice vlan 9
A is correct
D is incorrect because we need the 2 pcs to be in the same vlan, D places PC2 in vlan 8 and the PC1 in vlan 9. So, the correct answer is A
A is correct
A is correct