Print
Parent Category: Knowledge Base
Category: Oracle VM for SPARC (LDoms)

In most new environments I like to use 802.3ad (LACP) link aggregation, also known as bonding and port-channeling.

Side note: The term "trunking" can confuse people because it means two different things. It can mean link aggregation: bundling multiple physical links to create one logical link; or it can mean VLAN tagging: sending multiple separate networks over one link. Therefore I try to avoid the the term "trunking" and instead I just talk about link aggregation or VLAN tagging.

If you use multiple service domains then you'll need to use IPMP to provide network redundancy. Each guest domain will see two virtual network interfaces, and will need to use IPMP to provide failover and load balance between the two.

It is possible to use a combination of IPMP and link aggregation. For example, when the network switches do not support multi-switch port-channels, but you still want to avoid the switch as a single-point-of-failure, you can create a port-channel to each switch and then layer IPMP on top. However, I generally try to avoid this kind of multi-level, complicated network setup because it increases the burden on future administrators.

Alternatives:

Useful links: