Go to main content

Managing Network Datalinks in Oracle® Solaris 11.4

Exit Print View

Updated: November 2020
 
 

Removing a Link From an Aggregation

When you remove links from an aggregation, you might need to reconfigure the switch to conform to the new setting.

To remove links, use the following syntax:

$ dladm remove-aggr -l link aggr
Example 5  Removing a Link From an Aggregation

In this example, net3 is removed from aggr0.

$ dladm show-link
LINK     CLASS     MTU     STATE     OVER
net0     phys      1500    up        --    
net1     phys      1500    up        --     
aggr0    aggr      1500    up        net0 net1 net3
net3     phys      1500    up        --    
$ dladm remove-aggr -l net3 aggr0
$ dladm show-link
LINK     CLASS     MTU     STATE     OVER
net0     phys      1500    up        --    
net1     phys      1500    up        --    
aggr0    aggr      1500    up        net0 net1
net3     phys      1500    unknown   --