Fortinet black logo

New Features

Confirmation prompt when creating new VDOMs

Confirmation prompt when creating new VDOMs

A VDOM confirmation prompt has been added so users do not create new VDOMs accidentally in the CLI. This setting is disabled by default. Once enabled, when an administrator creates a new VDOM, the FortiGate displays a prompt to confirm before the VDOM is created.

To use the VDOM confirmation prompt:
  1. Enable the prompt:
    config system global
        set edit-vdom-prompt enable
    end
  2. Create a new VDOM:
    (global) # config vdom
        edit vdomtest1
        The input VDOM name doesn't exist.
        Do you want to create a new VDOM?
        Please press 'y' to continue, or press 'n' to cancel. (y/n)y 
    
        current vf=vdomtest1:4
    					
        next
        edit vdomtest2
        The input VDOM name doesn't exist.
        Do you want to create a new VDOM?
        Please press 'y' to continue, or press 'n' to cancel. (y/n)n 
    
    end

Confirmation prompt when creating new VDOMs

A VDOM confirmation prompt has been added so users do not create new VDOMs accidentally in the CLI. This setting is disabled by default. Once enabled, when an administrator creates a new VDOM, the FortiGate displays a prompt to confirm before the VDOM is created.

To use the VDOM confirmation prompt:
  1. Enable the prompt:
    config system global
        set edit-vdom-prompt enable
    end
  2. Create a new VDOM:
    (global) # config vdom
        edit vdomtest1
        The input VDOM name doesn't exist.
        Do you want to create a new VDOM?
        Please press 'y' to continue, or press 'n' to cancel. (y/n)y 
    
        current vf=vdomtest1:4
    					
        next
        edit vdomtest2
        The input VDOM name doesn't exist.
        Do you want to create a new VDOM?
        Please press 'y' to continue, or press 'n' to cancel. (y/n)n 
    
    end