A.80 remove Port

Removes an Ethernet port from a network object.

Syntax

remove Port instance from { BondPort | Network | VlanGroup } instance

Where instance is:

{ id=id | name=name }

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 | VlanGroup }

The network object from which to remove the Ethernet port.

{ id=id | name=name }

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

Examples

Example A.109 Removing a port from a network

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

See Also