IBM Sametime & Best Practices for Deployment

Size: px
Start display at page:

Download "IBM Sametime 8.5.2 & Best Practices for Deployment"

Transcription

1 IBM Sametime & Best Practices for Deployment Pat Galvin STSM, IBM Unified Communications & Collaboration Binh Nguyen STSM, IBM Unified Communications & Collaboration November 2011

2 Agenda IBM Sametime Review Audio / Video features Sametime Advanced Capacity Planning Approach & Basic Metrics Deploying for High-Availability Clustering & Failover Disaster Recovery Multi-site deployment Deploying for Audio/Video Firewall traversal

3 Sametime Key Themes Web browser meetings improvements to extend access and reach Audio video management tools to help accelerate adoption Mobile access - new devices and capabilities New options to simplify SUT deployment Sametime GA on 1 June 2011! 3

4 Audio and video in the Web meetings client Browser plug-in installs on demand or pre-installed; also supports 3rd party video integration Call and video controls List of participants shows connection, presence and muted status. Call Controls: - Connect/disconnect - Adjust Volume - Hold/Resume Moderator Controls: - Mute/unmute all - Mute another person - Lock call - End call for everyone - Hang up participant Video Controls: - Show/ hide own video - Hold/resume - Pause/resume 4

5 Audio/Video in Browsers: Native Softphone Web softphone is only a few Mbs in size. approx 2.7 Mb(download) 6Mb(uncompressed) Web UI (JSP/HTML/JavaScript/DOJO) Browser Plugins Webplayer It can be easily downloaded via an update site provided in server configuration. Media Plug-in Manager Native Softphone The softphone version is stored in plugins.ini file and is maintained by the Plug-in Manager component. SIP/SIPS TLS STUN/TURN (ICE SDK) Video Engine RTP/SRTP RTCP Transport: TCP/UDP 5

6 A richer Web meetings experience Click to return to the meeting room center Meetings open in a new tab or window Jump forward or backwards in the slide deck Create and send polls Pointer and highlighters 6

7 Improved controls and management tools Manage access to meeting rooms Prevent entry ahead of room owner or manager Eject users End meeting session for all Delete rooms from the server A tool for administrators Delete rooms from the server Click to end the meeting 7

8 Sametime Bandwidth Manager Protects network by restricting bandwidth used for Sametime audio/video Manages calls to available bandwidth at each location Uses bandwidth policies based on classes of users Ted VP (US) Amadou (France) Gail VP (China) Raphael (Brazil) 8

9 Bandwidth Management Endpoint A 1 4 SIP Proxy Endpoint B Call control INVITE sip:b From: sip: A@domain To: sip:b@domain Contact: sip:<ip A> payload SDP 2 3 Bandwidth Mgr INVITE sip:b From: sip: A@domain To: sip:b@domain Contact: sip:<ip BWM> payload SDP - modified Accept, reject, modify video bandwidth based on policies Centrally manage, provision, and monitor 9

10 Support for Dual Audio/Video Adapters Simultaneously connect Sametime to a 3rd-party audio and video system Users select appropriate service for each call or conference Administrators manage access to each service via policies Voice Audio Bridge Connector Sametime Media Manager Voice and Video Video Conferencing Connector 10

11 Sametime mobile client for Android Presence and IM Send images over IM SUT Dialer Place calls from your mobile phone via SUT Calls back to device to avoid outgoing mobile charges Use the preferred number and device to avoid mobile charges Change preferred SUT device directly from the Android phone 11

12 Sametime meetings client for Blackberry devices 12

13 Sametime SUT Lite Client Community Server Sametime Proxy\Registrar vp sip Sametime Client sip 3rd Party PBX sip Phones 13

14 Sametime SUT Lite Client A separate entitlement from ST Standard Use Sametime rich client for making and receiving audio/video calls Uses Sametime SIP Trunking Does not require SUT TAS or TCS More limited functionality than full SUT Soft phone only No conferencing, device management, call-routing, mobile... Upgradable to full SUT Certified with specific partners Cisco, Avaya are 1st candidates 14

15 Sametime Advanced New release of Sametime Advanced Chat room LDAP group ACL's Improved scalability for alerting/ broadcasts Server side MQTT replaces Event Broker Compliance logging API's Capture chat room activity Partnering with Actiance, Permessa, Instant Technologies and others Sametime System Console support for deployment/management Consistent platform support with Sametime Standard New: group support for chat room access Support for latest server OS platforms WAS 7.x and DB2 9.5/9.7 support 15

16 Agenda Sametime Review Audio / Video features Sametime Advanced Capacity Planning Approach & Basic Metrics Deploying for High-Availability Clustering & Failover Disaster Recovery Multi-site deployment Deploying for Audio/Video Firewall traversal

17 Capacity Planning What compute resource (CPU & RAM) will be needed? The process is based on an operational model: How many users? What is peak concurrency rate? Eg, 50k users, peak rate of 75%, we size for 37.5k active users. Different services have different concurrencies. Chat usually is highest 50% or more. Meetings is usually ~10%. Look at your calendar the proportion of your scheduled meetings that have web meetings is your meetings concurrency. IBM Techline provides the questionnaire. Accessed by IBM account teams on behalf of customers. 17

18 Capacity Planning Example 70,000 users sizing: Community server: 2 servers of 2 cores (3 GHz), 4 GB RAM each. MUX server: 2 servers of 2 cores (3 GHz), 4 GB RAM each. Meetings: 5 servers of 4 cores (3 GHz), 4 GB RAM each. WebSphere proxy: 2 servers of 4 cores (3 GHz), 4 GB RAM each. DB2 server: 1 server of 8 cores, 16 GB RAM. AV Packet Switcher: 3 servers of 8 cores (3 GHz), 4 GB RAM each. Proxy/Registrar, Conference Focus: 2 servers of 4 cores (3 GHz), 4 GB RAM each. M A X E E L P O Y L N 18

19 Agenda Sametime Review Audio / Video features Sametime Advanced Capacity Planning Approach & Basic Metrics Deploying for High-Availability Clustering & Failover Disaster Recovery Multi-site deployment Deploying for Audio/Video Firewall traversal

20 Deployment for High Availability Achieve Continuous Service Even if one component fails, users may either not even notice it, or lose service momentarily, but can immediately reconnect and be serviced by a different component, without losing data No down time No Single Point of Failure Scalability Be able to support a large number of users on a single system Fundamental Pattern: Single Entry Point to a Clustered Service Via: Load Balancer IP Sprayer Rotating DNS 20

21 Foundation for High Availability Community Server & Domino Domino clustering & Replication IBM WebSphere components All new components in Sametime 8.5.x are based on WebSphere. LDAP and DB2 in general Use a Load-Balanced entry point for configuration and planning even if you are initially configuring the service against a single host. Virtualization is supported for all components Quickly add new servers based on CPU/RAM equivalents. 21

22 WebSphere High Availability Basics IBM WebSphere All new components in Sametime 8.5.x are based on WebSphere. Node: A HW server where WebSphere code is installed. A node can be a standalone WebSphere deployment. Profile: A runtime configuration on a HW server; multiple profiles can exist on a single HW server. Deployment Manager (DM): Management/configuration application for a multi-node WebSphere deployment. Cell: A set of nodes managed by a DM. Server: An instance of a WebSphere process that handles/processes requests. A single profile may support multiple servers. Cluster: A group of servers, either spanning multiple nodes (horizontal) or on a single node (vertical). 22

23 Sametime System Console 23

24 Sametime System Console Acts as the Deployment Manager for the entire deployment Centralizes WebSphere, Sametime and Policy management Guided Activities to Plan LDAP and DB2 prerequisites Deployments of each product component Clustering of each product component Deployment plans are validated to ensure that the installations are successful Will not let plans proceed if prerequisite conditions are not met Visually see status of deployments and version information Once Clustering Activities are complete Synchronization of all nodes is possible Starting/Stopping/Restarting can be done remotely Visual indicators for cluster and application server status No Run-Time dependency 24

25 DB2 High Availability One method is to use Microsoft Cluster Service (MSCS). MSCS combines 2 nodes into a single virtual IP. All data is stored on a shared disk. When Computer A is unresponsive, MSCS switches traffic to Computer B. Same pattern can be created in Linux/AIX with Tivoli System Automation (TSA). Note: Requires additional DB2 PVUs for this config. 25

26 Agenda Sametime Review Audio / Video features Sametime Advanced Capacity Planning Approach & Basic Metrics Deploying for High-Availability Clustering & Failover Disaster Recovery Multi-site deployment Deploying for Audio/Video Firewall traversal

27 Deployment for Disaster Recovery Key pattern: Primary / secondary site, data replication The primary site handles all functions in normal operation. Secondary site handles functions when primary has failed or is inaccessible. Replication needed to keep the two in synch. Global Traffic Manager Network component that routes traffic to either primary or secondary. Based on health checks. 27

28 Deployment for Disaster Recovery Primary Site Clients Load Balancer Meetings Node Meetings Node Global Traffic Manager replication Secondary Site Load Balancer Meetings Node Meetings Node 28

29 Full System DR Example ISSL can provide architecture services for HA/DR. 29

30 Agenda Sametime Review Audio / Video features Sametime Advanced Capacity Planning Approach & Basic Metrics Deploying for High-Availability Clustering & Failover Disaster Recovery Multi-site deployment Deploying for Audio/Video Firewall traversal

31 Sametime Audio-Video Components SIP Proxy/Registrar Conference Manager Packet Switch Bandwidth Manager Meeting Server HTTP VP Community Server VP Bandwidth Manager Sametime Client SIP Proxy / Registrar Conference Manager Media Packet Switch 31

32 How Does Audio/Video Work? SIP Proxy/Registrar 1) Alice and Bob REGISTER their IP addresses with the SIP P/R 2) Alice wants to call Bob. 3) Alice sends an INVITE to the SIP P/R. 4) The SIP P/R knows Bob's address and is able to forward the INVITE to him. SIP INVITE To: From: c=in IP SIP Media/RTP 5) Bob responds with a similarly formatted OK. 6) Alice and Bob exchange media using the exchanged IP addresses. Alice Bob

33 What Happens with NAT? SIP Proxy/Registrar 1) Alice REGISTERs her private IP address, ) When Alice calls Bob, she sends an INVITE just like before: INVITE To: From: c=in IP SIP SIP ) Bob then tries to send media to Alice's PC using the NAT Media/RTP 4) Result: FAILURE. Alice public IP is different from her private IP. Alice Bob

34 Network Address Translation NAT is a technique used (1) To hide private addresses from a public network, and (2) To conserve addresses in the public IPV4 address space. All NAT firewalls work by mapping a private address/port combination to a public address/port combination. Eg., /137 to /137. NAT firewalls differ based on what peers are able to do: Symmetric NAT: Only an external peer that receives a packet from the internal peer can use that address/port. Different requests to the same internal address/port and mapped to different external ports. Most restrictive. Full-cone NAT: All incoming requests to the same private address/port are mapped to the same public address/port. Any external peer can use an address/port mapping. Least restrictive. Restricted NAT: All incoming requests to the same private address/port are mapped to the same public address/port, but only external peers that have received a packet from the internal peer can use that mapping. Medium restrictive. 34

35 Sametime NAT traversal for audio/video Enables audio and video connectivity across firewalls Supports ICE/STUN/TURN standards Corporate Network Public Network DMZ Sametime clients (rich or web)* Sametime Media Manager Internet New:Sametime TURN server Sametime clients (rich or web)* Partner/home Network NAT Router Sametime clients (rich or web)* * Requires updated Sametime clients (rich or web) 35

36 Sametime Audio/Video & Firewalls Sametime and most IP audio/video systems use a common strategy for transporting media across NAT firewalls: Use some intermediate server to determine public addresses. Attempt different combinations of addresses to get best media route. Standards in play are STUN, TURN and ICE: STUN: Session Traversal Utilities for NAT, provides means for clients to discover their public address(es). TURN: Traversal Using Relay NAT, provides a means to relay media between endpoints separated by NATs; usually used when a symmetric NAT is involved. ICE: Interactive Connectivity Establishment, protocol used by clients to determine optimal path to other endpoint. Depending on the number of firewalls and type of NAT Symmetric, Restrictive, etc. these protocols may be able to negotiate P2P media flows. 36

37 Example Scenario One participant behind a NAT firewall. SIP Proxy/Registrar SIP SIP TURN Server Media/RTP Media/RTP NAT Media/RTP?? P2P is possible in some environments. Alice Bob 37

38 Thanks! Sametime wiki: Sametime blog: 38

Lotus Sametime Unified Telephony

Lotus Sametime Unified Telephony Lotus Sametime Unified Telephony Telephony Integration An IBM Proof of Technology 2010 IBM Corporation Agenda IBM Software Telephony Integration Strategy : Two different approaches Telephony Vendor plug-ins

More information

Sametime 9 Meetings deployment Open Mic July 23rd 2014

Sametime 9 Meetings deployment Open Mic July 23rd 2014 Sametime 9 Meetings deployment Open Mic July 23rd 2014 Tony Payne Senior Software Engineer - Sametime Ginni Saini Software Engineer Sametime Support Joshua Edwards Software Engineer Sametime Support IBM

More information

What's New in Sametime 8.5. Roberto Chiabra IBM Certified IT Specialist

What's New in Sametime 8.5. Roberto Chiabra IBM Certified IT Specialist What's New in Sametime 8.5 Roberto Chiabra IBM Certified IT Specialist What's new in Sametime 8.5 Sametime Connect Client Online Meetings Audio / Video W eb Browser Clients & W eb 2.0 APIs Sametime Systems

More information

Sametime Unified Telephony Lite Client:

Sametime Unified Telephony Lite Client: Sametime Version 8.5.2 From Zero to Hero Sametime Unified Telephony Lite Client: Configuring SIP trunks to third-party audio/video equipment Contents Edition Notice...4 1 Introduction...5 1.1 What is Sametime

More information

IBM Lotus Sametime 8.5.2 Media Manager Cluster Deployment Walk-through Part I Overview and Planning. 2009 IBM Corporation

IBM Lotus Sametime 8.5.2 Media Manager Cluster Deployment Walk-through Part I Overview and Planning. 2009 IBM Corporation IBM Lotus Sametime 8.5.2 Media Manager Cluster Deployment Walk-through Part I Overview and Planning Scope and Overview The purpose of this walk-through is to demonstrate setting up a basic clustered Sametime

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

Sametime 101: Feature Overview. Roberto Chiabra IBM Certified IT Specialist

Sametime 101: Feature Overview. Roberto Chiabra IBM Certified IT Specialist Sametime 101: Feature Overview Roberto Chiabra IBM Certified IT Specialist IBM Sametime software 101: Feature Overview Rich Presence Enterprise Instant Messaging Mobility Online Meetings Voice & Video

More information

Scopia Desktop Server

Scopia Desktop Server Scopia Desktop Server Installation Guide Version 8.2.1 For Solution 8.2 8.2.1 2000-2013 RADVISION Ltd. All intellectual property rights in this publication are owned by RADVISION Ltd and are protected

More information

How should an enterprise move toward Unified Communications?

How should an enterprise move toward Unified Communications? WHITE PAPER How should an enterprise move toward Unified Communications? June 2008 Table of Contents Introduction... 1 Initiative 1: Improve support for mobile workers... 2 Initiative 2: Bring telephony

More information

District of Columbia Courts Attachment 1 Video Conference Bridge Infrastructure Equipment Performance Specification

District of Columbia Courts Attachment 1 Video Conference Bridge Infrastructure Equipment Performance Specification 1.1 Multipoint Control Unit (MCU) A. The MCU shall be capable of supporting (20) continuous presence HD Video Ports at 720P/30Hz resolution and (40) continuous presence ports at 480P/30Hz resolution. B.

More information

Personal Telepresence. Place the VidyoPortal/VidyoRouter on a public Static IP address

Personal Telepresence. Place the VidyoPortal/VidyoRouter on a public Static IP address NAT Introduction: Vidyo Conferencing in Firewall and NAT Deployments Vidyo Technical Note Section 1 The VidyoConferencing platform utilizes reflexive addressing to assist in setup of Vidyo calls. Reflexive

More information

Cisco Unified MeetingPlace 7.0 Web Conferencing

Cisco Unified MeetingPlace 7.0 Web Conferencing Cisco Unified MeetingPlace 7.0 Web Conferencing Product Overview Cisco Unified Communications Solutions enable collaboration so that organizations can quickly adapt to market changes while increasing productivity,

More information

COMPARING CALL CONTROL IN MICROSOFT OCS 2007 AND IBM LOTUS SAMETIME UNIFIED TELEPHONY

COMPARING CALL CONTROL IN MICROSOFT OCS 2007 AND IBM LOTUS SAMETIME UNIFIED TELEPHONY SUBSCRIPTION SERVICE May 9, 2008 COMPARING CALL CONTROL IN MICROSOFT OCS 2007 AND IBM LOTUS SAMETIME UNIFIED TELEPHONY COMPANY(S) MENTIONED: IBM, Microsoft, Nortel, Siemens. PRODUCT(S) / SERVICE(S): IBM

More information

Cisco Expressway Series

Cisco Expressway Series Data Sheet Cisco Expressway Series Advanced Collaboration Gateways for Simple and Secure Unified Communications Product Overview Cisco Expressway Series gateways for Cisco Unified Communications Manager

More information

Configuration Guide. Installation and. BlackBerry Enterprise Server for Microsoft Exchange. Version: 5.0 Service Pack: 4

Configuration Guide. Installation and. BlackBerry Enterprise Server for Microsoft Exchange. Version: 5.0 Service Pack: 4 BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0 Service Pack: 4 Installation and Configuration Guide Published: 2014-01-14 SWD-20140114180405595 Contents 1 Overview: BlackBerry Enterprise

More information

BlackBerry Enterprise Server for Microsoft Exchange. Version: 5.0 Service Pack: 4. Upgrade Guide

BlackBerry Enterprise Server for Microsoft Exchange. Version: 5.0 Service Pack: 4. Upgrade Guide BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0 Service Pack: 4 Upgrade Guide Published: 2014-01-16 SWD-20140116175501016 Contents 1 Overview: BlackBerry Enterprise Server...7 2 Planning

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

Whitepaper: Microsoft Office Communications Server 2007 R2 and Cisco Unified Communications Manager Integration Options

Whitepaper: Microsoft Office Communications Server 2007 R2 and Cisco Unified Communications Manager Integration Options Whitepaper: Microsoft Office Communications Server 2007 R2 and Cisco Unified Communications Manager Integration Options Document Summary This document provides information on several integration scenarios

More information

msuite5 & mdesign Installation Prerequisites

msuite5 & mdesign Installation Prerequisites CommonTime Limited msuite5 & mdesign Installation Prerequisites Administration considerations prior to installing msuite5 and mdesign. 7/7/2011 Version 2.4 Overview... 1 msuite version... 1 SQL credentials...

More information

This presentation discusses the new support for the session initiation protocol in WebSphere Application Server V6.1.

This presentation discusses the new support for the session initiation protocol in WebSphere Application Server V6.1. This presentation discusses the new support for the session initiation protocol in WebSphere Application Server V6.1. WASv61_SIP_overview.ppt Page 1 of 27 This presentation will provide an overview of

More information

BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0 Service Pack: 2. Feature and Technical Overview

BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0 Service Pack: 2. Feature and Technical Overview BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0 Service Pack: 2 Feature and Technical Overview Published: 2010-06-16 SWDT305802-1108946-0615123042-001 Contents 1 Overview: BlackBerry Enterprise

More information

QuickStart Guide vcenter Server Heartbeat 5.5 Update 2

QuickStart Guide vcenter Server Heartbeat 5.5 Update 2 vcenter Server Heartbeat 5.5 Update 2 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent

More information

nexvortex SIP Trunking Implementation & Planning Guide V1.5

nexvortex SIP Trunking Implementation & Planning Guide V1.5 nexvortex SIP Trunking Implementation & Planning Guide V1.5 510 S PRING S TREET H ERNDON VA 20170 +1 855.639.8888 Introduction Welcome to nexvortex! This document is intended for nexvortex Customers and

More information

How should an enterprise move toward Unified Communications?

How should an enterprise move toward Unified Communications? How should an enterprise move toward Unified Communications? April 2009 Table of Contents Initiative 1: Improve support for mobile workers... 2 Initiative 2: Bring telephony to the PC... 3 Initiative 3:

More information

AppSense Environment Manager. Enterprise Design Guide

AppSense Environment Manager. Enterprise Design Guide Enterprise Design Guide Contents Introduction... 3 Document Purpose... 3 Basic Architecture... 3 Common Components and Terminology... 4 Best Practices... 5 Scalability Designs... 6 Management Server Scalability...

More information

Chapter 2 TOPOLOGY SELECTION. SYS-ED/ Computer Education Techniques, Inc.

Chapter 2 TOPOLOGY SELECTION. SYS-ED/ Computer Education Techniques, Inc. Chapter 2 TOPOLOGY SELECTION SYS-ED/ Computer Education Techniques, Inc. Objectives You will learn: Topology selection criteria. Perform a comparison of topology selection criteria. WebSphere component

More information

WebRTC: Why You Should Care and How Avaya Can Help You. Joel Ezell Lead Architect, Collaboration Environment R&D

WebRTC: Why You Should Care and How Avaya Can Help You. Joel Ezell Lead Architect, Collaboration Environment R&D WebRTC: Why You Should Care and How Can Help You Joel Ezell Lead Architect, Collaboration Environment R&D What is WebRTC? A set of standards being defined by the IETF (protocols) and the W3C (JavaScript

More information

Installation and Maintenance Guide Release 1.0

Installation and Maintenance Guide Release 1.0 Installation and Maintenance Guide Release 1.0 NOTICE The information contained in this document is believed to be accurate in all respects but is not warranted by Mitel Networks Corporation (MITEL ).

More information

Configuration Guide. BlackBerry Enterprise Service 12. Version 12.0

Configuration Guide. BlackBerry Enterprise Service 12. Version 12.0 Configuration Guide BlackBerry Enterprise Service 12 Version 12.0 Published: 2014-12-19 SWD-20141219132902639 Contents Introduction... 7 About this guide...7 What is BES12?...7 Key features of BES12...

More information

Administrator Guide for Avaya Scopia Management for Aura Collaboration Suite

Administrator Guide for Avaya Scopia Management for Aura Collaboration Suite Administrator Guide for Avaya Scopia Management for Aura Collaboration Suite Version 8.3 For Solution 8.3 July 2014 2000-2014 Avaya Inc. All intellectual property rights in this publication are owned by

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

SIP Security Controllers. Product Overview

SIP Security Controllers. Product Overview SIP Security Controllers Product Overview Document Version: V1.1 Date: October 2008 1. Introduction UM Labs have developed a range of perimeter security gateways for VoIP and other applications running

More information

Introducing Cisco Voice and Unified Communications Administration Volume 1

Introducing Cisco Voice and Unified Communications Administration Volume 1 Introducing Cisco Voice and Unified Communications Administration Volume 1 Course Introduction Overview Learner Skills and Knowledge Course Goal and Course Flow Additional Cisco Glossary of Terms Your

More information

Agenda What can we do now? And 5 years from now we will still be current!

Agenda What can we do now? And 5 years from now we will still be current! Pittsburgh Steelers Alcatel-Lucent OmniPCX Enterprise IP Telephone System Alcatel-Lucent OmniSwitch Network Infrastructure Alcatel-Lucent Collaboration and Fax Server AVST Unified Messaging Wireless Network

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

Feature and Technical

Feature and Technical BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0 Service Pack: 4 Feature and Technical Overview Published: 2013-11-07 SWD-20131107160132924 Contents 1 Document revision history...6 2 What's

More information

Vidyo Network Configuration Guide Windows XP and Vista

Vidyo Network Configuration Guide Windows XP and Vista Vidyo Network Configuration Guide Windows XP and Vista Introduction Vidyo is a new video conferencing system used in the latest Attend Anywhere professional networking, video collaboration & service delivery

More information

GSX Monitor & Analyzer. for IBM Collaboration Suite

GSX Monitor & Analyzer. for IBM Collaboration Suite GSX Monitor & Analyzer for IBM Collaboration Suite 1 About GSX Solutions Founded in 1996, Headquartered in Switzerland Offices in USA, UK, France, Switzerland, China 600 customers In 40 countries GSX Solutions

More information

Cisco TelePresence Management Suite

Cisco TelePresence Management Suite Data Sheet Centralized orchestration and management across the telepresence network Product Overview Figure 1. Cisco TelePresence Management Suite (Cisco TMS) provides complete control and management of

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

UC-One. Epik. UC-One Quick Guide. Quick Guide For Apps. Why we love UC-One

UC-One. Epik. UC-One Quick Guide. Quick Guide For Apps. Why we love UC-One Quick Guide For Apps Epik UC-One UC-One is part of our Epik suite enabling you to access all your communication services, telephony, video, IM and presence from any supported device. Contact Integration

More information

nexvortex SIP Trunking

nexvortex SIP Trunking nexvortex SIP Trunking January 2015 510 SPRING STREET HERNDON VA 20170 +1 855.639.8888 Copyright nexvortex 2014 This document is the exclusive property of nexvortex, Inc. and no part may be disclosed,

More information

Ecomm Enterprise High Availability Solution. Ecomm Enterprise High Availability Solution (EEHAS) www.ecommtech.co.za Page 1 of 7

Ecomm Enterprise High Availability Solution. Ecomm Enterprise High Availability Solution (EEHAS) www.ecommtech.co.za Page 1 of 7 Ecomm Enterprise High Availability Solution Ecomm Enterprise High Availability Solution (EEHAS) www.ecommtech.co.za Page 1 of 7 Ecomm Enterprise High Availability Solution Table of Contents 1. INTRODUCTION...

More information

Information. OpenScape Web Collaboration V7

Information. OpenScape Web Collaboration V7 Information OpenScape Web Collaboration V7 OpenScape Web Collaboration V7 is a scalable, reliable, and highly secure web conferencing solution for enterprises of all sizes. It provides a cost-effective

More information

Lync for Mac 2011 Deployment Guide

Lync for Mac 2011 Deployment Guide 2011 Deployment Guide Getting Started Information in this document, including URL and other Internet Web site references, is subject to change without notice. Content in this document represents the current

More information

IBM C2040-413. Exam Name: IBM Sametime 9.0 Administration. Product: Demo

IBM C2040-413. Exam Name: IBM Sametime 9.0 Administration. Product: Demo IBM C2040-413 Exam Name: IBM Sametime 9.0 Administration Product: Demo Question: 1 Renovations Inc. has two IBM Sametime Community Servers configured in a clustered environment. Why are the users being

More information

Release Notes for the Meeting Exchange Groupware Edition Software for IBM Lotus, Version 1.0.09

Release Notes for the Meeting Exchange Groupware Edition Software for IBM Lotus, Version 1.0.09 Release Notes for the Meeting Exchange Groupware Edition Software for IBM Lotus, Version 1.0.09 Overview These release notes support the Meeting Exchange Groupware Edition for IBM Lotus, Version 1.0 software.

More information

Application Notes for Avaya Aura Conferencing 7.2 and Radvision SCOPIA Elite MCU Issue 1.0

Application Notes for Avaya Aura Conferencing 7.2 and Radvision SCOPIA Elite MCU Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Avaya Aura Conferencing 7.2 and Radvision SCOPIA Elite MCU Issue 1.0 Abstract These Application Notes describe the configuration of Avaya

More information

Configuration Guide BES12. Version 12.3

Configuration Guide BES12. Version 12.3 Configuration Guide BES12 Version 12.3 Published: 2016-01-19 SWD-20160119132230232 Contents About this guide... 7 Getting started... 8 Configuring BES12 for the first time...8 Configuration tasks for managing

More information

LifeSize Transit Deployment Guide June 2011

LifeSize Transit Deployment Guide June 2011 LifeSize Transit Deployment Guide June 2011 LifeSize Tranist Server LifeSize Transit Client LifeSize Transit Deployment Guide 2 Firewall and NAT Traversal with LifeSize Transit Firewalls and Network Address

More information

The Enterprise wants WebRTC and it needs Middleware to get it!

The Enterprise wants WebRTC and it needs Middleware to get it! The Enterprise wants WebRTC and it needs Middleware to get it! Brian Pulito Email: brian_pulito@us.ibm.com Twitter: @brianpulito Linkedin: brianpulito 2015 IBM Corporation Why is WebRTC so disruptive?

More information

Cisco and IBM: Enhancing the Way People Work Through Unified Communications

Cisco and IBM: Enhancing the Way People Work Through Unified Communications Cisco and IBM: Enhancing the Way People Work Through Unified Communications WHITEPAPER August 2007 Cisco and IBM Strategic Alliance: Whitepaper Table of Contents Executive Summary... 1 A Winning Approach...

More information

Cisco Unified Communications Manager IM and Presence Service 10.0

Cisco Unified Communications Manager IM and Presence Service 10.0 Data Sheet Cisco Unified Communications Manager IM and Presence Service 10.0 Cisco Unified Communications Solutions unify voice, video, data, and mobile applications on fixed and mobile networks, enabling

More information

Zeenov Agora High Level Architecture

Zeenov Agora High Level Architecture Zeenov Agora High Level Architecture 1 Major Components i) Zeenov Agora Signaling Server Zeenov Agora Signaling Server is a web server capable of handling HTTP/HTTPS requests from Zeenov Agora web clients

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

http://docs.trendmicro.com/en-us/home.aspx

http://docs.trendmicro.com/en-us/home.aspx Trend Micro Incorporated reserves the right to make changes to this document and to the product described herein without notice. Before installing and using the product, please review the readme files,

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

Cisco Unified Communications Manager IM and Presence Service 9.0

Cisco Unified Communications Manager IM and Presence Service 9.0 Data Sheet Cisco Unified Communications Manager IM and Presence Service 9.0 Cisco Unified Communications Solutions unify voice, video, data, and mobile applications on fixed and mobile networks, enabling

More information

The MOST Affordable Video Conferencing. Conferencing for Enterprises, Conferencing for SMBs

The MOST Affordable Video Conferencing. Conferencing for Enterprises, Conferencing for SMBs The MOST Affordable Video Conferencing Video conferencing has become an increasingly popular service, being widely used by enterprises, organizations and individuals. Thanks to the enormous growth in smart

More information

Cloud Video. Data Sheet

Cloud Video. Data Sheet Cloud Video Data Sheet 4net Technologies Cloud Video 4net s Cloud Video enables remote workers to simply and easily connect to standards-based videoconferencing systems, VoIP phones, ipad s, iphone s and

More information

Application notes for SIPERA UC-Sec 4.0 Remote User Enablement Solution with Avaya Multimedia Communication System 5100 release 4.0 Issue 1.

Application notes for SIPERA UC-Sec 4.0 Remote User Enablement Solution with Avaya Multimedia Communication System 5100 release 4.0 Issue 1. Avaya Solution & Interoperability Test Lab Application notes for SIPERA UC-Sec 4.0 Remote User Enablement Solution with Avaya Multimedia Communication System 5100 release 4.0 Issue 1.0 Abstract These Application

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

The Acano Solution. acano.com

The Acano Solution. acano.com The Acano Solution Imagine having all of the tools your team needs to work together available in one place and always accessible. That s Acano. We are a fast-growing technology company with a fresh perspective

More information

VidyoConferencing Network Administrators Guide

VidyoConferencing Network Administrators Guide VidyoConferencing Network Administrators Guide Windows 8, 7, XP, Vista and Apple Mac OS - updated 30/11/2012 Introduction The Attend Anywhere management platform is a cloud based management, facilitation

More information

OmniTouch 8400 Instant Communications Suite. My Instant Communicator Desktop User guide. Release 6.7

OmniTouch 8400 Instant Communications Suite. My Instant Communicator Desktop User guide. Release 6.7 OmniTouch 8400 Instant Communications Suite My Instant Communicator Desktop User guide Release 6.7 8AL 90219 USAE ed01 Sept 2012 Table of content MY INSTANT COMMUNICATOR FOR THE PERSONAL COMPUTER... 3

More information

Installation and Administration Guide

Installation and Administration Guide Installation and Administration Guide BlackBerry Collaboration Service Version 12.1 Published: 2015-02-25 SWD-20150225135812271 Contents About this guide... 5 Planning a BlackBerry Collaboration Service

More information

Using Avaya Flare Experience for Windows

Using Avaya Flare Experience for Windows Using Avaya Flare Experience for Windows Release 9.0 Issue 02.01 September 2013 Contents Chapter 1: About Flare Experience... 5 About Flare Experience... 5 Main window... 6 Button descriptions... 10 Chapter

More information

BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0 Service Pack: 2. Administration Guide

BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0 Service Pack: 2. Administration Guide BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0 Service Pack: 2 Administration Guide Published: 2010-06-16 SWDT487521-1041691-0616023638-001 Contents 1 Overview: BlackBerry Enterprise

More information

Cisco TelePresence Management Suite Extension for Microsoft Exchange

Cisco TelePresence Management Suite Extension for Microsoft Exchange Data Sheet Cisco TelePresence Management Suite Extension for Microsoft Exchange Product Overview Cisco TelePresence Management Suite Extension for Microsoft Exchange (Cisco TMSXE) is an extension for Cisco

More information

Configuration Guide BES12. Version 12.1

Configuration Guide BES12. Version 12.1 Configuration Guide BES12 Version 12.1 Published: 2015-04-22 SWD-20150422113638568 Contents Introduction... 7 About this guide...7 What is BES12?...7 Key features of BES12... 8 Product documentation...

More information

REQUIREMENTS AND INSTALLATION OF THE NEFSIS DEDICATED SERVER

REQUIREMENTS AND INSTALLATION OF THE NEFSIS DEDICATED SERVER NEFSIS TRAINING SERIES Nefsis Dedicated Server version 5.1.0.XXX Requirements and Implementation Guide (Rev 4-10209) REQUIREMENTS AND INSTALLATION OF THE NEFSIS DEDICATED SERVER Nefsis Training Series

More information

What it can do. Further scaling and resilience provided by native clustering. Automatic failover with no single point of failure.

What it can do. Further scaling and resilience provided by native clustering. Automatic failover with no single point of failure. The Acano Solution Acano unites previously incompatible audio, video and web technologies in cospaces virtual meeting rooms, only radically better. With cospaces, people work wherever their ideas and creativity

More information

GlobalSCAPE DMZ Gateway, v1. User Guide

GlobalSCAPE DMZ Gateway, v1. User Guide GlobalSCAPE DMZ Gateway, v1 User Guide GlobalSCAPE, Inc. (GSB) Address: 4500 Lockhill-Selma Road, Suite 150 San Antonio, TX (USA) 78249 Sales: (210) 308-8267 Sales (Toll Free): (800) 290-5054 Technical

More information

IBM Lotus Instant Messaging and Web Conferencing 6.5.1

IBM Lotus Instant Messaging and Web Conferencing 6.5.1 Provides instant, anytime access to people and information IBM Lotus Instant Messaging and Web Conferencing 6.5.1 Highlights Optimizes collaboration and Accelerates time to market human interaction by

More information

StartReady Basic Appliance for Microsoft Lync. Detailed Technical Overview

StartReady Basic Appliance for Microsoft Lync. Detailed Technical Overview StartReady Basic Appliance for Microsoft Lync Detailed Technical Overview Agenda StartReady Portfolio & Basic Appliance for Microsoft Lync StartReady Basic Appliance in details Building Block Overview

More information

OpenSER the open SIP Server. Bogdan-Andrei Iancu CEO Voice System Co-Founder OpenSER Project

OpenSER the open SIP Server. Bogdan-Andrei Iancu CEO Voice System Co-Founder OpenSER Project penser the open SIP Server Bogdan-Andrei Iancu CE Voice System Co-Founder penser Project About penser verview penser is an open source, GPLed SIP server with High scalability (up to thousands of calls

More information

Application Note Startup Tool - Getting Started Guide

Application Note Startup Tool - Getting Started Guide Application Note Startup Tool - Getting Started Guide 1 April 2012 Startup Tool Table of Contents 1 INGATE STARTUP TOOL... 1 2 STARTUP TOOL INSTALLATION... 2 3 CONNECTING THE INGATE FIREWALL/SIPARATOR...

More information

Oracle Communications WebRTC Session Controller: Basic Admin. Student Guide

Oracle Communications WebRTC Session Controller: Basic Admin. Student Guide Oracle Communications WebRTC Session Controller: Basic Admin Student Guide Edition 1.0 April 2015 Copyright 2015, Oracle and/or its affiliates. All rights reserved. Disclaimer This document contains proprietary

More information

Mobility Solutions in IBM

Mobility Solutions in IBM Mobility Solutions in IBM Cecelia Yu yuyc@tw.ibm.com Mobile Collaboration, CDL, IBM 2007 IBM Corporation Agenda 1. Introduction 2. Mobility Strategy 2.1 Connectivity 2.2 E-Mail 2.3 Social Network 2.4 Instant

More information

Application Note. Onsight Connect Network Requirements V6.1

Application Note. Onsight Connect Network Requirements V6.1 Application Note Onsight Connect Network Requirements V6.1 1 ONSIGHT CONNECT SERVICE NETWORK REQUIREMENTS... 3 1.1 Onsight Connect Overview... 3 1.2 Onsight Connect Servers... 4 Onsight Connect Network

More information

UC-One 2014 R20.0.3 Frequently Asked Questions

UC-One 2014 R20.0.3 Frequently Asked Questions UC-One 2014 R20.0.3 Frequently Asked Questions August 2014 z Version Control Version Issue Date Document Author Purpose of Amendment 1.0 01/04/2013 DI Initial Release 2.0 TBA BM Updated for UC-One 2014

More information

EarthLink Business SIP Trunking. ININ IC3 IP PBX Customer Configuration Guide

EarthLink Business SIP Trunking. ININ IC3 IP PBX Customer Configuration Guide EarthLink Business SIP Trunking ININ IC3 IP PBX Customer Configuration Guide Publication History First Release: Version 1.0 August 30, 2011 CHANGE HISTORY Version Date Change Details Changed By 1.0 8/30/2011

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

IOCOM Whitepaper: Connecting to Third Party Organizations

IOCOM Whitepaper: Connecting to Third Party Organizations IOCOM Whitepaper: Connecting to Third Party Organizations September 2008 IOCOM www.iocom.com 312-786-9169 Table of Contents 1. Executive Summary 2. Goals 3. Scenarios for Enterprise Connectivity over IOCOM

More information

PassGuide.C2040-413.78Q

PassGuide.C2040-413.78Q PassGuide.C2040-413.78Q Number: C2040-413 Passing Score: 800 Time Limit: 120 min File Version: 5.1 http://www.gratisexam.com/ C2040-413 IBM Sametime 9.0 Administration This Dumb Is Valid 100%.I would like

More information

Enabling NAT and Routing in DGW v2.0 June 6, 2012

Enabling NAT and Routing in DGW v2.0 June 6, 2012 Enabling NAT and Routing in DGW v2.0 June 6, 2012 Proprietary 2012 Media5 Corporation Table of Contents Introduction... 3 Starting Services... 4 Distinguishing your WAN and LAN interfaces... 5 Configuring

More information

MINIMUM NETWORK REQUIREMENTS 1. REQUIREMENTS SUMMARY... 1

MINIMUM NETWORK REQUIREMENTS 1. REQUIREMENTS SUMMARY... 1 Table of Contents 1. REQUIREMENTS SUMMARY... 1 2. REQUIREMENTS DETAIL... 2 2.1 DHCP SERVER... 2 2.2 DNS SERVER... 2 2.3 FIREWALLS... 3 2.4 NETWORK ADDRESS TRANSLATION... 4 2.5 APPLICATION LAYER GATEWAY...

More information

"Charting the Course... Implementing Cisco IP Telephony & Video, Part 1 v1.0 ( CIPTV1 ) Course Summary

Charting the Course... Implementing Cisco IP Telephony & Video, Part 1 v1.0 ( CIPTV1 ) Course Summary Description Course Summary Implementing Cisco IP Telephony & Video, Part 1 (CIPTV1) v1.0 is a five-day course that prepares the learner for implementing a Cisco Collaboration solution at a single-site

More information

Cisco Application Networking Manager Version 2.0

Cisco Application Networking Manager Version 2.0 Cisco Application Networking Manager Version 2.0 Cisco Application Networking Manager (ANM) software enables centralized configuration, operations, and monitoring of Cisco data center networking equipment

More information

GRAVITYZONE HERE. Deployment Guide VLE Environment

GRAVITYZONE HERE. Deployment Guide VLE Environment GRAVITYZONE HERE Deployment Guide VLE Environment LEGAL NOTICE All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means, electronic or mechanical, including

More information

McAfee Agent Handler

McAfee Agent Handler McAfee Agent Handler COPYRIGHT Copyright 2009 McAfee, Inc. All Rights Reserved. No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval system, or translated into

More information

ETM System SIP Trunk Support Technical Discussion

ETM System SIP Trunk Support Technical Discussion ETM System SIP Trunk Support Technical Discussion Release 6.0 A product brief from SecureLogix Corporation Rev C SIP Trunk Support in the ETM System v6.0 Introduction Today s voice networks are rife with

More information

Junos Space. Virtual Appliance Deployment and Configuration Guide. Release 14.1R2. Modified: 2015-08-14 Revision 2

Junos Space. Virtual Appliance Deployment and Configuration Guide. Release 14.1R2. Modified: 2015-08-14 Revision 2 Junos Space Virtual Appliance Deployment and Configuration Guide Release 14.1R2 Modified: 2015-08-14 Revision 2 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA 408-745-2000 www.juniper.net

More information

Application Note. Onsight Connect Network Requirements v6.3

Application Note. Onsight Connect Network Requirements v6.3 Application Note Onsight Connect Network Requirements v6.3 APPLICATION NOTE... 1 ONSIGHT CONNECT NETWORK REQUIREMENTS V6.3... 1 1 ONSIGHT CONNECT SERVICE NETWORK REQUIREMENTS... 3 1.1 Onsight Connect Overview...

More information

Ignify ecommerce. Item Requirements Notes

Ignify ecommerce. Item Requirements Notes wwwignifycom Tel (888) IGNIFY5 sales@ignifycom Fax (408) 516-9006 Ignify ecommerce Server Configuration 1 Hardware Requirement (Minimum configuration) Item Requirements Notes Operating System Processor

More information

Cisco TelePresence Management Suite

Cisco TelePresence Management Suite Data Sheet Centralized orchestration and management across a Cisco TelePresence network Product Overview Cisco TelePresence Management Suite (Cisco TMS) provides complete control and management of telepresence

More information

Configuring H.323 over Port Network Address Translation (PNAT) for Avaya IP Endpoints using the Avaya SG200 Security Gateway - Issue 1.

Configuring H.323 over Port Network Address Translation (PNAT) for Avaya IP Endpoints using the Avaya SG200 Security Gateway - Issue 1. Configuring H.323 over Port Network Address Translation (PNAT) for Avaya IP Endpoints using the Avaya SG200 Security Gateway - Issue 1.0 Abstract These Application Notes describe how to configure the Avaya

More information

OpenScape Web Collaboration

OpenScape Web Collaboration OpenScape Web Collaboration Give your teams a better way to meet Enabling the Bring-Your-Device-to-Work era OpenScape Web Collaboration is a scalable, reliable, and highly secure web conferencing solution

More information

Genesys SIP Transforming Customer Service. Richard Barton Bill Mitchell Jim Kraeutler

Genesys SIP Transforming Customer Service. Richard Barton Bill Mitchell Jim Kraeutler Genesys SIP Transforming Customer Service Richard Barton Bill Mitchell Jim Kraeutler Genesys SIP as Single Platform Virtualize Operation Multi-site, Remote/Home Agent, Cloud Operation Flexibility Simplify

More information