Technical data

DATA CENTER and CAMPUS NETWORKS DEPLOYMENT GUIDE
Deploying Brocade Networks with Microsoft Lync Server 2010 48 of 52
Four regions and sites are represented in Figure 11: Seattle, San Francisco, Austin, and New York.
1. Create network regions. Each region has a specified central site. Check for the designated central site
and use that reference in the following commands:
New-CsNetworkRegion Identity Seattle -CentralSite <replace with the central site
from topology> -Description “HeadQuarters - Seattle”
New-CsNetworkRegion Identity SanFrancisco -CentralSite <replace with the central
site from topology> -Description “Remote region 1 - SFO”
New-CsNetworkRegion Identity Austin -CentralSite <replace with the central site
from topology> -Description “Remote region 2 - Austin”
New-CsNetworkRegion Identity NewYork -CentralSite <replace with the central site
from topology> -Description “Remote region 3 - NY”
2. Create bandwidth policy profiles. Bandwidth policy profiles are predefined policies that can be applied
to multiple network sites. The example policies created in this step set limits for overall audio traffic,
individual audio sessions, overall video traffic, and individual video sessions. For example, the
5Mb_Link bandwidth policy profile sets the following limits:
Audio Limit: 2,000 kbps
Audio Session Limit: 200 kbps
Video Limit: 1,700 kbps
Video Session Limit: 700 kbps
Run the New-CsNetworkBandwidthPolicyProfile command to create bandwidth policy profiles:
New-CsNetworkBandwidthPolicyProfile -Identity 5Mb_Link Desription “BW profile for 5Mb
links” -AudioBWLimit 2000 -AudioBWSessionLimit 200 -VideoBWLimit 1700 -
VideoBWSessionLimit 700
New-CsNetworkBandwidthPolicyProfile -Identity 10Mb_Link Desription “BW profile for
10Mb links” -AudioBWLimit 4000 -AudioBWSessionLimit 200 -VideoBWLimit 2800 -
VideoBWSessionLimit 700
New-CsNetworkBandwidthPolicyProfile -Identity 50Mb_Link Desription “BW profile for
50Mb links” -AudioBWLimit 20000 -AudioBWSessionLimit 200 -VideoBWLimit 14000 -
VideoBWSessionLimit 700
New-CsNetworkBandwidthPolicyProfile -Identity 25Mb_Link Desription “BW profile for
25Mb links” -AudioBWLimit 10000 -AudioBWSessionLimit 200 -VideoBWLimit 7000 -
VideoBWSessionLimit 700
3. Create network sites. Designate each site within each region:
New-CsNetworkSite -NetworkSiteID SeattleSite -Description "Seattle Site" -
NetworkRegionID Seattle -BWPolicyProfileID 10MB_Link
New-CsNetworkSite -NetworkSiteID SanFranciscoSite -Description "Remote Site - SFO"
-NetworkRegionID SanFrancisco -BWPolicyProfileID 5MB_Link
New-CsNetworkSite -NetworkSiteID AustinSite -Description "Remote Site - Austin" -
NetworkRegionID Austin -BWPolicyProfileID 10MB_Link
New-CsNetworkSite -NetworkSiteID NewYorkSite -Description "Remote Site - NewYork" -
NetworkRegionID NewYork -BWPolicyProfileID 10MB_Link