easy
Single Answer
0

You need to create a new VLAN 5 called office and apply it to interface Fa0/4. Which commands will you need to enter?

Answer Options

A

Switch(config)#vlan 5 Switch(config-vlan)#name office Switch(config-vlan)#exit Switch(config)#interface fast 0/4 Switch(config-if)#switchport access vlan 5

B

Switch(config)#vlan 5 Switch(config-vlan)#name office Switch(config-vlan)#exit Switch(config)#interface fast 0/4 Switch(config-if)#switchport access vlan office

C

Switch(config)#vlan 5 office Switch(config)#interface fast 0/4 Switch(config-if)#switchport access vlan 5

D

Switch(config)#vlan 5 name office Switch(config)#interface fast 0/4 Switch(config-if)#switchport access vlan 5

Correct Answer: A

Explanation

You should first create the VLAN in the VLAN database and add its name. These actions should be performed on the VTP server when multiple switches are installed in the network. Then you need to enter the interface and configure the port for the VLAN. All other options are incorrect.

vlan
configuration
cli
switching
vtp