FortiGate
FortiGate Next Generation Firewall utilizes purpose-built security processors and threat intelligence security services from FortiGuard labs to deliver top-rated protection and high performance, including encrypted traffic.
hazim
Staff
Staff
Article Id 216748
Description This article describes how to change from split/multi-vdom to a default state without VDOM using CLI
Scope

FortiGate

 

Solution

 

The VDOM mode cannot be changed if it still has a configuration attached to it.

This prohibition applies to the removal of any Firewall object.

 

Check that VDOM is not attached to any interfaces.

There shouldn't be any allocated addresses or firewall rules.

 

If the VDOM has been unbind to any related configuration, you follow the steps below to change the FortiGate VDOM mode from split/multi-vdom to no-vdom.

 

1) Enter config global.

 

# config global

 

2) Enter config system global.

 

# config system global

 

3) The command set VDOM mode to no-vdom is to change from the current VDOM mode (split/multi-vdom) to default without VDOM configuration.

 

# set vdom-mode no-vdom

# end              <<---- to save the configuration

 

The following is the FortiGate full commands:

 

FortiGate # config global 

FortiGate (global) # config system global

FortiGate (global) # set vdom-mode no-vdom

FortiGate (global) # end

You will be logged out for the operation to take effect.

Do you want to continue? (y/n)

y

 

4) Click 'y' to continue. This change will require admin to re-login to the FortiGate device without restarting the FortiGate.

 

 

The FortiGate configuration state will set to default without the VDOM setting.

 

Related articles:

Troubleshooting Note: Unable to delete a VDOM 

 

Contributors