1.0

Table Of Contents
www.vmware.com
236
VMware ACE Administrator’s Manual
zoneDescription.<zone_number>.present = "1"
zoneDescription.<zone_number>.key = "<zone_number>"
zoneDescription.<zone_number>.name = "<zone_name>"
The value of <zone_number> starts at zero and increments sequentially. The value
of <zone_name> is a descriptive name of your choice. The first two zone
descriptions might start with sections similar to the following:
zoneDescription.0.present = "1"
zoneDescription.0.key = "0"
zoneDescription.0.name = "Corporate HQ"
zoneDescription.1.present = "1"
zoneDescription.1.key = "1"
zoneDescription.1.name = "Eastern Region Office"
The value of key matches the number used as part of the parameter names in each
group.
Each zone description must contain one or more of the following parameters
describing the characteristics of the zone:
zoneDescription.<zone_number>.subnets = "<IP_address>/<subnet>"
This parameter specifies an IP address or subnet range that is used by the network.
The value may be a comma-separated list of IP addresses and subnets. The value of
<subnet>, if you include it, must be the number of bits in the netmask. Do not use
any spaces in the comma-separated list. A network adapter matches this condition if it
is using an IP address that lies within any of the specified ranges.
zoneDescription.<zone_number>.domainName = "<domain_name>"
This parameter specifies the domain name of the network — for example,
mycompany.com. Only one entry may be used. You may not use a list of entries. The
interpretation of this parameter is governed by the value of
domainNameExactMatch (below).
zoneDescription.<zone_number>.domainNameExactMatch = "1"
This parameter modifies the domainName option (above). It specifies whether the
domain name must exactly match <domain_name> or whether a match should be
scored anytime the string contains <domain_name>. For example, if the value of
this parameter is 1, then corp.mycompany.com is not considered a match for
mycompany.com. If the value of this option is 0, then corp.mycompany.com is
considered a match for mycompany.com. The default value is 0.
zoneDescription.<zone_number>.dhcpServers = "<IP_address>"
This parameter specifies one or more IP addresses for DHCP servers on the network,