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

Last Updated on October 29, 2020 by Admin

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
    Answers Explanation & Hints:

    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.

For more question and answers:

Click Here CCNA 2 SRWE – Modules 1 – 4 – Switching Concepts, VLANs, and Inter-VLAN Routing Exam Answers Full 100%