Edits a bond port.
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
}
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.
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= | The MTU value. |
ipAddress= | The IP address. |
netMask= | The netmask. |
name= | A name to identify the bond. |
description= | Optional description for the bond. |
{
id= |
The instance of the object using either the
|
Example A.53. Editing a bond port
OVM> edit BondPort id=0004fb0000200000884da42c23947622 mode=linkAggregation