Restore device interfaces

You can specify that certain device interfaces be ignored directly from the graphic network map. The procedure below describes how to restore interfaces you ignored and view a list of all ignored interfaces.

Do the following:

  1. Open a terminal and log in using the username "afa" and the related password.

  2. Enter the following command:

    fa_map -restore_ignored_interfaceInterfaceName -n DeviceName

    where, InterfaceName is the name of the interface you wish to ignore, and DeviceName is the name of the interface's device.

  3. To view a list of all the ignored interfaces for a specific device, enter the following command:

    fa_map -list_ignored_interfaces -n DeviceName

    where, DeviceName is the name of the interface's device.

  4. To view a list of all the ignored interfaces for all devices, enter the following command:

    fa_map -list_ignored_interfaces

Back to top