Topic Last Modified: 2012-09-21

Important:
If you have already created network regions for E9-1-1 or media bypass, you can modify the existing network regions by adding settings specific to call admission control (CAC) by using the Set-CsNetworkRegion cmdlet. For an example of how to modify a network region, see Create or Modify a Network Region.

Network regions are the network hubs or backbones that are used in configuring CAC, E9-1-1, and media bypass. Use the following procedure to create network regions that align to network regions in the example network topology for CAC. To view the example network topology, see Example: Gathering Your Organization's Requirements for Call Admission Control in the Planning documentation.

The example network topology for CAC has three regions: North America, EMEA, and APAC. Each region has a specified central site. For the North America region, the designated central site is named CHICAGO. The following procedure shows an example of how you can use the New-CsNetworkRegion cmdlet to create the North America region.

Note:
In the following procedure, Lync Server Management Shell is used to create a network region. For details about using Lync Server Control Panel to create a network region, see Create or Modify a Network Region.

To create a network region for call admission control

  1. Start the Lync Server Management Shell: Click Start, click All Programs, click Microsoft Lync Server 2013, and then click Lync Server Management Shell.

  2. For each region that you need to create, run the New-CsNetworkRegion cmdlet. For example, to create the North America region, run:

    Copy Code
    New-CsNetworkRegion -Identity NorthAmerica -CentralSite CHICAGO -Description "All North America Locations"
    
  3. Repeat step 2 to create the network regions, EMEA and APAC.