System Administration Guide: Network Interfaces and Network Virtualization

ProcedureHow to Delete an Aggregation

  1. Assume the System Administrator role.

    The System Administrator role includes the Network Management profile. To create the role and assign the role to a user, see Chapter 9, Using Role-Based Access Control (Tasks), in System Administration Guide: Security Services.

  2. Unplumb the aggregation.


    # ifconfig aggr unplumb
    
  3. Delete the aggregation.


    # dladm delete-aggr aggr
    
  4. To make the deletion persistent, remove the IP configuration for the link aggregation in /etc/hostname.interface file.


    # rm /etc/hostname.interface
    

Example 6–5 Deleting an Aggregation

This example deletes the aggregation video0. The deletion is persistent.


# ifconfig video0 unplumb
# dladm delete-aggr video0
# rm /etc/hostname.video0