A.10 add Port

Adds an Ethernet port to a network object.

Syntax

add Port instance to { BondPort | Network } instance

Where instance is:

{ id=value | name=value }

Description

This command adds an Ethernet port to a network object.

To configure the IP address for a port, use the embeddedCreate command.

Options

The following table shows the available options for this command.

Option

Description

{ BondPort | Network }

The network object to which to add the Ethernet port.

{ id=value | name=value }

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

Examples

Example A.11 Adding an Ethernet port to a network

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

See Also