A.77 remove BondPort

Removes a bond port from a network object.

Syntax

remove BondPort instance from { Network | VlanGroup } instance

Where instance is:

{ id=id | name=name }

Description

This command removes a bond port from a network object.

Options

The following table shows the available options for this command.

Option

Description

{ Network | VlanGroup }

The network object from which to remove the bond port.

{ id=id | name=name }

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

Examples

Example A.106 Removing a bonded port from a network

OVM> remove BondPort id=0004fb000020000065822cb7bb9ec296 from Network name=MyVMNetwork

See Also