Technical Tip: How to check for VDOM Enablement on a FortiGate
| Description | This article explains how to determine if Virtual Domains (VDOMs) are enabled on a FortiGate. |
| Scope | FortiGate. |
| Solution | On FortiGates, Virtual Domain(VDOM) is a feature that lets the admin split a single physical FortiGate into multiple independent virtual firewalls. Each VDOM can have its own policies, routing, and admin domains.
From GUI: Log in to the FortiGate with an administrator account, navigate to the Dashboard -> Status. In the System Information widget, locate the Virtual Domain section. The status will indicate whether VDOMs are enabled or disabled.
If the Virtual domain was not enabled from System -> Settings, the Virtual domain part will not appear in the Dashboard.
Command Line Interface (CLI): Connect to the FortiGate CLI via SSH or console cable. Enter the command 'get system status' or 'get sys status | grep -n Virtual'. The output will display the 'Virtual domain configuration' status. The possible values for this status are:
Example:
FGVM04TMxxxx2496 # get sys status | grep -n "Virtual"
FGVM04TMxxxx2496 # get sys status | grep -n "Virtual"
Related article: |


