Create an Ethernet-based network with the Virtual Machine role using the syntax:
create Network [roles= { MANAGEMENT | LIVE_MIGRATE | CLUSTER_HEARTBEAT | VIRTUAL_MACHINE | STORAGE }] [vlanSegment=] [valueserver=] valuename= [valuedescription=]value
For example:
OVM> create Network name=MyVMNetwork roles=VIRTUAL_MACHINE
For more information on the syntax and usage, see Section A.21, “create Network”.
Add a port from each Oracle VM Server to the network using the syntax:
add Port instanceto { BondPort | Network | VlanGroup } instance
For example:
OVM> add Port id=0004fb0000200000ed75de88c4dcb296 to Network name=MyVMNetwork
For more information on the syntax and usage, see Section A.9, “add Port”.