A.9 add Port

Adds an Ethernet port to a network object.

Syntax

add Port instance to { BondPort | Network | VlanGroup } instance

Where instance is:

{ id=id | name=name }

Description

This command adds an Ethernet port to a network object.

Options

The following table shows the available options for this command.

Option

Description

{ BondPort | Network | VlanGroup }

The network object to which to add 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.9 Adding an Ethernet port to a network

OVM> add Port id=0004fb0000200000ed75de88c4dcb296 to Network name=MyVMNetwork

See Also