Configuring dual-port communication using the CLI

Prev Next

Single-port communication is the default behavior, and requires no configuration. Use the commands in this topic to enable dual-port communication instead.

To enable dual-port communication:
  1. Log in to the appliance CLI.

  2. Go to CLI configuration mode:

    hostname > enable
    hostname # configure terminal
  3. If your appliance has already been added to the Central Management System appliance, type yes to confirm that you want to enter configuration mode:

    ******************
    *** CMS notice ***
    ******************
        This system is under management of a CMS. Please note that
        the CMS may update this system's configuration, which could
        overwrite changes that you have made locally.
    
        Enter 'YES' to enter configuration mode anyway: yes
  4. Enable dual-port communication:

    hostname (config) # fenet dti source type CMS address-type cms-auto

    Note

    You can also use the no fenet dti source type CMS address-type command to restore dual-port communication.

  5. Verify the configuration:

    hostname (config) # show fenet dti configuration

    The word "singleport" should not appear in the entries in the Active Settings list.

  6. Save your changes.

    hostname (config) # write memory
Example

The following example enables dual-port communication.

hostname (config) # fenet dti source type CMS address-type cms-auto
hostname (config) # show fenet dti configuration

 CLIENT CONFIGURATIONS:

  ACTIVE SETTINGS:
 
   Mode               : online
   Download source    : CMS (DTIUser@10.2.0.0) - Managed by CMS
   Upload destination : CMS (DTIUser@10.2.0.0) - Managed by CMS
   Mil service        : CMS (DTIUser@10.2.0.0) - Managed by CMS
   AVSuite service    : CMS (DTIUser@10.2.0.0) - Managed by CMS  

  AVAILABLE OPTIONS:
  ----------------------------------------------------
  Download   User                  Address
  ----------------------------------------------------
  CDN        DTIUser               cloud.fireeye.com
  CMS        DTIUser               10.2.0.0
  DTI        DTIUser               staticcloud.fireeye.com
  ...