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 [2017/08/09 11:36]
gcooper
computing:unix:unix_link_aggr [2019/02/06 08:24] (current)
gcooper
Line 57: 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.1502300172.txt.gz · Last modified: 2017/08/09 11:36 by gcooper