This shows you the differences between two versions of the page.
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:// | http:// | ||
Line 16: | Line 16: | ||
dladm show-phys | dladm show-phys | ||
dladm show-link | dladm show-link | ||
+ | dladm show-ether | ||
+ | dladm show-aggr | ||
</ | </ | ||
Line 43: | Line 45: | ||
http:// | http:// | ||
- | :!: 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: | ||
< | < | ||
dladm add-aggr -d e1000g1 -d e1000g3 aggr1 | dladm add-aggr -d e1000g1 -d e1000g3 aggr1 | ||
+ | </ | ||
+ | |||
+ | **Show routes**: | ||
+ | |||
+ | < | ||
+ | netstat -nr | ||
+ | </ | ||
+ | |||
+ | **Add a route**: | ||
+ | |||
+ | Ephemeral: | ||
+ | |||
+ | < | ||
+ | route add default < | ||
+ | </ | ||
+ | |||
+ | Persistent: | ||
+ | |||
+ | < | ||
+ | echo < | ||
</ | </ |