Network Settings for the Advanced Enterprise Voice Features

 

Topic Last Modified: 2010-12-12

Lync Server 2010 has three advanced Enterprise Voice features: call admission control (CAC), emergency services (E9-1-1), and media bypass. These features share certain configuration requirements for network regions, network sites, and association of each subnet in the Lync Server topology with a network site. For details about planning for deployment of these features, see:

For details about deploying each of these features, see “Deploying Advanced Enterprise Voice Features” in the Deployment documentation.

This topic provides an overview of the configuration requirements that are common to all three advanced Enterprise Voice features.

Network Regions

A network region is a network hub or network backbone used only in the configuration of call admission control, E9-1-1, and media bypass.

Note

Network regions are not the same as Lync Server dial-in conferencing regions, which are required to associate dial-in conferencing access numbers with one or more Lync Server dial plans. For details about dial-in conferencing regions, see “Planning for Dial-In Conferencing” in the Planning documentation.

CAC requires that every network region have an associated Lync Server central site, which manages media traffic within the region (that is, it makes decisions based on policies you have configured about whether or not a real-time audio or video session can be established). Lync Server central sites do not represent geographical locations, but rather logical groups of servers that are configured as a pool or a set of pools. For details about central sites, see “Reference Topologies” in the Planning documentation. Also see “Supported Lync Server 2010 Topologies” in the Supportability documentation.

To configure a network region, you can either use the Regions tab on the Network Configuration section of Lync Server Control Panel, or run the New-CsNetworkRegion or Set-CsNetworkRegion Lync Server Management Shell cmdlet. For instructions, see “Create or Modify a Network Region” in the Deployment documentation, or refer to the Lync Server Management Shell documentation.

The same network region definitions are shared by all three advanced Enterprise Voice features. If you have already created network regions for one feature, you do not need to create new network regions for the other features. You may, however, need to modify an existing network region definition to apply feature-specific settings. For example, if you have created network regions for E9-1-1 (which do not require an associated central site) and later you deploy call admission control, you must modify each of the network region definitions to specify a central site.

To associate a Lync Server central site with a network region you specify the central site name, either by using the Network Configuration section of Lync Server Control Panel or by running the New-CsNetworkRegion or Set-CsNetworkRegion Lync Server Management Shell cmdlet. For instructions, see “Create or Modify a Network Region” in the Deployment documentation, or refer to the Lync Server Management Shell documentation.

Network Sites

A network site represents a geographical location, such as branch office, regional office or main office. Each network site must be associated with a specific network region.

Note

Network sites are used only by the advanced Enterprise Voice features. They are not the same as the branch sites that you may configure in your Lync Server topology. For details about branch sites, see “Reference Topologies” in the Planning documentation. Also see Supported Lync Server 2010 Topologies in the Supportability documentation.

To configure a network site and associate it with a network region, you can either use the Network Configuration section of Lync Server Control Panel, or run the New-CsNetworkSite or Set-CsNetworkSite Lync Server Management Shell cmdlet. For instructions, see Create or Modify a Network Site in the Deployment documentation, or refer to the Lync Server Management Shell documentation.

Identify IP Subnets

For each network site, you will need to work with your network administrator to determine what IP subnets are assigned to each network site. If your network administrator has already organized the IP subnets into network regions and network sites, then your work is significantly simplified.

In our example, the New York site in the North America region is assigned the following IP subnets: 172.29.80.0/23, 157.57.216.0/25, 172.29.91.0/23, 172.29.81.0/24. Suppose Bob, who usually works in Detroit, travels to the New York office for training. When he turns on his computer and connects to the network, his computer will get an IP address in one of the four ranges that are allocated for New York, for example 172.29.80.103.

Warning

The IP subnets specified during network configuration on the server must match the format provided by client computers in order to be properly used for media bypass. A Lync 2010 client takes its local IP address and masks the IP address with the associated subnet mask. When determining the bypass ID associated with each client, the Registrar will compare the list of IP subnets associated with each network site against the subnet provided by the client for an exact match. For this reason, it is important that subnets entered during network configuration on the server are actual subnets instead of virtual subnets. (If you deploy call admission control, but not media bypass, call admission control will function properly even if you configure virtual subnets.)
For example, if a client signs in on a computer with an IP address of 172.29.81.57 with an IP subnet mask of 255.255.255.0, Lync 2010 will request the bypass ID associated with subnet 172.29.81.0. If the subnet is defined as 172.29.0.0/16, although the client belongs to the virtual subnet, the Registrar will not consider this a match because the Registrar is specifically looking for subnet 172.29.81.0. Therefore, it is important that the administrator enters subnets exactly as provided by clients (which are provisioned with subnets during network configuration either statically or by DHCP.)

Associating Subnets with Network Sites

Every subnet in the enterprise network must be associated with a network site (that is, every subnet needs to be associated with a geographic location). This association of subnets enables the advanced Enterprise Voice features to effectively locate the endpoints geographically. For example, locating the endpoints enables CAC to regulate the flow of real-time audio and video data going to and from the network site.

To associate subnets with network sites, you can either use the Network Configuration section of Lync Server Control Panel, or you can run the New-CsNetworkSite or Set-CsNetworkSite Lync Server Management Shell cmdlet. For instructions, see Associate a Subnet with a Network Site in the Deployment documentation, or refer to the Lync Server Management Shell documentation.