Enabling or disabling campaign detection using the CLI

Prev Next

Use the CLI commands in this procedure to enable or disable the campaign detection feature.

To enable campaign detection:
  1. Go to CLI configuration mode:

    hostname > enable
    hostname # configure terminal
  2. Enable the settings for campaign detection.

    hostname (config) ecd enable
  3. Save your changes.

    hostname (config) # write memory
  4. Verify the status for campaign detection.

    hostname (config) # show ecd status
    
    ---- Email Campaign Detection Status ----
    Feature enabled : YES
    Process status : running
To disable campaign detection:
  1. Go to CLI configuration mode:

    hostname > enable
    hostname # configure terminal
  2. Disable campaign detection.

    hostname (config) # no ecd enable
  3. Save your changes.

    hostname (config) # write memory
  4. Verify the status for campaign detection.

    hostname (config) # show ecd status
    
    ---- Email Campaign Detection Status ----
    Feature enabled : NO
    Process status : unmanaged