Managing Network Datalinks in Oracle® Solaris 11.2

Exit Print View

Updated: September 2014
 
 

How to Delete a Link Aggregation

  1. Become an administrator.

    For more information, see Using Your Assigned Administrative Rights in Securing Users and Processes in Oracle Solaris 11.2 .

  2. Delete the IP interface that is configured over the link aggregation.
    # ipadm delete-ip IP-aggr

    where IP-aggr is the IP interface over the link aggregation.

  3. Delete the link aggregation.
    # dladm delete-aggr aggr
Example 2-12  Deleting a Link Aggregation

This example shows how to delete the aggregation aggr0. The deletion is persistent.

# ipadm delete-ip aggr0
# dladm delete-aggr aggr0