Configuring the Analysis Mode Using the CLI

Prev Next

Use the CLI commands in this procedure to configure the relevant analysis mode.

Important

After you change an analysis mode, use the reload command to reboot the appliance.

To configure the analysis mode:
hostname > enable
hostname # configure terminal

hostname (config) # write memory

hostname (config) # reload

  1. Enable the CLI configuration mode.

  2. Specify the analysis mode.

    • To set the analysis mode to Block:

      hostname (config) # email-analysis mode block

    • To set the analysis mode to Drop:

      hostname (config) # email-analysis mode drop

    • To set the analysis mode to Monitor:

      hostname (config) # email-analysis mode monitor

    • To set the analysis mode to Tap/Span:

      hostname (config) # email-analysis mode tap

  3. Save your changes.

  4. Reboot the appliance.

Example

This example changes the analysis mode to monitor.

hostname (config) # email-analysis mode monitor
You must reload the appliance for the analysis mode change to take effect.
hostname (config) # show email-analysis
Email-Analysis:
  enabled:                   yes
  mode:                      monitor
  interface:                 pether3
  ...
hostname (config) # reload