IT tutorials
 
Applications Server
 

Microsoft LynServer 2013 : Dependent Services and SQL - Network Dependencies (part 2) - Defining Network Sites

1/4/2015 8:52:16 PM
- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019

Segregation of Traffic

To ensure the best experience for users, it is highly recommended that administrators separate VoIP traffic from other network traffic by placing voice devices on a VLAN that is dedicated to voice functions. Also, users with USB-based devices should connect to a wired network rather than a wireless network whenever possible. Using a segregated VLAN for phone devices makes it much easier to leverage important network features such as Quality of Service (QoS) to ensure the best possible voice quality for end users. This configuration also serves to simplify monitoring, because endpoint devices are logically grouped at the network level.

Ethernet Switch Considerations

All Lync Phone Edition devices have two important features that have an impact on the choice of Ethernet switch: LLDP-MED and PoE (Power over Ethernet). To leverage these features, the connected Ethernet switch ports must support these same features. Specifically, LLDP-MED requires support for the IEEE802.1AB and ANSI/TIA-1057 standards. To utilize PoE, the switch ports must support one of two PoE standards, either 802.3AF or 802.3at.

The configuration of LLDP-MED is specific to the Ethernet switch model. Often, this feature needs to be enabled globally within the switch, and typically the voice VLAN must be specified for use with LLDP-MED within the switch configuration.

Defining Network Sites

Lync Server sites are used to organize resources according to geography and bandwidth. IP subnets are then associated with the sites so that the Lync Servers can identify the locations where endpoints are located. A correctly configured Lync site topology allows Front End Servers to determine how call setup and routing should be handled; therefore, this is an important aspect of the Lync configuration. All subnets in a network should be defined and associated with a Lync site. Although this can be configured using the Lync Server Control Panel, in an enterprise network it could take a considerable amount of time to input all IP subnets into the configuration. For larger networks, this task is more easily handled using a simple comma-separated value (CSV) file and the Lync Management Shell. For example, a CSV file can be created including separate fields for network address, subnet mask bits, description, and Lync site ID, as shown here:

IPAddress, mask, description, NetworkSiteID
10.0.0.0, 24, "NA:SF subnet", SF
10.1.0.0, 24, "EMEA:Dublin subnet", Dublin
10.2.0.0, 24, "EMEA:London subnet", London

Using a sample CSV filename of subnet.csv, these values can then be easily imported into the Lync Server network configuration by using the Lync Management Shell to execute the following command:

import-csv subnet.csv | foreach {New-CSNCSSubnet $_.IPAddress -MaskBits $_.mask -Description $_.description -NetworkSiteID $_.NetworkSiteID}

This command can then be scheduled to run regularly as a script, such that whenever new sites or subnets are added to the network, the CSV file is adjusted to reflect these and the script maintains the most current network topology.


Note

Although somewhat similar in purpose, Lync Server sites are not related to Active Directory sites. Both the Active Directory and the Lync site configurations allow resources to be grouped by geography and bandwidth such that related network traffic is routed appropriately; therefore, it is common to see a similar pattern of site definitions and associated subnets between these two technologies.


 
Others
 
- Microsoft LynServer 2013 : Dependent Services and SQL - Network Dependencies (part 1) - Supporting Lync Phone Edition with DHCP
- Microsoft Exchange Server 2013 : Designing a Successful Exchange Storage Solution (part 3) - Selecting the Right Storage Hardware, Storage Validation Using Jetstress
- Microsoft Exchange Server 2013 : Designing a Successful Exchange Storage Solution (part 2) - Making Sense of the Exchange Mailbox Server Role Requirements Calculator
- Microsoft Exchange Server 2013 : Designing a Successful Exchange Storage Solution (part 1) - Requirements Gathering
- Microsoft Exchange Server 2013 : Designing a Successful Exchange Storage Solution - Storage Improvements in Exchange Server 2013
- Microsoft Exchange Server 2013 : Designing a Successful Exchange Storage Solution - Storage Changes in Exchange 2013
- Microsoft Exchange Server 2013 : Designing a Successful Exchange Storage Solution - A Brief History of Exchange Storage
- Microsoft Sharepoint 2013 : Federated Authentication (part 4) - Active Directory Federated Services - Configuring a Relying Party in ADFS
- Microsoft Sharepoint 2013 : Federated Authentication (part 3) - Active Directory Federated Services - Installing ADFS
- Microsoft Sharepoint 2013 : Federated Authentication (part 2) - Active Directory Federated Services - Preparing for ADFS Installation
 
 
Top 10
 
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 2) - Wireframes,Legends
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 1) - Swimlanes
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Formatting and sizing lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Adding shapes to lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Sizing containers
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 3) - The Other Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 2) - The Data Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 1) - The Format Properties of a Control
- Microsoft Access 2010 : Form Properties and Why Should You Use Them - Working with the Properties Window
- Microsoft Visio 2013 : Using the Organization Chart Wizard with new data
Technology FAQ
- Is possible to just to use a wireless router to extend wireless access to wireless access points?
- Ruby - Insert Struct to MySql
- how to find my Symantec pcAnywhere serial number
- About direct X / Open GL issue
- How to determine eclipse version?
- What SAN cert Exchange 2010 for UM, OA?
- How do I populate a SQL Express table from Excel file?
- code for express check out with Paypal.
- Problem with Templated User Control
- ShellExecute SW_HIDE
programming4us programming4us