Oracle Quad 10 Gb or Dual 40 Gb Ethernet Adapter User's Guide

Exit Print View

Updated: June 2016
 
 

Configure a Link Aggregation (Oracle Solaris 11)

The example in this procedure aggregates sample interfaces i40e0, i40e1, i40e2, and i40e3. Arbitrary key numbers (1 and 2) are used for each aggregation.


Note - These commands change the contents of the /etc/aggregation.conf file.
  • Configure the link aggregation containing the i40e interfaces in the default mode. For example:
     # dladm create-aggr -l net5 -l net6 aggr1 
     # dladm show-aggr
     # ipadm create-ip aggr1 
     # ipadm create-addr -a 192.1.1.14/24 aggr1 
    

    For more information on link aggregation, refer to Managing Oracle Solaris 11.1 Network Performance at:

    https://docs.oracle.com/cd/E26502_01/index.html

Related Information