Lync Certificate Planning and Assignments (Edge, Reverse Proxy, Director, Frontend, Mediation, WAC)

Size: px
Start display at page:

Download "Lync Certificate Planning and Assignments (Edge, Reverse Proxy, Director, Frontend, Mediation, WAC)"

Transcription

1 Lync Certificate Planning and Assignments (Edge, Reverse Proxy, Director, Frontend, Mediation, WAC) Copyright and written 2013 by Thomas Pött, MVP Lync/ Unified Communication Blog: About the Author: Thomas Pött, Microsoft MVP LYNC and MCITP Lync Extensive experience in business and market development. Specialized in intercultural and business relationship in Asia. Successful in providing leadership on new topics and complex global projects that require interfacing with internal/external teams and ecosystems. Early adaptor of visionary technologies. 20+ year career within different companies in the areas software development, telecommunication, IT, mobility and hosted/cloud services. Strong technical and business background was member of Microsoft s German Inner Circle. Organized, logical, rationale thinker and problem solver with superb communication and collaboration skills. Business Management skill in strategic and organized developing German SME subsidiaries in Asia Specialties: Management: Start up companies, Business Relation Management, Partner Relation Management, Enterprise Business Sales Skills, strong team leader and motivator, perfect Asian business and human behavior understandings, excellent financial cash flow management Technical: Microsoft Office 365, Public and Private Cloud Computing, specialized in Hybrid Cloud integration, Unified Communication (LYNC, OCS, Exchange), Security (PKI, ForeFront), Active Directory, German efficiency in consulting I m living in Bad Wiessee, Germany near Munich and work for ACP IT Solutions AG. Beside the technical interests, I enjoy paragliding and para-motor. This article will part of my new book I m working on, since Lync Enterprise Voice is a more and more complex environment, where it s difficult to get the right information. Any suggestion what areas of EV are from interest, I would be glad to be inspired.

2 The following article is optimized for Lync 2013, but in general valid for Lync 2010 or OCS 2007 NOTE: First I need to highlight to you is a topic, I m always ask for support. Lync Server and Client make use of Certificates, therefor the technical principals of certificate deployments are necessary to understand. If on your Clients or Servers an Internet Explorer Setting with a Proxy Server is activated, make sure you have the correct design. The CRL (Certificate Revocation List) check is mostly HTTP based (in AD Environments also possible via FILE or LDAP), if you have setup an internal Proxy, which cannot redirect the request into your LAN, you will run into major issues! I wrote another article in 2012 which maybe from interest for you too: Forefront TMG Directors, Front End and Standard Edition for Lync

3 2 GENERAL Lync Certificate Planning must be separated into three different areas: 1. INTERNAL Deployment (all internally deployed Lync Servers, e.g. Frontend, Directors, Mediation,..) - Including the internal NIC of the EDGE Server 2. EXTERNAL Deployment 2.1. Edge Server 2.2. Reverse Proxy Indirectly there is a fourth area, this is if you have Pool Server configuration, due the Virtual Service configured on the Load Balancer. But I will explain this in detail within another blog later. All Lync Server have one requirement in common, this is the way how they accept authentication based on TLS. Accepting the trust, Lync Server need a matching between the certificates common name and it FQDN. The server or client, initiating the communication with the certificate holder use DNS lookup to refer to this server FQDN. If this reference does not match the common name of the certificate, the authentication will fail. The common name, notated as CN in X.500 terminology, is what is referenced and must match the DNS record for the server s FQDN. For details about the specific format This explains why a dedicated wildcard certificate would not work in Lync Server, because the common name must match exactly to the FQDN of the A record defined for the referenced server or pool. The DNS A record and the certificate subject name/common name (SN/CN) is also referenced to the trusted server list in Active Directory service Global or Configuration settings. Reference: Microsoft Technet Certificate Guide Important: You cannot use a wildcard CN/SN (for example, *.contoso.com) when you configure certificates for Office Communications Server 2007 R2 and Office Communications Server 2007 (now Lync). If you do so, they will not operate as expected and the problem is very difficult to diagnose. You can use wildcard entries in the subject alternative name, but the common name is specific. Specific issues include the inability to start services because the trusted services in Active Directory Domain Services (AD DS) and the SN and CN do not match, mutual authentication fails, and so on.

4 Note at last: And, as mentioned earlier, public CAs and your internal CA can create wildcard SN/CN certificates, but they are neither reliable nor supported. It is recommended that you do this right the first time and avoid the potential for serious issues in the future by not trying to use a certificate that uses a wildcard SN/CN, such as *.domain.com, to define the three Edge Server services.

5 3 Server Components (Certificates are requited) 3.1 INTERNAL Deployment: Standard Edition Front End Pool Server This server is the consolidated all-in-one Server and requires an internal certificate. Enterprise Edition Front End Pools This server is the High-Available Lync Core Component. Beside the local servers themselves, they also provide the consolidated access names and are attached with a Load Balancer. The certificate must contain the Pool and Server name. In certain circumstance it makes sense haven a generic certificate, which contains all Pool Server Names and the Pool Name (SAN certificate). Director Pools This server is the Authentication and Redirection server. In lager deployment, with multiple site, you need the Director to offload authentication traffic and redirect the user to the homed pool. Mediation Pools This server is responsible for Media Conversion Persistent Chat Pools This server handles the Group Chats Trusted Application Server All Server, which need to be trusted by Lync have to be publish that Lync is aware of them. If A certificate is required if the trusted server will us TLS. PSTN Gateway

6 The PSTN Gateway object, might be a Lync Gateway, Gateway card or an SIP Trunk. With the PSTN Gateway, this depends on how the setup must or can be done. If you make use of a TLS connection, e.g. to an ISDN card, you will need a certificate stored on the PSTN gateway. Office Web Apps Server The WAC/ OWA server requires a certificate, this is OAuth ready. NOTE: As described in the section for Front End Pool Server, generally it has to be part of the planning how certificates are requested if a Load Balancer is involved. A Load Balancer can be setup in different way (in-band or out-band), this will discussed in a separate blog. But you need to remember, the Load Balancer is the central point for the IP connection, therefor it needs the FQDN of the POOL in its certificate presenting to the connecting client. Depending on how the Load Balancer is established, you will than understand why the Pool Member Server needs beside the Pool FQDN also its local FQDN in its local certificate! 3.2 EXTERNAL Deployment: Edge Pools The Edge Server is the main component used to communicate from and with outside of the organization. (Responsible for PIC, XMPP, Federation, remote access and Web Conferencing) Edge Pools have one specialty, for best practice and security reason, they make us of 2 NICs, an internal and external. Note: Edge Server need to have 2x NIC with different subnet, need the primary internal DNS Suffix set, must not be a domain member and will need to certificate, and internal CA issued certificate for the internal directed interface and an official, public certificate (where I will take more later about). Additionally, remember to set the default gateway on the external facing NIC and all internal subnet must be assigned a static route based on the internal facing NIC. Reverse Proxy This optional component only needs an external certificate and it s responsible for Web-Based Services, e.g. Address Book or Dailin Conferencing page.

7 4 Topologies Topology represents your entire corporate Lync Server deployment and all involved Lync Systems, with one exception, the Reverse Proxy. Since we want to define the necessary certificates, it is necessary to fully understand the topology and server function which then represents the service making use of. 4.1 Internet facing Systems Before we actually start with the topologies, we need a clarification what the external facing system will do, what they are responsible for and what not. Else which kind of usability scenarios do we have? Remote Users Federated User Public Instant Messaging Connectivity Users Mobile Users And the type of communication: IM Presence Audio/ Video/ App Sharing Web Conferencing A/V Conferencing Edge Server: The Edge Server, the Internet facing system responsible for enabling users to communicate with external partners, connect remotely and establish connectivity with Public IM Services, like Live or Skype. Also the Audio/ Video and App Sharing runs through the Edge server if a Meeting is in place. One newer component, called XMPP (Extensible Messaging and Presence Protocol), is established in Edge Server since Lync 2013, it is used for partner federation e.g. Google Talk. Edge Server is not responsible for any other service as the described services in this section Reverse Proxy: Reverse Proxy as an optional, not Lync Server Topology component, becomes responsible for several areas and will publish internal resources. It can be separated into two areas, the remote user connectivity and generally spoke meeting s.

8 Remote User: Remote user need to connect to Lync server internal service, called Web Service, they are responsible for Address Book Synchronization, Distribution List Expansion, Device Updates, Mobility Services. Meetings: Access to Meetings, Conference Join Locations (PSTN Dial-In Numbers), Access to personal Dial-In and PIN information, Download Meeting Content. 4.2 Topology and certificate assignment In sum we will have one primary and two secondary SIP Domains in our example topologies defined. The third deployment would be a very complex scenario, where we have multiple geographically deployed Edge Server/ Reverse Proxy scenario. I m not having a look into Enterprise Voice, it is not required since we want to understand the certificate design. Our deployed domains are: Active Directory Domain: SIP PRIMARY DOMAIN: SIP Secondary Domain: INTERNAL.AD DOMAIN.COM DOMAIN-A.COM and DOMAIN-B.COM In general, what we have to remember for Lync Topology designs and the related certificates is: 1. On Edge Server, Wildcard Certificates are not allowed 2. On Edge Server we need matching CN and 1 st SAN entry of access FQDN, e.g. SIP.DOMAIN.COM 3. On Edge Server we need SAN entries for AV and WebConferencing 4. On Reverse Proxy, we need a matching CN with the associated Director Pool external Web Service FQDN 5. On Reverse Proxy, all external Web Service FQDN must be in SAN 6. On Reverse Proxy all other FQDN can be consolidated in a Wildcard entry

9 4.2.1 SIMPLE TOPOLOGY The SIMPLE TOPOLOGY is the most common deployment for smaller customers. High availability is mostly not required by Lync due to virtualization. For those customers, VM Host availability and snapshots are sufficient enough. The simple deployment includes the full feature set of Lync in direction to the internet. This includes login possibility for all Lync Clients, incl. App Store and Mobile clients. Federation is also handled. SIMPLE TOPOLOGY LAN DMZ INTERNET PKI internal Lync Front End Office Web Apps edge.internal.ad sip.internal.ad SAN*: fe01.internal.ad sip.(alldomains) lyncdiscoverinternal.(alld omains) dialin.domain.com meet.domain.com wac01.internal.ad Lync Edge Reverse Proxy Listener01: To Lync Front End Listener02: To Office Web Apps SAN: sip.domain-a.com sip.domain-b.com webconf.domain.com webext.domain.com SAN: webext.domain.com *.domain.com *.domain-a.com *.domain-b.com Public CA *) if you what establish multiple domain based simple URL, all of them must be included in the SAN. You also have the opportunity creating the same wildcard + SAN mixture certificate.

10 4.2.2 COMPLEX TOPOLOGY The COMPLEX TOPOLOGY is the most common deployment for lager, multi pool customers. High availability is required for Lync and due to multi pool deployments, login traffic must be handled by Director Servers. This deployment includes the full feature set of Lync in direction to the internet. This includes login possibility for all Lync Clients, incl. App Store and Mobile clients. Federation is also handled. COMPLEX TOPOLOGY *) if you want to establish multiple domain based simple URL, all of them must be included in the SAN. You also have the opportunity creating the same wildcard + SAN mixture certificate. Wildcard is supported for simple URL only PKI internal pool01.internal.ad SAN*: pool01.internal.ad fe11.internal.ad fe12.internal.ad web01ext.domain.com dialin.domain.com meet.domain.com pool02.internal.ad SAN*: pool02.internal.ad fe21.internal.ad fe22.internal.ad web02ext.domain.com dialin.domain.com meet.domain.com sip.internal.ad SAN*: dir11.internal.ad dir12.internal.ad webdirext.domain.com meet.domain.com dialin.domain.com lyncdiscoverinternal.(alld omains) Office Web Apps LAN DMZ INTERNET Lync Front End Pool01 Lync Front End Pool02 Lync Director Pool edge.internal.ad SAN: edge.internal.ad edge11.internal.ad edge12.internal.ad SIP.alldomains + Simple URL + Mobility + WebService wac01.internal.ad Lync Edge Pool Reverse Proxy Listener01: To Lync FE Pool01 Listener02: To Lync FE Pool02 Listener03: To Director Pool, simple URL, mobility and its WebService Listener04: To Office Web Apps SAN: sip.domain-a.com sip.domain-b.com av.domain.com webconf.domain.com webext.domain.com SAN: webdirext.domain.com web01ext.domain.com web02ext.domain.com *.domain.com *.domain-a.com *.domain-b.com Public CA

11 4.2.3 GEOGRAPHICALLY deployed COMPLEX TOPOLOGY The GEOGRPHICALLY COMPLEX TOPOLOGY is the most complex deployment for international customers. High availability is required for Lync this is also extended into a multi-region Edge Access scenario. This deployment includes the fully feature set of Lync in direction to the internet. This includes login possibility for all Lync Clients, incl. App Store and Mobile clients. Federation is also handled. The main component for geographically distributed deployments is the GEO-Load Balancer. It handles the Internet based distribution for Edge Access. Since I m talking about Certificates, it is important to understand the Certificates distribution.

12 GEORGRAPHICALLY deployed COMPLEX TOPOLOGY LAN DMZ INTERNET Datacenter US pool01.internal.ad SAN*: pool01.internal.ad fe11.internal.ad fe12.internal.ad web01ext.domain.com dialin.domain.com meet.domain.com sip.internal.ad SAN*: dir11.internal.ad dir12.internal.ad webdirusext.domain.com meet.domain.com dialin.domain.com lyncdiscoverinternal.(alldom ains) Internally, you have two choises: 1.) user two independen DNS Server Zones 2.) use a GEO Load Balancer for your internal deployment Lync Front End Pool01 Lync Director Pool USA Office Web Apps edgeusa.internal.ad SAN: edgeusa.internal.ad edge11.internal.ad edge12.internal.ad SIP.alldomains + Simple URL + Mobility + WebService wac01.internal.ad Lync Edge Pool USA Reverse Proxy USA Listener01: To Lync FE Pool01 Listener02: To Lync FE Pool02 Listener03: To Director Pool, simple URL, mobility and its WebService Listener04: To Office Web Apps SAN: sip.domain-a.com sip.domain-b.com av.domain.com webconf.domain.com webdirusext.domain.com Public CA SAN: webdirusext.domain.com webdirgerext.domain.com web01ext.domain.com web02ext.domain.com *.domain.com *.domain-a.com *.domain-b.com e.g. KEMP GEO LOADMASTER Deployed in three region, US, GERMANY and SINGAPORE. DNS Queries will be redirected to any of this GEO LOAD MASTER. Based on the Clients location, the nearest LYNC EDGE Server Site will be chosen. *) if you want to establish multiple domain based simple URL, all of them must be included in the SAN. You also have the opportunity creating the same wildcard + SAN mixture certificate. Wildcard is supported for simple URL only PKI internal DMZ Datacenter GERMANY pool02.internal.ad SAN*: pool02.internal.ad fe21.internal.ad fe22.internal.ad web02ext.domain.com dialin.domain.com meet.domain.com sip.internal.ad SAN*: dir11.internal.ad dir12.internal.ad webdirgerext.domain.com meet.domain.com dialin.domain.com lyncdiscoverinternal.(alldom ains) Lync Front End Pool02 Lync Director Pool GERMANY edgeger.internal.ad SAN: edgeger.internal.ad edge21.internal.ad edge22.internal.ad SIP.alldomains + Simple URL + Mobility + WebService Lync Edge Pool GERMANY Reverse Proxy GERMANY Listener01: To Lync FE Pool01 Listener02: To Lync FE Pool02 Listener03: To Director Pool, simple URL, mobility and its WebService SAN: sip.domain-a.com sip.domain-b.com av.domain.com webconf.domain.com webdirgerext.domain.com SAN: webdirusext.domain.com webdirgerext.domain.com web01ext.domain.com web02ext.domain.com *.domain.com *.domain-a.com *.domain-b.com Listener04: To Office Web Apps wac01.internal.ad Office Web Apps

13 5 Certificate Template Table Making it easier for you, I prefilled in the Template with this configuration example: We have 3 SIP domains in our deployment 1x Enterprise Pool, plus 1x Standard Edition Server in a branch. I also have 1x Director installed. 5.1 EDGE SERVER Type Configuration Comment Common Name Primary SIP domain SAN First SAN entry must repeat the primary SIP domain SAN wc.domain.com Web Conferencing only for the named primary SIP domain needed SAN xmpp.domain.com XMPP Federation (if installed) of primary SIP domain SAN sip.domain-a.com Second SIP domain SAN sip.domain-b.com Third SIP domain Table 1 Edge Server external Certificate 5.2 REVERSE PROXY SERVER Type Configuration Comment Common Name extweb01.domain.com Just a Common Name SAN extdir01.domain.com External URL of Director Server. Must be primary SIP domain SAN extweb01.domain.com External URL of Enterprise Pool Server. Must be primary SIP domain SAN extweb02.domain.com External URL of Standard Server. Must be primary SIP domain SAN *.DOMAIN-A.com SAN *.DOMAIN-B.com Table 2 Reverse Proxy Server external Certificate 5.3 HYBRID CERTIFICATE (SUMMARY) Type Configuration Comment Common Name Primary SIP domain

14 SAN SAN wc.domain.com SAN xmpp.domain.com SAN sip.domain-a.com SAN sip.domain-b.com SAN extdir01.domain.com SAN extweb01.domain.com SAN extweb02.domain.com SAN *.DOMAIN-A.com This is the Wildcard part for Revers Proxy of DOMAIN-A.com SAN *.DOMAIN-B.com This is the Wildcard part for Revers Proxy of DOMAIN-B.com Table 3 Consolidated, public Certificate 6 Certificate Request Generation How do I request the Wildcard+SAN certificate? The following demonstration explains hybrid certificate request in Lync. This has to be done on the Edge Server itself. You have to login to the Edge Server and start the Bootstripper, than you chose the Request, Install and Assign Certificates. In this example, I m using three domains: PRIMAY SIP Domain: cie.acp.de SECONDARY SIP Domains: domain.com and domain.com

15 Since this will be our Hybrid Certificate, there is still one point we haven t spoken about. How do we request this certificate? If you for example initiate the request with DigiCert, you need to buy three (3) wildcard certificates first, than you process with DigiCert manually via . So remember you might take one/ two days longer in placing the order.

16 We need to prepare a CSR file for external, manual requests:

17 The friendly name can is only for better identification of the certificate in the store:

18 The first defined SN'S are provided by Lync automatically: Next, you need to include the addressed SIP domains configured in Lync Topology builder: As discussed, here we come to the point, where we need to add additional SAN entries as explained and defined the table earlier:

19 Verify the correct CN and SAN entries:

20 Finally you defined the Certificate Request. This is your CSR file. Provide this information to your Certificate supplier. Note: Remember, the Certificate File you will receive will NOT contain the PRIVATE KEY. The Private Key will be generate once you apply this certificate on the Edge Server where you generated the statement!

21 Only after its process is fully done, you have the Private Key and the Certificate is ready to be exported and imported on the other servers, e.g. Edge and Reverse Proxy

22 7 Best Practice Beside the certificate design and planning process, there are some more point to remember. I have listed all important areas you must consider during your design and planning process. Network Interface Cards: You have to use two NIC, one for internal and one for external communication. The default gateway has to be set on the external facing NIC, while you must use persistent static routes to all you internal networks. The DNS should be pointing to the internal DNS Server, if you are choosing an external DNS or a DNS in a DMZ, make you can resolve the internal Lync Server, if you can t, you need to provide a hosts file. Edge Server and Reverse Proxy combination As stated earlier, the full feature set in Lync is only available if you make user of Edge Server, Reverse Proxy and all required external DNS entries (incl SRV Records). If the RevProxy is not deployed, you will miss the following features, e.g. address book download, location information, device update, Lync Web App and NON-DOMAIN Client login) The non-domain client login requires an authenticated access the Certificate Provisioning Service.! Also the App Store and Mobile Clients can t login without the publish autodiscovery services. This is the same with access to Exchange Web Services (EWS). Director Server Service The Director Server is an optional component, responsible for offload user authentication and pool redirection. IT also provide an additional layer of protection for external client connections. Revers Proxy Listener Keep the Web Listener as limited as possible. Us only one (1) Listener per internal destination server each. Make sure the Listener can work with the Hybrid Certificate to minimize costs.

23 References: Request and Configure a Certificate for Your Reverse HTTP Proxy (Technet) Certificate Summary - Single Consolidated Edge with Private IP Addresses Using NAT (Technet) Certificate Summary - Single Consolidated Edge with Public IP Addresses (Technet) Certificate Summary - Scaled Consolidated Edge, DNS Load Balancing with Private IP Addresses Using NAT (Technet) Certificate Summary - Scaled Consolidated Edge, DNS Load Balancing with Public IP Addresses (Technet) Certificate Summary - Scaled Consolidated Edge with Hardware Load Balancers (Technet)

Module 6. Designing and Deploying External Access. MVA Jump Start

Module 6. Designing and Deploying External Access. MVA Jump Start Module 6 Designing and Deploying External Access MVA Jump Start Module Overview Conferencing and External Capabilities of Lync Server 2013 Planning for IM and Presence Federation Designing Edge Services

More information

Demystify HLB and DNS Load Balancing - Lync 2013 Topology with High Availability (POOLs, DNS LB vs HLB)

Demystify HLB and DNS Load Balancing - Lync 2013 Topology with High Availability (POOLs, DNS LB vs HLB) Demystify HLB and DNS Load Balancing - Lync 2013 Topology with High Availability (POOLs, DNS LB vs HLB) 2014, Thomas Pött, MVP Lync Demystify HLB and DNS Load Balancing - Lync 2013 Topology with High Availability

More information

Microsoft Lync Server Overview

Microsoft Lync Server Overview Organizations can use the to enhance the scalability and availability of their Microsoft Lync Server 2010 deployments (formerly known as Microsoft Office Communications Server). Barracuda Networks has

More information

Application Note. Lync 2010 deployment guide. Document version: v1.2 Last update: 12th December 2013 Lync server: 2010 ALOHA version: 5.

Application Note. Lync 2010 deployment guide. Document version: v1.2 Last update: 12th December 2013 Lync server: 2010 ALOHA version: 5. Application Note Document version: v1.2 Last update: 12th December 2013 Lync server: 2010 ALOHA version: 5.5 and above Contents 1 Introduction 4 1.1 About Exceliance.....................................

More information

Jeff Schertz MVP, MCITP, MCTS, MCP, MCSE

Jeff Schertz MVP, MCITP, MCTS, MCP, MCSE Jeff Schertz MVP, MCITP, MCTS, MCP, MCSE A comprehensive excerpt from Jeff Schertz s Lync Server MVP Blog Lync Web Services Load Balancing with KEMP VLM This article addresses a standard DNS Load Balanced

More information

Deploying the Barracuda Load Balancer with Office Communications Server 2007 R2. Office Communications Server Overview.

Deploying the Barracuda Load Balancer with Office Communications Server 2007 R2. Office Communications Server Overview. Deploying the Barracuda Load Balancer with Office Communications Server 2007 R2 Organizations can use the Barracuda Load Balancer to enhance the scalability and availability of their Microsoft Office Communications

More information

Deploying the BIG-IP System with Microsoft Lync Server 2010 and 2013 for Site Resiliency

Deploying the BIG-IP System with Microsoft Lync Server 2010 and 2013 for Site Resiliency Deployment Guide Document Version 1.2 What s inside: 2 Configuration example 5 Configuring the BIG-IP LTM using the Lync 2010 iapp 6 Configuring the BIG-IP GTM 11 Creating a Distributed Application for

More information

Microsoft Lync 2010 Deployment Guide

Microsoft Lync 2010 Deployment Guide Microsoft Lync 2010 Deployment Guide v1.3.7 Copyright 2013 Loadbalancer.org, Inc. 1 Table of Contents About this Guide... 4 Appliances Supported... 4 Microsoft Lync 2010 Software Versions Supported...4

More information

Core Solutions of Microsoft Lync Server 2013

Core Solutions of Microsoft Lync Server 2013 Course 20336A: Core Solutions of Microsoft Lync Server 2013 Length: Audience(s): 5 Days Level: 300 IT Professionals Technology: Microsoft Lync Server 2013 Type: Delivery Method: Course Instructor-led (classroom)

More information

Course Outline. Course 20336B: Core Solutions of Microsoft Lync Server 2013. Duration: 5 Days

Course Outline. Course 20336B: Core Solutions of Microsoft Lync Server 2013. Duration: 5 Days Course 20336B: Core Solutions of Microsoft Lync Server 2013 Duration: 5 Days What you will learn This instructor-led course teaches IT professionals how to plan, design, deploy, configure, and administer

More information

Course Outline. Core Solutions of Microsoft Lync Server 2013 Course 20336B: 5 days Instructor Led. About this Course.

Course Outline. Core Solutions of Microsoft Lync Server 2013 Course 20336B: 5 days Instructor Led. About this Course. Core Solutions of Microsoft Lync Server 2013 Course 20336B: 5 days Instructor Led About this Course This instructor-led course teaches IT professionals how to plan, design, deploy, configure, and administer

More information

Deploying the BIG-IP LTM with Microsoft Skype for Business

Deploying the BIG-IP LTM with Microsoft Skype for Business F5 Deployment Guide Deploying the BIG-IP LTM with Microsoft Skype for Business Welcome to the Microsoft Skype for Business Server deployment guide. This document contains guidance on configuring the BIG-

More information

Core Solutions of Microsoft Lync Server 2013

Core Solutions of Microsoft Lync Server 2013 Course 20336B: Core Solutions of Microsoft Lync Server 2013 Course Details Course Outline Module 1: Architecture and Design Approach for Microsoft Lync Server 2013 This module will help you to plan and

More information

Microsoft 70-336 Exam-Osler

Microsoft 70-336 Exam-Osler Microsoft 70-336 Exam-Osler Number: 000-000 Passing Score: 800 Time Limit: 120 min File Version: 1.0 ht t p:/ / w w w.gratisexam.com/ Exam A QUESTION 1 You have a Lync Server 2013 infrastructure that contains

More information

Load Balancing Microsoft Lync 2010 Load Balancing Microsoft Lync 2013. Deployment Guide

Load Balancing Microsoft Lync 2010 Load Balancing Microsoft Lync 2013. Deployment Guide Load Balancing Microsoft Lync 2010 Load Balancing Microsoft Lync 2013 Deployment Guide rev. 1.6.1 Copyright 2002 2015 Loadbalancer.org, Inc. 1 Table of Contents About this Guide...4 Loadbalancer.org Appliances

More information

Core Solutions of Microsoft Lync Server 2013

Core Solutions of Microsoft Lync Server 2013 About this Course Core Solutions of Microsoft Lync This instructor-led course teaches IT professionals how to plan, design, deploy, configure, and administer a Microsoft Lync solution. The course emphasizes

More information

Lync Express The Evolution of UC Frederic Dickey Director of Professional Services July 9, 2013

Lync Express The Evolution of UC Frederic Dickey Director of Professional Services July 9, 2013 Lync Express The Evolution of UC Frederic Dickey Director of Professional Services July 9, 2013 Live from WPC 2013! 2 Inside this Deck Unified Communications Defined Lync 2013 Demystified Lync Express

More information

Load Balancing Microsoft Lync 2010. Deployment Guide

Load Balancing Microsoft Lync 2010. Deployment Guide Load Balancing Microsoft Lync 2010 Deployment Guide rev. 1.5.4 Copyright 2015 Loadbalancer.org, Inc. 1 Table of Contents About this Guide... 4 Appliances Supported... 4 Microsoft Lync 2010 Software Versions

More information

www.mvatcybernet.com PRODUCT VERSION: LYNC SERVER 2010, LYNC SERVER 2013, WINDOWS SERVER 2008

www.mvatcybernet.com PRODUCT VERSION: LYNC SERVER 2010, LYNC SERVER 2013, WINDOWS SERVER 2008 PRODUCT VERSION: LYNC SERVER 2010, LYNC SERVER 2013, WINDOWS SERVER 2008 With Forefront Threat Management Gateway 2010 now discontinued, we sought a suitable reverse proxy solution that works with Lync

More information

Core Solutions of Microsoft Lync Server 2013

Core Solutions of Microsoft Lync Server 2013 MS20336 Längd: 5 dagar Core Solutions of Microsoft Lync Server 2013 This instructor-led course teaches IT professionals how to plan, design, deploy, configure, and administer a Microsoft Lync Server 2013

More information

Http://www.passcert.com

Http://www.passcert.com Http://www.passcert.com Exam : 70-337 Title : Enterprise Voice & Online Services with Microsoft Lync Server 2013 Version : DEMO 1 / 18 Topic 1, Litware, Inc Case A Overview Litware, Inc., is an international

More information

Microsoft 20336 - Core Solutions of Microsoft Lync Server 2013

Microsoft 20336 - Core Solutions of Microsoft Lync Server 2013 1800 ULEARN (853 276) www.ddls.com.au Microsoft 20336 - Core Solutions of Microsoft Lync Server 2013 Length 5 days Price $4070.00 (inc GST) Version B Overview This instructor-led course teaches IT professionals

More information

Course 20336: Core Solutions of Microsoft Lync Server 2013

Course 20336: Core Solutions of Microsoft Lync Server 2013 Course 20336: Core Solutions of Microsoft Lync Server 2013 Type:Course Audience(s):IT Professionals Technology:Microsoft Lync Server Level:300 This Revision:B Delivery method: Instructor-led (classroom)

More information

Deployment Guide. Microsoft Lync 2013 and Citrix NetScaler Deployment Guide. citrix.com

Deployment Guide. Microsoft Lync 2013 and Citrix NetScaler Deployment Guide. citrix.com Deployment Guide Microsoft Lync 2013 and Citrix NetScaler Deployment Guide Table of contents Introduction 3 Overview of Microsoft Lync 2013 3 Lync Server Roles 3 Standard Edition Server 3 Front-End Server

More information

Deploying, Configuring, and Administering Microsoft Lync Server 2010

Deploying, Configuring, and Administering Microsoft Lync Server 2010 Course 10533: Deploying, Configuring, and Administering Microsoft Lync Server 2010 Page 1 of 9 Deploying, Configuring, and Administering Microsoft Lync Server 2010 Course 10533: 4 days; Instructor-Led

More information

Configuring an Etherspeak SIP Trunk in Microsoft Lync 2013

Configuring an Etherspeak SIP Trunk in Microsoft Lync 2013 Configuring an Etherspeak SIP Trunk in Microsoft Lync 2013 This is to cover the steps needed for basic functionality to communicate with Etherspeak s SIP trunking service. Many environments are different

More information

Course Syllabus. About the course. Audience. At Course Completion. Microsoft Lync 2013 Depth Support Engineer. Certification Exams: 74-338

Course Syllabus. About the course. Audience. At Course Completion. Microsoft Lync 2013 Depth Support Engineer. Certification Exams: 74-338 Course Syllabus Course Title: Microsoft Lync 2013 Depth Support Engineer Format: Instructor-Led Certification Exams: 74-338 This course syllabus should be used to determine whether the course is appropriate

More information

10533A: Deploying, Configuring, and Administering Microsoft Lync Server 2010

10533A: Deploying, Configuring, and Administering Microsoft Lync Server 2010 10533A: Deploying, Configuring, and Administering Microsoft Lync Server 2010 Course Overview This instructor-led course teaches IT professionals how to deploy, configure, and administer a Microsoft Lync

More information

20336B: Core Solutions of Microsoft Lync Server 2013

20336B: Core Solutions of Microsoft Lync Server 2013 20336B: Core Solutions of Microsoft Lync Server Course Details Course Code: Duration: Notes: 20336B 5 days This course syllabus should be used to determine whether the course is appropriate for the students,

More information

Course 10533A: Deploying, Configuring, and Administering Microsoft Lync Server 2010

Course 10533A: Deploying, Configuring, and Administering Microsoft Lync Server 2010 Sales 406/256-5700 Support 406/252-4959 Fax 406/256-0201 Evergreen Center North 1501 14 th St West, Suite 201 Billings, MT 59102 Course 10533A: Deploying, Configuring, and Administering Microsoft Lync

More information

Deploying BIG-IP LTM with Microsoft Lync Server 2010 and 2013

Deploying BIG-IP LTM with Microsoft Lync Server 2010 and 2013 F5 Deployment Guide Deploying BIG-IP LTM with Microsoft Lync Server 2010 and 2013 Welcome to the Microsoft Lync Server 2010 and 2013 deployment guide. This document contains guidance on configuring the

More information

Microsoft.Braindumps.70-664.v2013-12-31.by.Toni.75q

Microsoft.Braindumps.70-664.v2013-12-31.by.Toni.75q Microsoft.Braindumps.70-664.v2013-12-31.by.Toni.75q Number: 70-664 Passing Score: 700 Time Limit: 120 min File Version: 12.5 http://www.gratisexam.com/ Exam Code: 70-664 Exam Name: TS: Microsoft Lync Server

More information

Cisco Collaboration with Microsoft Interoperability

Cisco Collaboration with Microsoft Interoperability Cisco Collaboration with Microsoft Interoperability Infrastructure Cheatsheet First Published: June 2016 Cisco Expressway X8.8 Cisco Unified Communications Manager 10.x or later Microsoft Lync Server 2010

More information

Thunder Series with Microsoft Lync Server 2013 for Reverse Proxy Deployments DEPLOYMENT GUIDE

Thunder Series with Microsoft Lync Server 2013 for Reverse Proxy Deployments DEPLOYMENT GUIDE Thunder Series with Microsoft Lync Server 2013 for Reverse Proxy Deployments DEPLOYMENT GUIDE Table of Contents 1 Introduction...2 1.1 Lync Server 2013 Roles...2 1.2 Deployment Guide Notes:...4 2 Configuring

More information

50573: Premier Support for Lync Partners Tier 2. Sobre o curso. Microsoft - Servidores

50573: Premier Support for Lync Partners Tier 2. Sobre o curso. Microsoft - Servidores 50573: Premier Support for Lync Partners Tier 2 Microsoft - Servidores Preço: sob consulta ( Os valores apresentados não incluem IVA. Oferta de IVA a particulares e estudantes ) Nível: Avançado Duração:

More information

Core Solutions of Microsoft Lync Server 2013

Core Solutions of Microsoft Lync Server 2013 CÔNG TY CỔ PHẦN TRƯỜNG CNTT TÂN ĐỨC TAN DUC INFORMATION TECHNOLOGY SCHOOL JSC LEARN MORE WITH LESS! Core Solutions of Microsoft Lync Server 2013 Course 20336A: Five days; Instructor-Led About this Course

More information

Unified Communications in RealPresence Access Director System Environments

Unified Communications in RealPresence Access Director System Environments [Type the document title] 3.0 October 2013 3725-78704-001B1 Deploying Polycom Unified Communications in RealPresence Access Director System Environments Polycom Document Title 1 Trademark Information Polycom

More information

Deployment Guide July-2014 rev. a. Deploying Array Networks APV Series Application Delivery Controllers for Microsoft Lync Server 2013

Deployment Guide July-2014 rev. a. Deploying Array Networks APV Series Application Delivery Controllers for Microsoft Lync Server 2013 Deployment Guide July-2014 rev. a Deploying Array Networks APV Series Application Delivery Controllers for Microsoft Lync Server 2013 Contents 1 Introduction... 2 1.1 Lync Server Roles... 2 1.3 Array Networks

More information

Owner of the content within this article is www.isaserver.org Written by Marc Grote www.it-training-grote.de

Owner of the content within this article is www.isaserver.org Written by Marc Grote www.it-training-grote.de Owner of the content within this article is www.isaserver.org Written by Marc Grote www.it-training-grote.de Microsoft Forefront TMG How to use TMG network templates Abstract In this article I will show

More information

IM and Presence. Skype for Business 2015 users. Legend. Skype for Business 2015 users. Active Directory Domain Services.

IM and Presence. Skype for Business 2015 users. Legend. Skype for Business 2015 users. Active Directory Domain Services. TP: 443 HTTP: 80 SIP/TLS: 5061 SIP/TLS: 5061 HTTPS: 443 IM and Presence SIP traffic: signaling and IM XMPP traffic HTTPS traffic MSMQ traffic LS traffic HTTPS: 4443 Director proxies Web traffic to destination

More information

Load Balancing for Microsoft Office Communication Server 2007 Release 2

Load Balancing for Microsoft Office Communication Server 2007 Release 2 Load Balancing for Microsoft Office Communication Server 2007 Release 2 A Dell and F5 Networks Technical White Paper End-to-End Solutions Team Dell Product Group Enterprise Dell/F5 Partner Team F5 Networks

More information

Deploying the BIG-IP LTM v10 with Microsoft Lync Server 2010 and 2013

Deploying the BIG-IP LTM v10 with Microsoft Lync Server 2010 and 2013 Deployment Guide Document version:.6 What's inside: Prerequisites and configuration notes 4 Configuration Flow 5 Configuring the BIG-IP system for Lync Server 00 and 0 8 Creating the irules Appendix A:

More information

Enabling Users for Lync services

Enabling Users for Lync services Enabling Users for Lync services 1) Login to collaborate.widevoice Server as admin user 2) Open Lync Server control Panel as Run As Administrator 3) Click on Users option and click Enable Users option

More information

Microsoft Lync Server 2010

Microsoft Lync Server 2010 Microsoft Lync Server 2010 Scale to a Load Balanced Enterprise Edition Pool with WebMux Walkthrough Published: March. 2012 For the most up to date version of the Scale to a Load Balanced Enterprise Edition

More information

HOSTED LYNC EXPRESS. Administrator s Guide. This guide will help enable the customer to set up and maintain the HLE services for their organization.

HOSTED LYNC EXPRESS. Administrator s Guide. This guide will help enable the customer to set up and maintain the HLE services for their organization. HOSTED LYNC EXPRESS Administrator s Guide This guide will help enable the customer to set up and maintain the HLE services for their organization. Contents Cascade Provisioning Tool... 4 Accessing Cascade...

More information

Introduction to the EIS Guide

Introduction to the EIS Guide Introduction to the EIS Guide The AirWatch Enterprise Integration Service (EIS) provides organizations the ability to securely integrate with back-end enterprise systems from either the AirWatch SaaS environment

More information

Enterprise Voice and Online Services with Microsoft Lync Server 2013

Enterprise Voice and Online Services with Microsoft Lync Server 2013 Course 20337B: Enterprise Voice and Online Services with Microsoft Lync Server 2013 Course Details Course Outline Module 1: Voice Architecture This module introduce Enterprise Voice features of Lync Server

More information

Application Notes for Microsoft Office Communicator Clients with Avaya Communication Manager Phones - Issue 1.1

Application Notes for Microsoft Office Communicator Clients with Avaya Communication Manager Phones - Issue 1.1 Avaya Solution & Interoperability Test Lab Application Notes for Microsoft Office Communicator Clients with Avaya Communication Manager Phones - Issue 1.1 Abstract These Application Notes describe the

More information

10533: Deploying, Configuring, and Administering Microsoft Lync Server 2010 Duration: Five Days

10533: Deploying, Configuring, and Administering Microsoft Lync Server 2010 Duration: Five Days To register or for more information call our office (208) 898-9036 or email register@leapfoxlearning.com 10533: Deploying, Configuring, and Administering Microsoft Lync Server 2010 Duration: Five Days

More information

Microsoft. MCSE: Communication Certification Courseware. Version 2.1

Microsoft. MCSE: Communication Certification Courseware. Version 2.1 Microsoft MCSE: Communication Certification Courseware Version 2.1 70-336 Core Solutions on Lync Server 2013 Lync can be installed on: Windows 2008R2 SP1 Windows Server 2012 No Core Support. SQL Server

More information

Fabrizio Volpe. MVP Directory Services MCITP Lync 2010. @Fabriziovlp. Fabrizio.volpe@gmx.com. http://www.linkedin.com/in/fabriziov

Fabrizio Volpe. MVP Directory Services MCITP Lync 2010. @Fabriziovlp. Fabrizio.volpe@gmx.com. http://www.linkedin.com/in/fabriziov Fabrizio Volpe MVP Directory Services MCITP Lync 2010 @Fabriziovlp Fabrizio.volpe@gmx.com http://www.linkedin.com/in/fabriziov Agenda Intro to Lync Server Lync Features : Presence Integration with Sharepoint,

More information

Deployment Guide. AX Series for Microsoft Lync Server 2010

Deployment Guide. AX Series for Microsoft Lync Server 2010 Deployment Guide AX Series for Microsoft Lync Server 2010 TABLE OF CONTENTS Introduction... 3 Deployment Guide Overview... 5 Deployment Prerequisites and Assumptions... 7 AX Deployment for Lync Server

More information

Microsoft Lync Server 2010 LICENSING GUIDE

Microsoft Lync Server 2010 LICENSING GUIDE Microsoft Lync Server 2010 LICENSING GUIDE Table of Contents Executive Summary... 3 1 Key Changes for Lync Server 2010... 4 1.1 New Brand... 4 1.2 New Plus CAL... 4 1.3 Changes to the Enterprise CAL and

More information

IP Phone Presence Setup

IP Phone Presence Setup Static Route Configuration on IM and Presence Service, page 1 Presence Gateway Configuration on IM and Presence Service, page 6 Configure SIP Publish Trunk on IM and Presence Service, page 7 Configure

More information

Deploying the BIG-IP System v11 with Microsoft Exchange 2010 and 2013 Client Access Servers

Deploying the BIG-IP System v11 with Microsoft Exchange 2010 and 2013 Client Access Servers Deployment Guide Deploying the BIG-IP System v11 with Microsoft Exchange 2010 and 2013 Client Access Servers Welcome to the F5 and Microsoft Exchange 2010 and 2013 Client Access Server deployment guide.

More information

Implementation notes on Integration of Avaya Aura Application Enablement Services with Microsoft Lync 2010 Server.

Implementation notes on Integration of Avaya Aura Application Enablement Services with Microsoft Lync 2010 Server. Implementation notes on Integration of Avaya Aura Application Enablement Services with Microsoft Lync 2010 Server. Introduction The Avaya Aura Application Enablement Services Integration for Microsoft

More information

MS 20337A: Enterprise Voice and Online Services with Microsoft Lync 2013

MS 20337A: Enterprise Voice and Online Services with Microsoft Lync 2013 MS 20337A: Enterprise Voice and Online Services with Microsoft Lync 2013 Description: This five-day instructor-led course teaches how to design and configure Enterprise Voice and Online Services in Microsoft

More information

Digital certificates and SSL

Digital certificates and SSL Digital certificates and SSL 20 out of 33 rated this helpful Applies to: Exchange Server 2013 Topic Last Modified: 2013-08-26 Secure Sockets Layer (SSL) is a method for securing communications between

More information

Unified Communications Mobile and Remote Access via Cisco Expressway

Unified Communications Mobile and Remote Access via Cisco Expressway Unified Communications Mobile and Remote Access via Cisco Expressway Deployment Guide Cisco Expressway X8.1.1 or later Cisco Unified CM 9.1(2)SU1 or later January 2015 Contents Mobile and remote access

More information

Quick Setup Guide. Integration of Aastra MX-ONE / Aastra 700 and Microsoft Lync Server 2010

Quick Setup Guide. Integration of Aastra MX-ONE / Aastra 700 and Microsoft Lync Server 2010 Quick Setup Guide Integration of Aastra MX-ONE / Aastra 700 and Microsoft Lync Server 2010 Aastra MX-ONE TM and Aastra 700 running Telephony Server software V.4.1 SP3 and later Aastra Telecom Sweden AB

More information

Deploying F5 with Microsoft Forefront Threat Management Gateway 2010

Deploying F5 with Microsoft Forefront Threat Management Gateway 2010 Deployment Guide Document Version 1.4 What s inside: 2 Prerequisites and configuration notes 3 Configuring two-way firewall load balancing to Microsoft OWA 11 Configuring firewall load balancing with a

More information

ACS Express for Office365

ACS Express for Office365 ACS Express for Office365 The Office 365 Gateway Active Communications Europe Over 20 years of experience Unified Messaging and Communication Experts Microsoft ISV Partner Unified Communications Offices

More information

4xx High Definition IP Phones. Deployment Guide. AudioCodes 420HD Compatible IP Phone Tested and Qualified for Microsoft Lync. Document #: LTRT-21920

4xx High Definition IP Phones. Deployment Guide. AudioCodes 420HD Compatible IP Phone Tested and Qualified for Microsoft Lync. Document #: LTRT-21920 AudioCodes 4xx High Definition IP Phones Deployment Guide AudioCodes 420HD Compatible IP Phone Tested and Qualified for Microsoft Lync Document #: LTRT-21920 Deployment Guide Contents Table of Contents

More information

Adding Telephony to Microsoft Lync with Office 365 & Other Use Cases June 11, 2013

Adding Telephony to Microsoft Lync with Office 365 & Other Use Cases June 11, 2013 Adding Telephony to Microsoft Lync with Office 365 & Other Use Cases June 11, 2013 Attendee Dashboard Control Panel Click plus [+] icon to expand menus Click minus [-] icon to collapse menus Questions

More information

Implementing Intercluster Lookup Service

Implementing Intercluster Lookup Service Appendix 11 Implementing Intercluster Lookup Service Overview When using the Session Initiation Protocol (SIP), it is possible to use the Uniform Resource Identifier (URI) format for addressing an end

More information

Unified Communications Mobile and Remote Access via Cisco VCS

Unified Communications Mobile and Remote Access via Cisco VCS Unified Communications Mobile and Remote Access via Cisco VCS Deployment Guide Cisco VCS X8.2 Cisco Unified CM 9.1(2)SU1 or later January 2015 Contents Mobile and remote access overview 4 Jabber client

More information

ARR Reverse proxy deployment for Lync 2013

ARR Reverse proxy deployment for Lync 2013 ARR Reverse proxy deployment for Lync 2013 My sip domain called contoso.com. Lync deployment consist of single standard edition server (std.contoso.com), edge server and ARR reverse proxy. Prerequisites

More information

Configuration Notes 0215

Configuration Notes 0215 Mediatrix Digital and Analog VoIP Gateways DNS SRV Configuration for a Redundant Server Solution (SIP) Introduction... 2 Deployment Scenario... 2 DNS SRV (RFC 2782)... 3 Microsoft Server Configuration...

More information

LoadMaster Deployment Guide

LoadMaster Deployment Guide LoadMaster Deployment Guide For Microsoft Lync 2010 Updated: November 2011 2002-2011 KEMP Technologies, Inc. All rights reserved. KEMP Technologies and the KEMP Technologies logo are registered trademarks

More information

SIP Trunking with Microsoft Office Communication Server 2007 R2

SIP Trunking with Microsoft Office Communication Server 2007 R2 SIP Trunking with Microsoft Office Communication Server 2007 R2 A Dell Technical White Paper By Farrukh Noman Dell Product Group - Enterprise THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY

More information

EDGE SERVER. Predavatelj: Sašo Erdeljanov, MVP Exchange E-mail: saso@mreza.info Podjetje: Sašo Erdeljanov s.p.

EDGE SERVER. Predavatelj: Sašo Erdeljanov, MVP Exchange E-mail: saso@mreza.info Podjetje: Sašo Erdeljanov s.p. EDGE SERVER Predavatelj: Sašo Erdeljanov, MVP Exchange E-mail: saso@mreza.info Podjetje: Sašo Erdeljanov s.p. INTRODUCTION EDGE Server Connecting internal and external world Remote, Federated, Anonymous

More information

Guide to Deploying Microsoft Exchange 2013 with Citrix NetScaler

Guide to Deploying Microsoft Exchange 2013 with Citrix NetScaler Deployment Guide Guide to Deploying Microsoft Exchange 2013 with Citrix NetScaler Extensive guide covering details of NetScaler ADC deployment with Microsoft Exchange 2013. Table of Contents Introduction

More information

SBC 1000 / SBC 2000 Series Configuration Guide (For Microsoft Lync Server 2013)

SBC 1000 / SBC 2000 Series Configuration Guide (For Microsoft Lync Server 2013) Configuration Guide SBC 1000 / SBC 2000 Series Configuration Guide (For Microsoft Lync Server 2013) For use with AT&T s IP Flexible Reach Enhanced Features Service on MIS, MPLS PNT or AT&T VPN Disclaimers

More information

Microsoft Office Communications Server 2007 & Coyote Point Equalizer Deployment Guide DEPLOYMENT GUIDE

Microsoft Office Communications Server 2007 & Coyote Point Equalizer Deployment Guide DEPLOYMENT GUIDE Microsoft Office Communications Server 2007 & Coyote Point Equalizer DEPLOYMENT GUIDE Table of Contents Unified Communications Application Delivery...2 General Requirements...6 Equalizer Configuration...7

More information

Cisco Expressway IP Port Usage for Firewall Traversal. Cisco Expressway X8.1 D15066.01 December 2013

Cisco Expressway IP Port Usage for Firewall Traversal. Cisco Expressway X8.1 D15066.01 December 2013 Cisco Expressway IP Port Usage for Firewall Traversal Cisco Expressway X8.1 D15066.01 December 2013 Contents: Cisco Expressway IP port usage Which IP ports are used with Cisco Expressway? Which IP ports

More information

How To Use Netscaler As An Afs Proxy

How To Use Netscaler As An Afs Proxy Deployment Guide Guide to Deploying NetScaler as an Active Directory Federation Services Proxy Enabling seamless authentication for Office 365 use cases Table of Contents Introduction 3 ADFS proxy deployment

More information

Unified Communications Mobile and Remote Access via Cisco VCS

Unified Communications Mobile and Remote Access via Cisco VCS Unified Communications Mobile and Remote Access via Cisco VCS Deployment Guide Cisco VCS X8.1.1 or later Cisco Unified CM 9.1(2)SU1 or later January 2015 Contents Mobile and remote access 4 Jabber client

More information

Module 4. Planning and Designing Load Balancing

Module 4. Planning and Designing Load Balancing Module 4 Planning and Designing Load Balancing Designing Lync Server 2010 Jump Start Day 1: Topology Design Mod 1: Lync Server 2010 Design Process Overview Module 2a: Designing a LS 2010 Topology ONE Module

More information

Polycom Unified Communications in RealPresence Access Director System Environments

Polycom Unified Communications in RealPresence Access Director System Environments Solution Deployment Guide Version 4.0 June 2014 3725-78704-001D Polycom Unified Communications in RealPresence Access Director System Environments Copyright 2014, Polycom, Inc. All rights reserved. No

More information

Deployment Guide for Microsoft Lync 2010

Deployment Guide for Microsoft Lync 2010 Deployment Guide for Microsoft Lync 2010 Securing and Accelerating Microsoft Lync with Palo Alto Networks Next-Generation Firewall and Citrix NetScaler Joint Solution Table of Contents 1. Overview...3

More information

Polycom Unified Communications Deployment Guide for Microsoft Environments

Polycom Unified Communications Deployment Guide for Microsoft Environments Polycom Unified Communications Deployment Guide for Microsoft Environments Wave 4 February 2011 3725-00000-003C Trademark Information Polycom, the Polycom Triangles logo, and the names and marks associated

More information

Implementing Microsoft Office Communications Server 2007 With Coyote Point Systems Equalizer Load Balancing

Implementing Microsoft Office Communications Server 2007 With Coyote Point Systems Equalizer Load Balancing Implementing Microsoft Office Communications Server 2007 With Coyote Point Systems Equalizer Load Balancing WHITE PAPER Prepared by: Mark Hoffmann Coyote Point Systems Inc. Abstract: This white paper describes

More information

Enterprise Voice and Online Services with Microsoft Lync Server 2013

Enterprise Voice and Online Services with Microsoft Lync Server 2013 CÔNG TY CỔ PHẦN TRƯỜNG CNTT TÂN ĐỨC TAN DUC INFORMATION TECHNOLOGY SCHOOL JSC LEARN MORE WITH LESS! Enterprise Voice and Online Services with Microsoft Lync Server 2013 Course 20337B: Five days; Instructor-Led

More information

Cisco Expressway Basic Configuration

Cisco Expressway Basic Configuration Cisco Expressway Basic Configuration Deployment Guide Cisco Expressway X8.1 D15060.03 August 2014 Contents Introduction 4 Example network deployment 5 Network elements 6 Internal network elements 6 DMZ

More information

Step-By-Step Guide to Deploying Lync Server 2010 Enterprise Edition

Step-By-Step Guide to Deploying Lync Server 2010 Enterprise Edition Step-By-Step Guide to Deploying Lync Server 2010 Enterprise Edition The installation of Lync Server 2010 is a fairly task-intensive process. In this article, I will walk you through each of the tasks,

More information

Live Communications Server 2005 SP1 Office Communications Server 2007. Matt Newton Network Engineer MicroMenders, Inc

Live Communications Server 2005 SP1 Office Communications Server 2007. Matt Newton Network Engineer MicroMenders, Inc Live Communications Server 2005 SP1 Office Communications Server 2007 Matt Newton Network Engineer MicroMenders, Inc Focus of this Presentation Of the Unified Communications and Collaboration capabilities,

More information

BroadSoft Partner Configuration Guide

BroadSoft Partner Configuration Guide BroadSoft Partner Configuration Guide Microsoft Lync 2010 SIP Trunking August 2012 Document Version 1.6 9737 Washingtonian Blvd Suite 350 Gaithersburg, MD USA 20878 Tel +1 301.977.9440 WWW.BROADSOFT.COM

More information

Feature Integration Across Microsoft Office Server Products SharePoint Server, Exchange Server, Lync Server, and Office Web Apps

Feature Integration Across Microsoft Office Server Products SharePoint Server, Exchange Server, Lync Server, and Office Web Apps Feature Integration Across Microsoft Office Products SharePoint,,, and Office Web Apps Illustrations for cross-server features This multi-tab Visio file (or multi-page PDF file) includes descriptions and

More information

Grandstream Networks, Inc. How to Integrate UCM6100 with Microsoft Lync Server

Grandstream Networks, Inc. How to Integrate UCM6100 with Microsoft Lync Server Grandstream Networks, Inc. How to Integrate UCM6100 with Microsoft Lync Server Index Table of Contents OVERVIEW... 3 UCM6100 CONFIGURATION... 4 STEP 1: CREATE SIP PEER TRUNK... 4 STEP 2: CONFIGURE OUTBOUND

More information

Microsoft Exchange Client Access Servers

Microsoft Exchange Client Access Servers F5 Deployment Guide Microsoft Exchange Client Access Servers Welcome to the F5 and Microsoft Exchange 2010 and 2013 Client Access Server deployment guide. Use this document for guidance on configuring

More information

Deploying F5 to Replace Microsoft TMG or ISA Server

Deploying F5 to Replace Microsoft TMG or ISA Server Deploying F5 to Replace Microsoft TMG or ISA Server Welcome to the F5 deployment guide for configuring the BIG-IP system as a forward and reverse proxy, enabling you to remove or relocate gateway security

More information

How to use mobilecho with Microsoft Forefront Threat Management Gateway (TMG)

How to use mobilecho with Microsoft Forefront Threat Management Gateway (TMG) How to use mobilecho with Microsoft Forefront Threat Management Gateway (TMG) Introduction Understanding Forefront Threat Management Gateway (TMG) Network Topology Understanding Forefront Threat Management

More information

Cisco TelePresence Video Communication Server Basic Configuration (Control with Expressway)

Cisco TelePresence Video Communication Server Basic Configuration (Control with Expressway) Cisco TelePresence Video Communication Server Basic Configuration (Control with Expressway) Deployment Guide Cisco VCS X8.1 D14651.08 August 2014 Contents Introduction 4 Example network deployment 5 Network

More information

Cisco TelePresence Authenticating Cisco VCS Accounts Using LDAP

Cisco TelePresence Authenticating Cisco VCS Accounts Using LDAP Cisco TelePresence Authenticating Cisco VCS Accounts Using LDAP Deployment Guide Cisco VCS X8.1 D14465.06 December 2013 Contents Introduction 3 Process summary 3 LDAP accessible authentication server configuration

More information

Polycom Unified Communications in RealPresence Access Director System Environments

Polycom Unified Communications in RealPresence Access Director System Environments Solution Deployment Guide Version 4.1 December 2014 3725-78704-001E Polycom Unified Communications in RealPresence Access Director System Environments Copyright 2014, Polycom, Inc. All rights reserved.

More information

App Orchestration 2.5

App Orchestration 2.5 Configuring NetScaler 10.5 Load Balancing with StoreFront 2.5.2 and NetScaler Gateway for Prepared by: James Richards Last Updated: August 20, 2014 Contents Introduction... 3 Configure the NetScaler load

More information

Application Notes for Configuring Microsoft Office Communications Server 2007 R2 and Avaya IP Office PSTN Call Routing - Issue 1.0

Application Notes for Configuring Microsoft Office Communications Server 2007 R2 and Avaya IP Office PSTN Call Routing - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Configuring Microsoft Office Communications Server 2007 R2 and Avaya IP Office PSTN Call Routing - Issue 1.0 Abstract These Application

More information

Shared Components PSTN gateways PSTN gateways New IP/PSTN Gateway Define New IP/PSTN Gateway Define the PSTN Gateway FQDN FQDN Next

Shared Components PSTN gateways PSTN gateways New IP/PSTN Gateway Define New IP/PSTN Gateway Define the PSTN Gateway FQDN FQDN Next Microsoft Lync 2013 Integration with VoIP.co.uk SAFEgateway In order to integrate Microsoft Lync 2013 with the VoIP.co.uk SAFEgateway you must configure both the Microsoft Lync server and the VoIP.co.uk

More information

Microsoft Office Communications Server 2007 R2

Microsoft Office Communications Server 2007 R2 Microsoft Office Communications Server 2007 R2 Scale to a Load Balanced Enterprise Edition Pool with WebMux Walkthrough Published: Sept. 2009 For the most up-to-date version of the Scale to a Load Balanced

More information