You need to create a new VLAN 5 called office and apply it to interface Fa0/4. Which commands will you need to enter?
| 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 |
Comments
Post a Comment