Disabling a VLAN
Procedure
-
Switch to configuration context with the command
config
. -
Switch to configuration context for the VLAN you want to disable with the command
vlan
. -
Disable the VLAN with the command
shutdown
.
Example
This example disables VLAN 10.
switch(config)# config switch(config)# vlan 10 switch(config-vlan-10)# shutdown