A.64 edit BondPort

Edits a bond port.

Syntax

edit BondPort instance [ mode= { ACTIVE_PASSIVE | LINK_AGGREGATION | LOAD_BALANCED } ] [ mtu=value ] [ name=value ] [ description=value ]

Where instance is:

{ id=value | name=value }

Description

This command edits the attributes of a bond port on an Oracle VM Server.

Although none of the options are mandatory, you must supply at least one option.

Options

The following table shows the available options for this command.

Option

Description

mode= { ACTIVE_PASSIVE | LINK_AGGREGATION | LOAD_BALANCED }

The network bonding mode.

mtu=value

The MTU value. May be an integer between 1500 and 64000.

name=value

A name to identify the bond.

description=value

Optional description for the bond. value is a maximum of 4,000 characters.

{ id=value | name=value }

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

Examples

Example A.86 Editing a bond port

OVM> edit BondPort id=0004fb0000200000884da42c23947622 mode=LOAD_BALANCED

See Also