vport-delete
This command is used to delete a virtual port on a switch. Virtual ports track information across nodes on the fabric.
Syntax vport-delete mac mac-address vlan vlan-id vxlan vxlan-id ip ip-address
mac mac-address |
Specify the MAC address of the vPort to delete from the configuration. |
vnet vnet-name |
Specify a VNET assigned to the vPort. |
bd bridge-domain-name |
Specify the Bridge Domain assigned to vPort |
vlan vlan-id |
Specify the VLAN ID of the vPort to delete from the configuration. |
vxlan vxlan-id |
Specify the VXLAN ID of the vPort to delete from the configuration. |
ip ip-address |
Specify the IP address of the vPort to delete from the configuration. |
Defaults None
Access CLI
History
Version 2.2 |
Command introduced. |
Version 2.4.1 |
The parameter, vnet, added. |
Usage Use this command to remove a vPort from the configuration.
Examples To remove the vPort with the IP address, 192.168.11.9, use the following command:
CLI network-admin@switch > vport-delete ip 192.168.11.9