Deletes one or more ports in a VLAN (Virtual LAN).
vlan_name | Specifies a VLAN name. |
vlan_list | Specifies a VLAN list of IDs. |
all | Specifies all ports. |
port_list | Specifies a list of ports or slots and ports. |
tagged tag | Specifies the port-specific VLAN tag. When there are multiple ports specified using port_list, the same tag is used for all of them. |
When unspecified, the port tag is equal to the VLAN tag.
Specify port tag to delete a VLAN port that has a different tag from the VLAN tag.
The following example removes ports 1, 3, and 7 on a switch from a VLAN named accounting:
configure accounting delete ports 1,3,7
The following example deletes a VLAN port with tag 10:
create vlan exchange tag 100 config vlan exchange del ports 3 tag 10
The following example deletes a VLAN port tag of 10 on two ports:
create vlan exchange tag 100 config vlan exchange d ports 3,4 tag 10
This command was first available in ExtremeXOS 10.1.
The vlan_list option was added in ExtremeXOS 16.1.