Skip to main content
cybernet2025
Explorer III
January 24, 2024
Solved

vDOM issue on FortiGate 60E

  • January 24, 2024
  • 2 replies
  • 3707 views

Hi Guys

I've a problems with vDOM on FortiGate 60E

1. I did not see Virtual Domain option in System Operation Settings" section but I can enable vDOM on CLI.
    I tried to enable on CLI with the command below, it's not working.

config system global     set edit-vdom-prompt enable end

2. I did not see vDOM type option (Admin and traffic), how can I enable it?
3. I got a message when I try to enable it.

FortiWiFi (settings) # set vdom-type admin
admin type cannot be set on the FortiWiFi.
node_check_object fail! for vdom-type admin

value parse error before 'admin'
Command fail. Return code -651

Best answer by rbraha

Hi @cybernet2025 

Please check the below documentation,

https://docs.fortinet.com/document/fortigate/6.4.5/administration-guide/575766/multi-vdom-configuration-examples

 

On VMs and FortiGate 60 series models and lower, VDOMs can only be enabled using the CLI.

 

 

2 replies

rbraha
Staff
rbrahaAnswer
Staff
January 24, 2024

Hi @cybernet2025 

Please check the below documentation,

https://docs.fortinet.com/document/fortigate/6.4.5/administration-guide/575766/multi-vdom-configuration-examples

 

On VMs and FortiGate 60 series models and lower, VDOMs can only be enabled using the CLI.

 

 

cybernet2025
Explorer III
January 24, 2024

and I did not see vDOM type option (Admin and traffic), how can I enable it?
Is it related with my FortiGate Model?

AEK
SuperUser
SuperUser
January 24, 2024

Hi

Enable VDOMs with the below command.

config system global
    set vdom-mode multi-vdom
end
AEK