Deleting multiple VLANs
This command enables add or delete interfaces from multiple tagged or untagged VLANs or SVLANs using a single command. Interfaces can be added or deleted up to 256 VLANs at a time. If more than 256 VLANs are specified, an error displays. The command option forbid, prevents specified ports from becoming members of specified VLANs or SVLANs when used with GVRP. The command is executed in the interface context.
Syntax
no interface <port-list> <tagged | untagged | forbid> <vlan | svlan <vlan-id-list>>
The specified interfaces are added to existing VLANs or SVLANs. If a VLAN or SVLAN does not exist, an error message displays.
The
no
option removes the specified interfaces from the specified VLANs or SVLANs.
The forbid option prevents an interface from becoming a member of the specified VLANs or SVLANs. It is executed in interface context.
Removing an interface from several VLANs
The
vlan-id-list
includes a comma-separated list of VLAN IDs and VLAN ID ranges.
To remove interface 1 from VLANs 1, 3, 5, 6, 7, 8, 9, 10
switch(config)# no interface 1,6,7-10 tagged vlan 1,3,5-10
To specify that an interface cannot become a member of VLANs 4 and 5
switch(config)# interface 2 forbid vlan 4-5