Skip to main content
Chong_Yoon_Fui_FTNT
Staff & Editor
Staff & Editor
June 28, 2019

Technical Tip: How to enable VDOM from FortiOS v6.2 via CLI

  • June 28, 2019
  • 0 replies
  • 14844 views

Description

 

This article describes how to enable VDOM from FortiOS v6.2 via CLI.

 

Scope

 

FortiGate, FortiOS v6.2.

Solution


Use the command:

 

config system global
    set vdom-mode [no-vdom | split-vdom | multi-vdom]
end

split-vdom –> 'FG-traffic' VDOM will be created, and the user will not be allowed to create additional VDOMs.
multi-vdom –> User is allowed to create multiple VDOMs.

Note:
In later versions, for example, FortiOS v7.4 or v7.6, the entire command needs to be typed out.
The ? (question mark) does not list it as an available parameter, as shown here:

 

config system global

(global) # set v
vip-arp-range Controls the number of ARPs that the FortiGate sends for a Virtual IP (VIP) address range.

(global) # set vdom-mode                ← Type the entire set command and '?' (without quote).
no-vdom Disable multiple VDOMs mode.
multi-vdom Enable multiple VDOMs mode.

 

Related articles:

Technical Tip: Change Multi VDOM to No-VDOM 

Technical Tip: Enable and disable VDOM admin