On a switch that is configured with multiple VLANs, which command will remove only VLAN 100 from the switch?

IT Questions BankCategory: CCNAOn a switch that is configured with multiple VLANs, which command will remove only VLAN 100 from the switch?

Question:
On a switch that is configured with multiple VLANs, which command will remove only VLAN 100 from the switch?

  • Switch# delete flash:vlan.dat
  • Switch(config-if)# no switchport access vlan 100
  • Switch(config-if)# no switchport trunk allowed vlan 100
  • Switch(config)# no vlan 100

Explanation: To remove all VLANs from a switch, the delete flash:vlan.dat command would be used. To change the assigned VLAN for an interface, the no switchport access vlan 100 interface configuration command would be used. To remove VLAN 100 as an allowed VLAN on a trunk, the no switchport trunk allowed vlan 100 would be used, but this would not remove the VLAN from the switch. To delete a single VLAN, such as VLAN 100, the no vlan 100 global configuration command would be used.

Exam with this question: CCNA 2 v7 Modules 1 – 4 Exam Answers

Subscribe
Notify of
guest

0 Comments
Inline Feedbacks
View all comments