vlan-port-remove
Use this command to remove existing ports from the VLAN.
Syntax vlan-port-remove
vlan-id vlan-id |
Specifies the identifier of the VLAN in the range from 2 to 4092. |
vlan-range vlan-list |
Specify the range of VLAN IDs. |
vlan-vnet vnet-name |
Specify the name of the vNET assigned to the VLAN. |
Specify the following port arguments: |
|
switch switch-name |
Specify the name of the switch with the port. |
ports port-list |
Specifies the switch network data port number, list of ports, or range of ports. Range for port numbers is from 1 to 64. |
port-desc port-desc-string |
Specify the port description of the port that you want to remove from the VLAN. |
Defaults None.
Access CLI
History
Version 1.2 |
Command introduced. |
Version 2.4.1 |
The parameter vnet added. |
Version 3.0.0 |
The parameter vlan-range added. |
Version 7.0.0 |
The parameter port-desc added. |
Usage VLANs can be used to isolate network traffic at Layer 2. This command is used to remove a VLAN port.
Examples To remove ports 17, and 18 from VLAN 7, and vNET, finance-1, use the following command:
CLI (network-admin@switch) > vlan-port-remove vlan-id 7 vnet finance-1 ports 17,18