Enabling hybrid mode

Prev Next

You can enable MVX hybrid mode on an integrated appliance using the Central Management Web UI or the integrated appliance CLI.

Note

For information about restoring local mode on a hybrid-enabled integrated appliance, see Enabling hybrid mode using the CLI.

Prerequisites

  • Admin access

Enabling hybrid mode using the Web UI

Use the Appliances > Sensors page of the Central Management Web UI to enable MVX hybrid mode on an integrated appliance.

Note

You cannot use the Central Management Web UI to enable hybrid mode on an Network Security or File Protect appliance. Instead, use the procedure in Enabling hybrid mode using the CLI.

To enable hybrid mode:
  1. Log into the Central Management Web UI.

  2. Select Appliances > Sensors tab.

  3. Locate the appliance row.

  4. Click Select in the Action column.

  5. Click Enable Hybrid Mode.

  6. Click OK to confirm the action.

Enabling hybrid mode using the CLI

Use the commands in this section to enable an integrated appliance to function in MVX hybrid mode.

To enable hybrid mode:
  1. Go to CLI configuration mode:

    hostname > enable
    hostname # configure terminal
  2. Enable hybrid mode:

    hostname (config) # mvx mode hybrid
  3. Verify your change:

    hostname (config) # show mvx status
  4. Save your change:

    hostname (config) # write memory

Example

The following example enables hybrid mode on FX-04.

FX-04 (config) # mvx mode hybrid
MVX hybrid mode configuration successful.
Submission interface is ether1. To change it, use:
'mvx sensor config submission-if' or 'configuration jump-start'.
FX-04 (config) # 
MVX Mode Status:
Current Operating Mode: hybrid
...