A.132 remove BondPort

Removes a bond port from a network object.

Syntax

remove BondPort instance from Network instance

Where instance is:

{ id=value | name=value }

Description

This command removes a bond port from a network object.

Options

The following table shows the available options for this command.

Option

Description

{ id=value | name=value }

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

Examples

Example A.174 Removing a bonded port from a network

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

See Also