A.6 add BondPort

Adds an bonded port to a network object.

Syntax

add BondPort instance to { Network | VlanGroup } instance

Where instance is:

{ id=id | name=name }

Description

This command adds a bonded port to a network object.

Options

The following table shows the available options for this command.

Option

Description

{ Network | VlanGroup }

The network object to which to add the bonded port.

{ id=id | name=name }

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

Examples

Example A.6 Adding a bonded port to a network

OVM> add BondPort id=0004fb000020000065822cb7bb9ec296 to Network name=MyVMNetwork

See Also