A.39 edit BondPort

Edits a bond port.

Syntax

edit BondPort instance [addressType= { none | staticIp | dynamic }] [mode= { activeBackup | linkAggregation | adaptiveLoadBalancing }] [mtu=value] [ipAddress=value] [netMask=value] [name=value] [description=value]

Where instance is:

{ id=id | name=name }

Description

This command edits 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

addressType= { none | staticIp | dynamic }

The IP address type.

mode= { activeBackup | linkAggregation | adaptiveLoadBalancing }

The network bonding mode.

mtu=value

The MTU value.

ipAddress=value

The IP address.

netMask=value

The netmask.

name=value

A name to identify the bond.

description=value

Optional description for the bond.

{ id=id | name=name }

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

Examples

Example A.53 Editing a bond port

OVM> edit BondPort id=0004fb0000200000884da42c23947622 mode=linkAggregation

See Also