Chapter 20 Virtual Domains : Inter-VDOM routing : Example of inter-VDOM routing : Creating the VDOMs
  
Creating the VDOMs
This procedure enables VDOMs and creates the Sales and Accounting VDOMs.
To create the VDOMs - web-based manager
1. Log in as the super_admin administrator.
2. Go to System > Dashboard > Status > System Information > Virtual Domain, and select Enable.
3. Log in again.
4. Go to System > VDOM > VDOM.
5. Select Create New, enter Accounting for the VDOM Name, and select OK.
6. Select Create New, enter Sales for the VDOM Name, and select OK.
To create the VDOMs - CLI
config system global
set vdom enable
end
 
config system vdom
edit Accounting
next
edit Sales
next
end