Administrator Guide

You must create VM networks for tenants so they can use and access network resources. All virtual machines must be connected to a VM
network. To create tenant VM networks, you must use the Create-VMMTenantNetwork runbook. This runbook creates the VLAN-based
logical networks and VM networks in VMM for tenant use.
1 Use the How to run runbooks procedure discussed in the preceding section to start the Create-VMMTenantNetwork runbook.
2 Specify the following parameters:
Input Parameter Description
DnsServers A comma-separated list of DNS server IP addresses for the subnet.
Optional if Subnet is specied.
Example: 10.22.0.10,10.24.0.11
DnsSux The DNS sux for the subnet.
Optional if Subnet is specied.
Example: contoso.com
Gateway The default gateway for the subnet.
Optional if Subnet is specied.
Example: 192.168.0.1
LogicalNetworkName The name of the VMM logical network that will be used for tenant networks.
If not specied, the default name of Tenant VLANs will be used.
Name An optional name that is used to generate the IP address pool name and VM Network name.
If not specied, the default name Tenant will be used.
The resulting VM Network and IP address pool names would be Tenant – VLAN
#
, where # is the VLAN ID
specied for the network.
PoolEnd The ending address for the IP address pool.
Optional if Subnet is specied.
If not specied, the last address in the Subnet will be used.
Example: 192.168.0.254
PoolStart The starting address for the IP address pool.
Optional if Subnet is specied.
Example: 192.168.0.1
Subnet The IP subnet for the network, in the format IP_Address/Prex.
If not specied, DHCP will be used.
Example: 1192.168.0.0/24
UplinkPortProleName The exact name of the Uplink Port Prole that was created during deployment.
If not specied, the default name UplinkPortProle is used.
28 Administration