configure vlan delete ports

configure [ {vlan} vlan_name | vlan vlan_list] delete ports [all | port_list ]

Description

Deletes one or more ports in a VLAN.

Syntax Description

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.

Default

When unspecified, the port tag is equal to the VLAN tag.

Usage Guidelines

Specify port tag to delete a VLAN port that has a different tag from the VLAN tag.

Example

The following example removes ports 1:1, 1:2, 4:3, and 5:6 on a modular switch from a VLAN named accounting:

configure accounting delete port 1:1, 1:2, 4:3, 5:6

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

History

This command was first available in ExtremeXOS 10.1.

The vlan_list option was added in ExtremeXOS 16.1.

Platform Availability

This command is available on all platforms.