Creating an interface group
You can create an interface group—single-mode, static multimode, or dynamic multimode (LACP)—to present a single interface to clients by combining the capabilities of the aggregated network ports.
About this task
For a complete list of configuration restrictions that apply to port interface groups, see the network port ifgrp add-port man page.
In a single-mode interface group, you can select the active port or designate a port as nonfavored by running the ifgrp command from the nodeshell.
When creating a multimode interface group, you can specify any of the following load-balancing methods:
mac: Network traffic is distributed on the basis of MAC addresses.
ip: Network traffic is distributed on the basis of IP addresses.
sequential: Network traffic is distributed as it is received.
port: Network traffic is distributed on the basis of the transport layer (TCP/UDP) ports.
Example
The following example shows how to create an interface group named a0a with a distribution function of ip and a mode of multimode:
cluster-1::> network port ifgrp create -node cluster-1-01 -ifgrp a0a -distr-func ip -mode multimode