Use the CLI commands in this procedure to enable or disable the campaign detection feature.
To enable campaign detection:
Go to CLI configuration mode:
hostname > enable hostname # configure terminal
Enable the settings for campaign detection.
hostname (config) ecd enable
Save your changes.
hostname (config) # write memory
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:
Go to CLI configuration mode:
hostname > enable hostname # configure terminal
Disable campaign detection.
hostname (config) # no ecd enable
Save your changes.
hostname (config) # write memory
Verify the status for campaign detection.
hostname (config) # show ecd status ---- Email Campaign Detection Status ---- Feature enabled : NO Process status : unmanaged