User Tools

Site Tools


computing:unix:unix_link_aggr

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
computing:unix:unix_link_aggr [2014/11/22 14:35]
gcooper
computing:unix:unix_link_aggr [2019/02/06 08:24] (current)
gcooper
Line 1: Line 1:
 ====== UNIX Link Aggreagation (Bonding) ====== ====== UNIX Link Aggreagation (Bonding) ======
  
-:!: Possibly applies to **Solaris, OmniOS, Illumos**, etc.+:!: Possibly applies to **Solaris, OmniOS, Illumos, OpenIndiana**, etc.
  
 http://www.isartor.org/wiki/Solaris_Link_Aggregation http://www.isartor.org/wiki/Solaris_Link_Aggregation
Line 16: Line 16:
 dladm show-phys dladm show-phys
 dladm show-link dladm show-link
 +dladm show-ether
 +dladm show-aggr
 </file> </file>
  
Line 43: Line 45:
 http://serverfault.com/questions/537705/configuring-lacp-between-openindiana-solaris-and-a-cisco-c3560 http://serverfault.com/questions/537705/configuring-lacp-between-openindiana-solaris-and-a-cisco-c3560
  
-:!: If you are using the bond to communicate with the server, you will lose connectivity on the next step.+:!: If you are using the bond to communicate with the server, you will **lose connectivity** on the next step.
  
 **Enable LACP** on the server side: **Enable LACP** on the server side:
Line 55: Line 57:
 <file> <file>
 dladm add-aggr -d e1000g1 -d e1000g3 aggr1 dladm add-aggr -d e1000g1 -d e1000g3 aggr1
 +</file>
 +
 +**Show routes**:
 +
 +<file>
 +netstat -nr
 +</file>
 +
 +**Add a route**:
 +
 +Ephemeral:
 +
 +<file>
 +route add default <ipaddress>
 +</file>
 +
 +Persistent:
 +
 +<file>
 +echo <ipaddress> > /etc/defaultrouter
 </file> </file>
computing/unix/unix_link_aggr.1416692120.txt.gz · Last modified: 2014/11/22 14:35 by gcooper