Table of ContentsLibraryView in Frames

Destroying a vif

You destroy a vif when you no longer need it or when you want to use the interfaces that form the vif for other purposes. After you destroy the vif, the links in the vif act individually rather than as an aggregate.

Steps

  1. Configure the vif down by entering the following command: ifconfig vif_name down

    vif_name is the name of the vif you want to bring down.

  2. Enter the following command: vif destroy vif_name

    vif_name is the name of the vif to destroy.