Creates a bond port.
create BondPort addressType= { none | staticIp | dynamic } ethernetPort1=valueethernetPort2=valuemode= { activeBackup | linkAggregation | adaptiveLoadBalancing } mtu= [valueipAddress=] [valuenetMask=] valuename= [valuedescription=] valueon Server instance
Where is:
instance
{ id= | idname= }name
This command creates a bond port on an Oracle VM Server .
The following table shows the available options for this command.
Option | Description |
|---|---|
| The IP address type. |
| The name or ID of the Ethernet port. |
| The name or ID of the Ethernet port. |
| The network bonding mode. |
| The MTU value. |
| The IP address. |
| The netmask. |
| A name to identify the bond. |
| Optional description for the bond. |
{ |
The instance of the object using either the
|
Any create command only creates a single instance of an object, and therefore only accepts a single object instance as an attribute. Providing more than one object of the same attribute type as a parameter always results in the last attribute value taking precedence.
Example A.26 Creating a bond port
OVM> create BondPort addressType=none ethernetPort1=0004fb000020000095d52158dc7056b9 \ ethernetPort2=0004fb000020000080ea2d6e38bbc838 mode=linkAggregation mtu=1500 name='Bond Port 2' on Server name=MyServer