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:
Log into the Central Management Web UI.
Select Appliances > Sensors tab.
Locate the appliance row.
Click Select in the Action column.
Click Enable Hybrid Mode.
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:
Go to CLI configuration mode:
hostname > enable hostname # configure terminalEnable hybrid mode:
hostname (config) # mvx mode hybridVerify your change:
hostname (config) # show mvx statusSave 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
...