A.135 remove Port

Removes an Ethernet port from a network object.

Syntax

remove Port instance from { BondPort | Network } instance

Where instance is:

{ id=value | name=value }

Description

This command removes an Ethernet port from a network object.

Options

The following table shows the available options for this command.

Option

Description

{ BondPort | Network }

The network object from which to remove the Ethernet port.

{ id=value | name=value }

The instance of the object using either the id or name option, for example name=MyPort.

Examples

Example A.177 Removing an Ethernet port from a network

OVM> remove Port id=0004fb0000200000be8fa354cb7d98ae from Network name=MyVMNetwork

See Also