Go to main content

Managing Network Datalinks in Oracle® Solaris 11.3

Exit Print View

Updated: December 2017
 
 

Deleting a Bridge From the System

Before you delete a bridge, you must first remove any links attached to the bridge.

How to Delete a Bridge From the System

  1. Become an administrator.

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

  2. Remove any links attached to the bridge.
    # dladm remove-bridge [-l link]... bridge-name
  3. Delete the bridge from the system.
    # dladm delete-bridge bridge-name
Example 31  Deleting a Bridge From the System

The following example shows how to remove the net0, net1, and net2 links from the coronado bridge, and then delete the bridge itself from the system.

# dladm remove-bridge -l net0 -l net1 -l net2 coronado
# dladm delete-bridge coronado