Chapter 19 Virtual Domains : Virtual Domains in Transparent mode : Example of VDOMs in Transparent mode : Configuring the Company_A VDOM : Configuring Company_A firewall addresses
  
Configuring Company_A firewall addresses
For Company A, its networks are all on the 10.11.0.0 network, so restricting addresses to that domain provides added security.
To configure Company_A firewall addresses - web-based manager
1. In the Company_A VDOM, go to Firewall Objects > Address > Address.
2. Select Create New.
3. Enter CompanyA in the Address Name field.
4. Type 10.11.0.0/255.255.0.0 in the Subnet / IP Range field.
5. Select OK.
To configure vdomA firewall addresses - CLI
config firewall address
edit CompanyA
set type ipmask
set subnet 10.11.0.0 255.255.0.0
end