TELES VoIPBOX/iGATE - TLS/RTP MUX configuration. Version 1.2

Size: px
Start display at page:

Download "TELES VoIPBOX/iGATE - TLS/RTP MUX configuration. Version 1.2"

Transcription

1 TELES VIPBOX/iGATE - TLS/RTP MUX cnfiguratin Versin 1.2

2 Cntents 1. Intrductin Purpse f dcument Shrt descriptin Scenari example 3 2. Cnfiguratin TLS 4 SW required 4 Cnfiguratin RTP multiplexing 6 Cnfiguratin Example 7 SIP TLS and RTP MUX between 2 systems having fixed public IP addresses. 7 SIP TLS and RTP MUX between 2 systems, whereby 1 bx is behind NAT. 8

3 1. Intrductin 1.1 Purpse f dcument The purpse f this dcument is t prvide a descriptin f the cnfiguratin fr the VIPBOX/iGATE where TLS and/r RTP MUX are used. 1.2 Shrt descriptin TLS transprt layer security is used t encrypt SIP signalling Usage: fr security reasns RTP MUX RTP cntent fr cncurrent calls between 2 peers are transmitted in a single UDP packet. Usage: fr bandwidth saving fr security reasns in case f netwrk sniffing 1.3 Scenari example

4 2. Cnfiguratin 2.1 TLS Fr TLS use, SW versin r higher are suggested. SW required - SW package Crypt.vnd - Certificates Cert.pem Key.pem Cnfiguratin - Pabx.cfg (system sectin) SipSPrt=8080 Here, a regularly used prt is utilized fr secure transmissin VipLinger=4 This frces the system t clse the TCP sessin, als in case f transmissin errrs. The parameter indicates time in secnds (e.g. 4 sec) VipSuppressRtcp=yes Prevents any RTCP messages between the 2 RTP MUX peers. - Rute.cfg (VIP prfile) VipPeerAddress=<ip address>:8080 The prt behind the peer address (IP address r name) is the peer s used prt and has t be set in case it s nt the default prt used! VipSignalling=3 Switches n SIP TLS VipSingleTcpSessin=Yes All signalling packets between the peers are handled in a single TCP sessin. VipTcpKeepAlive=Yes Will keep the TCP sessin pen by sending packages every 10 sec. In case the SIP TLS peer is behind NAT, the fllwing additinal settings will allw the SIP registrar t be activated fr the cnfigured user in the VIP prfile: VipOwnUser=<usr> User t be registered VipOwnPwd=<pwd> Used passwrd fr registratin (ptinal) VipAuth=www User authenticatin methd (www r prxy) (ptinal) VipExpires=60 Time span befre peer will repeat send the SIP register requests and

5 update the registratin data Nte: The parameter VipPeerAddress= is neither cnfigured nr empty and the parameter VipIpMask=0x is remved r set as in the VIP prfile used.

6 2.2 RTP multiplexing Cnfiguratin - Pabx.cfg (system sectin) VipRtpPrt=29000 VipRtpPrtSpacing=2 Bth parameters have t be identical in each f the systems, but they can, f curse, vary frm the example. - Rute.cfg (VIP prfile) VipAggRemteRtpPrt=29000 VipAggRemteDataPrt=29500 VipAggOwnDataPrt=29500 VipAggRemteRtpPrtSpacing=2 The settings fr the UDP prt (data prt) used in the VIP prfile are defined t transmit the vice data here as well as the RTP settings cnfiguratin fr the remte peer. In case the RTP peer is behind NAT the fllwing additinal settings will enable symmetric RTP fr the cnfigured user in the VIP prfile: VipAutRtpAddr=Yes The RTP data is frced t the peer which then sends the incming RTP/RTP MUX data fr the call. It ignres SDP signaling (which culd be a private IP address). Nte: this nly makes sense if this device has a fixed public IP address. If calls ruted via the MUX cming frm VIP already have a highly-cmpressed cdec such as G729 r G723; it is recmmended t use a lw-cmpressed cdec fr the MUX tunnel such as G72632 (cmpressin rati 1:2). T avid bandwidth bttleneck n DSL lines; the silence suppressin has t be switched n fr the uplink n regular IP cnnectins in bth directins.

7 2.3 Example SIP TLS and RTP MUX between 2 systems having fixed public IP addresses. The SIP TLS prt shall differ n 1 bx frm 8080 (e.g ): Pabx.cfg settings System1: System2: [System] [System] H225Prt=2017 H225Prt=2017 SipPrt=6050 SipPrt=6050 SipSPrt=8080 SipSPrt=65213 VipRtpPrt=29000 VipRtpPrtSpacing=2 VipSuppressRtcp=yes VipLinger=4 Rute.cfg settings [Vip:DF] VipDirectin=IO VipPeerAddress=<ip address>:65213 VipRtpPrt=29000 VipRtpPrtSpacing=2 VipSuppressRtcp=yes VipLinger=4 [Vip:DF] VipPeerAddress=<ip address>:8080 VipIpMask=0xffffffff VipMaxChan=30 VipSignalling=3 VipCmpressin=g729b g729 g723 VipSilenceSuppressin=n VipTxM=2 VipServiceOut=0x101 VipIpLgging=Yes VipDtmfTransprt=3 VipRFC2833PayladType=101 VipT303=5 VipAggRemteDataPrt=65132 VipAggOwnDataPrt=589 VipAggRemteDataPrt=589 VipAggOwnDataPrt=65132 VipAggRemteRtpPrtSpacing=2 VipSingleTcpSessin=Yes VipTcpKeepAlive=Yes

8 SIP TLS and RTP MUX between 2 systems, whereby 1 bx is behind NAT. Rute.cfg settings: VIPBOX with public IP address igate with a lcal IP address [Vip:iGATE] [Vip:VB] VipDirectin=Out VipDirectin=IO VipPeerAddress=<ip address>:8000 VipIpMask=0x VipMaxChan=30 VipSignalling=3 VipOwnUser=<usr> VipOwnPwd=<pwd> ;(ptinal) VipIpMask=0xffffffff VipMaxChan=30 VipSignalling=3 VipUser=<usr> VipPwd=<pwd> ;(ptinal) VipAuth=www VipExpires=60 VipCmpressin=g72632 g729 g723 VipSilenceSuppressin=N VipTxM=2 VipDtmfTransprt=3 VipRFC2833PayladType=101 VipAutRtpAddr=Yes VipSingleTcpSessin=Yes VipTcpKeepAlive=Yes VipAggRemteRtpPrt=29000 VipAggRemteRtpPrtSpacing=2 VipAggRemteDataPrt=1234 VipAggOwnDataPrt=4000 VipCmpressin=g72632 g729 g723 VipSilenceSuppressin=Yes VipTxM=2 VipIpLgging=Yes VipDtmfTransprt=3 VipRFC2833PayladType=101 VipSingleTcpSessin=Yes VipTcpKeepAlive=Yes VipAggRemteRtpPrt=29000 VipAggRemteRtpPrtSpacing=2 VipAggRemteDataPrt=4000 VipAggOwnDataPrt=1234 VipRegistrar=VB [Vip:SW] VipDirectin=In [Registrar:VB] RegId=<ip address>:8000 RegUser=<usr> RegPwd=<pwd> RegSignalling=3 RegExpires=60 RegSameCallID=N

Nokia N95 with Tpad. Follow these simply settings to get your Nokia N95 to connect to the Tpad.

Nokia N95 with Tpad. Follow these simply settings to get your Nokia N95 to connect to the Tpad. Nkia N95 with Tpad Fllw these simply settings t get yur Nkia N95 t cnnect t the Tpad. This Guide cvers: 1. Setting up yur Nkia N95 with Tpad 2. Using Tpad via yur Wireless LAN with the Nkia N95 1. Setting

More information

Release Notes System Software

Release Notes System Software Release Ntes System Sftware 10.2.5 Cntent Cntent... 1 1 Release 10.2.5.100... 2 1.1 New functins... 2 1.2 Changes... 3 1.3 Errr crrectins... 3 1.4 Knwn Restrictins... 5 Release Ntes 10.2.5 V. 1.0 20181220

More information

How to setup Nokia N Series Mobiles with Tpad

How to setup Nokia N Series Mobiles with Tpad Hw t setup Nkia N Series Mbiles with Tpad Fllw these simply settings t get yur Nkia t cnnect t the Tpad VIP Netwrk. This Guide cvers: 1. Setting up yur Nkia with Tpad 2. Using Tpad via yur Wireless LAN

More information

Spectrum Enterprise SIP Trunking Service Zultys MX Phone System v9.0.4 IP PBX Configuration Guide

Spectrum Enterprise SIP Trunking Service Zultys MX Phone System v9.0.4 IP PBX Configuration Guide Spectrum Enterprise SIP Trunking Service Zultys MX Phne System v9.0.4 IP PBX Cnfiguratin Guide Abut Spectrum Enterprise: Spectrum Enterprise is a divisin f Charter Cmmunicatins fllwing a merger with Time

More information

Telkom VPN-Lite router setup User Manual Billion 810VGTX

Telkom VPN-Lite router setup User Manual Billion 810VGTX Telkm VPN-Lite ruter setup User Manual Billin 810VGTX Cntents Intrductin... 3 Befre yu start... 4 VPN-Lite Setup Using Windws Utility... 5 VPN-Lite Setup using yur web brwser... 7 VPN-Lite Manual Setup

More information

480i Generic SIP IP Phone Version 1.0 Release Notes

480i Generic SIP IP Phone Version 1.0 Release Notes January 2005 Table f Cntents 1. Intrductin... 3 2. Hardware Supprted... 3 3. Btlader Requirements... 3 4. New Features Available in this Release... 4 5. Knwn Issues in this Release... 6 6. Cntact Aastra

More information

Interoperability between ProCurve WESM zl and HP ipaq Voice Messenger smartphone

Interoperability between ProCurve WESM zl and HP ipaq Voice Messenger smartphone An HP PrCurve Netwrking Applicatin Nte Interperability between PrCurve WESM zl and HP ipaq Vice Messenger smartphne Cntents 1. Intrductin... 3 2. Prerequisites... 3 3. Netwrk architecture... 3 4. Secure

More information

Telkom VPN-Lite router setup User Manual Billion 800VGT

Telkom VPN-Lite router setup User Manual Billion 800VGT Telkm VPN-Lite ruter setup User Manual Billin 800VGT Cntents 1. Intrductin... 3 2. Befre yu start... 4 3. VPN-Lite Setup Using Windws Utility... 5 4. VPN-Lite Setup using yur web brwser... 7 5. VPN-Lite

More information

Digital Imaging and Communications in Medicine (DICOM) Supplement 204 TLS Security Profiles

Digital Imaging and Communications in Medicine (DICOM) Supplement 204 TLS Security Profiles Digital Imaging and Cmmunicatins in Medicine (DICOM) Supplement 204 TLS Security Prfiles Prepared by: DICOM Standards Cmmittee, Wrking Grup 6 1300 N. 17th Street Rsslyn, Virginia 22209 USA VERSION: Public

More information

Knowledge Exchange (KE) System Cyber Security Plan

Knowledge Exchange (KE) System Cyber Security Plan Knwledge Exchange (KE) System Cyber Security Plan OVERVIEW This dcument prvides recmmendatins t enhance the security prfile f the Knwledge Exchange (KE) System. Yu are respnsible fr identifying the security

More information

Connect+/SendPro P Series Networking Technical Specification

Connect+/SendPro P Series Networking Technical Specification Shipping & Mailing Pstage Meters Cnnect+/SendPr P Series Netwrking Technical Specificatin Intrductin 2 Netwrk Requirements 2 Prt/Cmmunicatin Requirements 2 URL Infrmatin 3 FAQs 10 Service Cllateral SV62440

More information

SafeDispatch SDR Gateway for MOTOROLA TETRA

SafeDispatch SDR Gateway for MOTOROLA TETRA SafeDispatch SDR Gateway fr MOTOROLA TETRA SafeMbile ffers a wrld f wireless applicatins that help rganizatins better manage their mbile assets, fleet and persnnel. Fr mre infrmatin, see www.safembile.cm.

More information

CCNA Security v2.0 Chapter 10 Exam Answers

CCNA Security v2.0 Chapter 10 Exam Answers CCNA Security v2.0 Chapter 10 Exam Answers 1. Which statement describes the functin prvided t a netwrk administratrwh uses the Cisc Adaptive Security Device Manager (ASDM) GUI that runs as a Java Web Start

More information

Max 8/16 and T1/E1 Gateway, Version FAQs

Max 8/16 and T1/E1 Gateway, Version FAQs Frequently Asked Questins Max 8/16 and T1/E1 Gateway, Versin 1.5.10 FAQs The FAQs have been categrized int the fllwing tpics: Calling Calling Cmpatibility Cnfiguratin Faxing Functinality Glssary Q. When

More information

Packet Tracer - Skills Integration Challenge Topology

Packet Tracer - Skills Integration Challenge Topology Packet Tracer - Skills Integratin Challenge Tplgy 2015 Cisc and/r its affiliates. All rights reserved. This dcument is Cisc Public. Page 1 f 6 Packet Tracer - Skills Integratin Challenge Addressing Table

More information

NiceLabel LMS. Installation Guide for Single Server Deployment. Rev-1702 NiceLabel

NiceLabel LMS. Installation Guide for Single Server Deployment. Rev-1702 NiceLabel NiceLabel LMS Installatin Guide fr Single Server Deplyment Rev-1702 NiceLabel 2017. www.nicelabel.cm 1 Cntents 1 Cntents 2 2 Architecture 3 2.1 Server Cmpnents and Rles 3 2.2 Client Cmpnents 3 3 Prerequisites

More information

CCNA 1 Chapter v5.1 Answers 100%

CCNA 1 Chapter v5.1 Answers 100% CCNA 1 Chapter 6 2016 v5.1 Answers 100% 1. Which characteristic f the netwrk layer in the OSI mdel allws carrying packets fr multiple types f cmmunicatins amng many hsts? the de-encapsulatin f headers

More information

Launching Xacta 360 Marketplace AMI Guide June 2017

Launching Xacta 360 Marketplace AMI Guide June 2017 Launching Xacta 360 Marketplace AMI Guide June 2017 Tels Crpratin 2017. All rights reserved. U.S. patents Ns. 6,901,346; 6,980,927; 6,983,221; 6,993,448; and 7,380,270. Xacta is a registered trademark

More information

Overview of Data Furnisher Batch Processing

Overview of Data Furnisher Batch Processing Overview f Data Furnisher Batch Prcessing Nvember 2018 Page 1 f 9 Table f Cntents 1. Purpse... 3 2. Overview... 3 3. Batch Interface Implementatin Variatins... 4 4. Batch Interface Implementatin Stages...

More information

Dolby Conference Phone Support Frequently Asked Questions

Dolby Conference Phone Support Frequently Asked Questions Dlby Cnference Phne Supprt Frequently Asked Questins Versin 1.0, 1 Intrductin This dcument prvides sme answers t frequently asked questins abut the Dlby Cnference Phne. Fr mre detailed infrmatin n any

More information

RISKMAN REFERENCE GUIDE TO USER MANAGEMENT (Non-Network Logins)

RISKMAN REFERENCE GUIDE TO USER MANAGEMENT (Non-Network Logins) Intrductin This reference guide is aimed at managers wh will be respnsible fr managing users within RiskMan where RiskMan is nt cnfigured t use netwrk lgins. This guide is used in cnjunctin with the respective

More information

Virtual Office

Virtual Office Virtual Office ---------------------------------------------------------------------------- ------- --------- Cpyright 2016, 8x8, Inc. All rights reserved. This dcument is prvided fr infrmatin purpses

More information

from DDS on Mac Workstations

from DDS on Mac Workstations Email frm DDS n Mac Wrkstatins Intrductin This dcument describes hw t set email up t wrk frm the Datacn system n a Mac wrkstatin. Yu can send email t anyne in the system that has an email address, such

More information

CCNA Security v2.0 Chapter 3 Exam Answers

CCNA Security v2.0 Chapter 3 Exam Answers CCNA Security v2.0 Chapter 3 Exam Answers 1. Because f implemented security cntrls, a user can nly access a server with FTP. Which AAA cmpnent accmplishes this? accunting accessibility auditing authrizatin

More information

Campuses that access the SFS nvision Windows-based client need to allow outbound traffic to:

Campuses that access the SFS nvision Windows-based client need to allow outbound traffic to: Summary This dcument is a guide intended t guide yu thrugh the prcess f installing and cnfiguring PepleTls 8.55.27 (r current versin) via Windws Remte Applicatin (App). Remte App allws the end user t run

More information

Planning, installing, and configuring IBM CMIS for Content Manager OnDemand

Planning, installing, and configuring IBM CMIS for Content Manager OnDemand Planning, installing, and cnfiguring IBM CMIS fr Cntent Manager OnDemand Cntents IBM CMIS fr Cntent Manager OnDemand verview... 4 Planning fr IBM CMIS fr Cntent Manager OnDemand... 5 Prerequisites fr installing

More information

Application Note. Digi Connect Wi-SP Troubleshooting Guide. Digi Technical Support 10 May 2016

Application Note. Digi Connect Wi-SP Troubleshooting Guide. Digi Technical Support 10 May 2016 Applicatin Nte Digi Cnnect Wi-SP Trubleshting Guide Digi Technical Supprt 10 May 2016 Cntents 1 Intrductin... 3 1.1 Assumptins... 3 1.2 Crrectins... 3 2 Quick Facts... 3 2.1 Cmmn Questins Abut the Cnnect

More information

Quick Setup Guide. Aastra MX-ONE V.4.0 Integration with Microsoft OCS 2007 R2. Doc. Nr. ASE/MXO/PLM/ 0123/EN Rev.A

Quick Setup Guide. Aastra MX-ONE V.4.0 Integration with Microsoft OCS 2007 R2. Doc. Nr. ASE/MXO/PLM/ 0123/EN Rev.A Aastra MX-ONE V.4.0 Integratin with Micrsft OCS 2007 R2 Quick Setup Guide Aastra Telecm Sweden AB SE-126 37 Hägersten, Sweden Dc. Nr. ASE/MXO/PLM/ 0123/EN Rev.A www.aastra.cm Cntents 1 Intrductin 3 1.1

More information

Internet Explorer Configuration Reference

Internet Explorer Configuration Reference Sitecre CMS 6.2 r later Internet Explrer Cnfiguratin Reference Rev: 2013-10-04 Sitecre CMS 6.2 r later Internet Explrer Cnfiguratin Reference Optimize Micrsft Internet Explrer fr Use with Sitecre Table

More information

Element Creator for Enterprise Architect

Element Creator for Enterprise Architect Element Creatr User Guide Element Creatr fr Enterprise Architect Element Creatr fr Enterprise Architect... 1 Disclaimer... 2 Dependencies... 2 Overview... 2 Limitatins... 3 Installatin... 4 Verifying the

More information

NSE 8 Certification. Exam Description for FortiGate 5.2 and higher

NSE 8 Certification. Exam Description for FortiGate 5.2 and higher NSE 8 Certificatin Exam Descriptin fr FrtiGate 5.2 and higher NSE 8 Certificatin Exam Descriptin fr FrtiGate 5.2 and higher Last Updated: 12 June 2017 Frtinet, FrtiGate, and FrtiGuard are registered trademarks

More information

LiveEngage and Microsoft Dynamics Integration Guide Document Version: 1.0 September 2017

LiveEngage and Microsoft Dynamics Integration Guide Document Version: 1.0 September 2017 LiveEngage and Micrsft Dynamics Integratin Guide Dcument Versin: 1.0 September 2017 Cntents Intrductin... 3 Step 1: Sign Up... 3 CRM Widget Signing Up... 3 Step 2: Cnfiguring the CRM Widget... 4 Accessing

More information

Clearfly SIP Trunks Configuration Guide PBX Platform: KX-TDE/NCP

Clearfly SIP Trunks Configuration Guide PBX Platform: KX-TDE/NCP Clearfly SIP Trunks Cnfiguratin Guide PBX Platfrm: KX-TDE/NCP 6/19/2012 1 Versin1 Overview This dcument describes the cnfiguratin prcedures required fr the KX-TDE100/200/600 and NCP500/1000 t make full

More information

Enterprise Installation

Enterprise Installation Enterprise Installatin Mnnit Crpratin Versin 3.6.0.0 Cntents Prerequisites... 3 Web Server... 3 SQL Server... 3 Installatin... 4 Activatin Key... 4 Dwnlad... 4 Cnfiguratin Wizard... 4 Activatin... 4 Create

More information

Your New Service Request Process: Technical Support Reference Guide for Cisco Customer Journey Platform

Your New Service Request Process: Technical Support Reference Guide for Cisco Customer Journey Platform Supprt Guide Yur New Service Request Prcess: Technical Supprt Reference Guide fr Cisc Custmer Jurney Platfrm September 2018 2018 Cisc and/r its affiliates. All rights reserved. This dcument is Cisc Public

More information

Release Notes. Dell SonicWALL Security firmware is supported on the following appliances: Dell SonicWALL Security 200

Release Notes. Dell SonicWALL  Security firmware is supported on the following appliances: Dell SonicWALL  Security 200 Release Ntes Email Security Dell SnicWALL Email Security 8.0.1 SnicOS Cntents System Cmpatibility... 1 Enhancements in Email Security 8.0.1... 2 Reslved Issues... 3 Upgrading t Email Security 8.0.1...

More information

ROCK-POND REPORTING 2.1

ROCK-POND REPORTING 2.1 ROCK-POND REPORTING 2.1 AUTO-SCHEDULER USER GUIDE Revised n 08/19/2014 OVERVIEW The purpse f this dcument is t describe the prcess in which t fllw t setup the Rck-Pnd Reprting prduct s that users can schedule

More information

FollowMe. FollowMe. Q-Server Quick Integration Guide. Revision: 5.4 Date: 11 th June Page 1 of 26

FollowMe. FollowMe. Q-Server Quick Integration Guide. Revision: 5.4 Date: 11 th June Page 1 of 26 Q-Server Quick Integratin Guide Revisin: 5.4 Date: 11 th June 2009 Page 1 f 26 Cpyright, Disclaimer and Trademarks Cpyright Cpyright 1997-2009 Ringdale UK Ltd. All rights reserved. N part f this publicatin

More information

Element Creator for Enterprise Architect

Element Creator for Enterprise Architect Element Creatr User Guide Element Creatr fr Enterprise Architect Element Creatr fr Enterprise Architect... 1 Disclaimer... 2 Dependencies... 2 Overview... 2 Limitatins... 3 Installatin... 4 Verifying the

More information

These tasks can now be performed by a special program called FTP clients.

These tasks can now be performed by a special program called FTP clients. FTP Cmmander FAQ: Intrductin FTP (File Transfer Prtcl) was first used in Unix systems a lng time ag t cpy and mve shared files. With the develpment f the Internet, FTP became widely used t uplad and dwnlad

More information

Sonic PDF Server 3.0. User Guide

Sonic PDF Server 3.0. User Guide Snic PDF Server 3.0 User Guide Snic PDF Server 3.0 TABLE OF CONTENTS: 1 INTRODUCTION... 5 1.1 System Requirements... 5 2 BEFORE INSTALLING SONIC PDF SERVER... 6 2.1 Required Sftware Updates... 6 2.2 Additinal

More information

Questions and Answers

Questions and Answers Questins and Answers 1. Actin = Redirect is applied in A. Chain=srcnat B. Chain=dstnat C. Chain=fward 2. Chse all valid hsts address range fr subnet 15.242.55.62/27 A. 15.242.55.31-15.242.55.62 B. 15.242.55.32-15.242.55.63

More information

DC Remote Control Installation and Configuration Guide. Version 1.2

DC Remote Control Installation and Configuration Guide. Version 1.2 DC Remte Cntrl Installatin and Cnfiguratin Guide Versin 1.2 What des the applicatin d? The DminCmms Remte Cntrl applicatin allws the bulk re-cnfiguratin f Cisc IP Telephnes as if the user was present directly

More information

VoIP Interkonnektion Test Specification

VoIP Interkonnektion Test Specification VIP Interknnektin Test Specificatin Versin 2-1 Ausgabedatum 15.06.2018 Ersetzt Versin 2-0 Gültig ab 010.2018 Vertrag Vertrag betreffend Verbindung vn VIP Fernmeldeanlagen und -diensten Swisscm (Schweiz)

More information

Medtech Evolution. Installation Guide

Medtech Evolution. Installation Guide Medtech Evlutin Installatin Guide Versin 10.4.2. Build 5850 August 2018 Cpyright Medtech Healthcare Pty Ltd Page 1 f 11 Table f Cntents Intrductin... 3 Installatin Pre-requisites... 4 Medtech Evlutin Server

More information

TIBCO Statistica Options Configuration

TIBCO Statistica Options Configuration TIBCO Statistica Optins Cnfiguratin Sftware Release 13.3 June 2017 Tw-Secnd Advantage Imprtant Infrmatin SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED TIBCO

More information

HW4 Software version 3. Device Manager and Data Logging LOG-RC Series Data Loggers

HW4 Software version 3. Device Manager and Data Logging LOG-RC Series Data Loggers Page 1 f 18 HW4 Sftware versin 3 Device Manager and Data Lgging LOG-RC Series Data Lggers 2011; Page 2 f 18 Table f cntents 1 ORGANIZATION OF THE HW4 MANUALS... 3 2 OVERVIEW... 4 3 INITIAL SETUP... 4 3.1

More information

CCNA 1 Chapter v5.1 Answers 100%

CCNA 1 Chapter v5.1 Answers 100% CCNA 1 Chapter 9 2016 v5.1 Answers 100% 1. Which tw characteristics are assciated with UDP sessins? (Chse tw.) Destinatin devices receive traffic with minimal delay. Transmitted data segments are tracked.

More information

Paragon II Platform. Release 4.7

Paragon II Platform. Release 4.7 Paragn II Platfrm Release 4.7 April 1, 2010 Dcument Revisin Histry Original Dcument Release: April 1, 2010 Revisins: Index Paragn II Platfrm... 1 Overview... 2 Updated Firmware... 2 Updated User Dcuments...

More information

Interoperability between ProCurve WESM zl and Siemens Gigaset SL75 wireless phone

Interoperability between ProCurve WESM zl and Siemens Gigaset SL75 wireless phone An HP PrCurve Netwrking Applicatin Nte Interperability between PrCurve WESM zl and Siemens Gigaset SL75 wireless phne Cntents 1. Intrductin... 3 2. Prerequisites... 3 3. Netwrk architecture... 3 4. Secure

More information

ACCELERATOR 8.4 CISCO UNIFIED COMMUNICATION MANAGER EXPRESS INTEGRATION GUIDE

ACCELERATOR 8.4 CISCO UNIFIED COMMUNICATION MANAGER EXPRESS INTEGRATION GUIDE ACCELERATOR 8.4 CISCO UNIFIED COMMUNICATION MANAGER EXPRESS INTEGRATION GUIDE Revisin 8.4.0.0 April 2018 Tang Netwrks, Inc. phne: +1 469-920-2100 2801 Netwrk Blvd, Suite 200 fax: +1 469-920-2099 Frisc,

More information

CNS-222-1I: NetScaler for Apps and Desktops

CNS-222-1I: NetScaler for Apps and Desktops CNS-222-1I: NetScaler fr Apps and Desktps Overview Designed fr students with little r n previus NetScaler, NetScaler Gateway r Unified Gateway experience, this curse is best suited fr individuals wh will

More information

Additional License Authorizations

Additional License Authorizations Additinal License Authrizatins Fr HPE CMS SIM Management sftware prducts Prducts and suites cvered PRODUCTS E-LTU OR E-MEDIA AVAILABLE * NON-PRODUCTION USE OPTION HPE Dynamic SIM Prvisining Yes Yes HPE

More information

UDS Enterprise Configuring UDS Enterprise in HA

UDS Enterprise Configuring UDS Enterprise in HA Intrductin The cmpnents f UDS Enterprise (UDS Server and UDS Tunneler) can be cnfigured in high availability (HA) s that in case f drp any f these items, either due t a failure f the hypervisr that hsts

More information

EVault Software Portal 7.8 Installation and Configuration Guide

EVault Software Portal 7.8 Installation and Configuration Guide EVault Sftware Prtal 7.8 Installatin and Cnfiguratin Guide Revisin: This manual has been updated fr Versin 7.8. Sftware Versin: 7.80 (June 2015) 2015 EVault Inc. EVault, A Seagate Cmpany, makes n representatins

More information

Stoneware Inc. Citrix NFuse Configuration. Stoneware, Inc. Configuration Sheet Date: January 2005

Stoneware Inc. Citrix NFuse Configuration. Stoneware, Inc. Configuration Sheet Date: January 2005 Stneware Inc. Citrix NFuse Cnfiguratin Stneware, Inc. Cnfiguratin Sheet Date: January 2005 Intrductin This dcument prvides the infrmatin necessary t cnfigure Citrix Metaframe and NFuse behind the webnetwrk

More information

ABELDent Platform Setup Conventions

ABELDent Platform Setup Conventions ABELDent Platfrm Setup Cnventins 1 Intrductin 1.1 Purpse f this dcument The purpse f this dcument is t prvide prspective ABELDent licensees and their hardware vendrs with the infrmatin that they will require

More information

Release Letter. 1. General. VIDEOJET decoder 8000 VJD-8000, VJD-8000-N. Firmware Security Systems. Product: Version:

Release Letter. 1. General. VIDEOJET decoder 8000 VJD-8000, VJD-8000-N. Firmware Security Systems. Product: Version: Release Letter Prduct: VIDEOJET decder 8000 VJD-8000, VJD-8000-N Versin: Firmware 9.50 This letter cntains latest infrmatin abut the abve mentined prduct. 1. General This firmware release 9.50.0073 is

More information

CCNA Security v2.0 Chapter 9 Exam Answers

CCNA Security v2.0 Chapter 9 Exam Answers CCNA Security v2.0 Chapter 9 Exam Answers 1. Refer t the exhibit. An administratr creates three znes (A, B, and C) in an ASA that filters traffic. Traffic riginating frm Zne A ging t Zne C is denied, and

More information

Users, groups, collections and submissions in DSpace. Contents

Users, groups, collections and submissions in DSpace. Contents Users, grups, cllectins and submissins in DSpace Cntents Key cncepts... 2 User accunts and authenticatin... 2 Authrisatin and privileges... 2 Resurce plicies... 2 User rles and grups... 3 Submissin wrkflws...

More information

Reliability of Provisional Responses in the Session Initiation Protocol (SIP) Abstract. 1 Introduction 2. 2 Terminology 2.

Reliability of Provisional Responses in the Session Initiation Protocol (SIP) Abstract. 1 Introduction 2. 2 Terminology 2. Netwrk Wrking Grup J. Rsenberg/H. Schulzrinne Request fr Cmments: 3262 dynamicsft/clumbia U. Categry: Standards Track June 2002 Reliability f Prvisinal Respnses in the Sessin Initiatin Prtcl (SIP) Status

More information

Shavlik Protect. Upgrade Guide

Shavlik Protect. Upgrade Guide Shavlik Prtect Upgrade Guide Cpyright and Trademarks Cpyright Cpyright 2009 2015 LANDESK Sftware, Inc. All rights reserved. This prduct is prtected by cpyright and intellectual prperty laws in the United

More information

1. The first section examines common performance bottlenecks that need to be considered.

1. The first section examines common performance bottlenecks that need to be considered. OAKS Online Intrductin Oregn s OAKS Online is a cmputer-based adaptive test in which items are selected accrding t each student s ability. OAKS Online has incrprated a number f features and updates based

More information

Description of the international LOFAR station datatransport system

Description of the international LOFAR station datatransport system Descriptin f the internatinal LOFAR statin datatransprt system Auteur(s) / Authr(s): Organisatie / Organizatin Datum / Date D.H.P. Maat Cntrle / Checked: Gedkeuring / Apprval: A. Gunst Autrisatie / Authrisatin:

More information

ip.buffer App Note AN009 : Security Considerations

ip.buffer App Note AN009 : Security Considerations ip.buffer App Nte AN009 : Security Cnsideratins Date Authr Release 2008-12-18 MP Initial draft UK 2008 Scannex Electrnics Limited. All rights reserved wrldwide. Scannex Electrnics Ltd, UK t: +44(0)8707

More information

Repstor custodian. On Premise Pre-Requisites. Document Version 1.1 January 2017

Repstor custodian. On Premise Pre-Requisites. Document Version 1.1 January 2017 Repstr custdian On Premise Pre-Requisites Dcument Versin 1.1 January 2017 Intrductin This dcument utlines the pre-requisites fr installatin f the Repstr custdian server cmpnents. There are tw main parts;

More information

CMC Blade BIOS Profile Cloning

CMC Blade BIOS Profile Cloning This white paper describes the detailed capabilities f the Chassis Management Cntrller s Blade BIOS Prfile Clning feature. Authr Crey Farrar This dcument is fr infrmatinal purpses nly and may cntain typgraphical

More information

OpenScape Business V2

OpenScape Business V2 OpenScape Business V2 Tutrial VIP Interfaces Versin 2.0 Definitins HwT An OpenScape Business HwT describes the cnfiguratin f an OpenScape Business feature within the OpenScape Business administratin. It

More information

Getting Started with the SDAccel Environment on Nimbix Cloud

Getting Started with the SDAccel Environment on Nimbix Cloud Getting Started with the SDAccel Envirnment n Nimbix Clud Revisin Histry The fllwing table shws the revisin histry fr this dcument. Date Versin Changes 09/17/2018 201809 Updated figures thrughut Updated

More information

Using UB Stream and UBlearns

Using UB Stream and UBlearns Using UB Stream and UBlearns Instructrs can nw uplad vides/audi r create a vide using their webcam in UBLearns. There is a new mashup tl (MEDIAL) that allws yu t uplad yur media files t UB s streaming

More information

App Center User Experience Guidelines for Apps for Me

App Center User Experience Guidelines for Apps for Me App Center User Experience Guidelines fr Apps fr Me TABLE OF CONTENTS A WORD ON ACCESSIBILITY...3 DESIGN GUIDELINES...3 Accunt Linking Prcess... 3 Cnnect... 5 Accept Terms... 6 Landing Page... 6 Verificatin...

More information

Sircon User Guide A Guide to Using the Vertafore Sircon Self-Service Portal

Sircon User Guide A Guide to Using the Vertafore Sircon Self-Service Portal Sircn User Guide A Guide t Using the Vertafre Sircn Self-Service Prtal September 2016 Versin 16.8 Cntents Cntents Using the Vertafre Sircn Self-Service Prtal... 3 Lg In... 3 Hme Page... 4 Lg New Cases...

More information

Packet Tracer - Configuring a Zone-Based Policy Firewall (ZPF)

Packet Tracer - Configuring a Zone-Based Policy Firewall (ZPF) Packet Tracer - Cnfiguring a Zne-Based Plicy Firewall (ZPF) Tplgy Addressing Table R1 R2 R3 Device Interface IP Address Subnet Mask Default Gateway Switch Prt G0/1 192.168.1.1 255.255.255.0 N/A S1 F0/5

More information

Dear Milestone Customer,

Dear Milestone Customer, Dear Milestne Custmer, With the purchase f Milestne Xprtect Transact yu have chsen a very flexible ptin t yur Milestne Xprtect Business slutin. Milestne Xprtect Transact enables yu t stre a serial data

More information

WNE CLIENT V5.0 INSTALLATION AND CONFIGURATION GUIDE (FIRST TIME) Date of issue: 09 August 2011 Document Version 0.9

WNE CLIENT V5.0 INSTALLATION AND CONFIGURATION GUIDE (FIRST TIME) Date of issue: 09 August 2011 Document Version 0.9 WNE CLIENT V5.0 INSTALLATION AND CONFIGURATION GUIDE (FIRST TIME) Date f issue: 09 August 2011 Dcument Versin 0.9 Legal Infrmatin Thmsn Reuters 2011. All Rights Reserved. Thmsn Reuters, by publishing this

More information

CCNA 1 Chapter v5.1 Answers 100%

CCNA 1 Chapter v5.1 Answers 100% CCNA 1 Chapter 11 2016 v5.1 Answers 100% 1. A newly hired netwrk technician is given the task f rdering new hardware fr a small business with a large grwth frecast. Which primary factr shuld the technician

More information

Secure by Default Initiative

Secure by Default Initiative Technical Whitepaper Secure by Default Initiative Device Settings and Features Table f cntents Overview 2 Changes t Device Security Settings Defaults 2 SNMP v1/v2 write access disabled 2 Printer Jb Language

More information

Carbonite Server Backup Portal 8.5. Installation and Configuration Guide

Carbonite Server Backup Portal 8.5. Installation and Configuration Guide Carbnite Server Backup Prtal 8.5 Installatin and Cnfiguratin Guide 2018 Carbnite, Inc. All rights reserved. Carbnite makes n representatins r warranties with respect t the cntents heref and specifically

More information

Configure Data Source for Automatic Import from CMDB

Configure Data Source for Automatic Import from CMDB AvailabilityGuard TM Cnfigure Data Surce fr Autmatic Imprt frm CMDB AvailabilityGuard allws yu t cnfigure business entities (such as services, divisins, and applicatins) and assign hsts, databases, and

More information

MultiDirectory Installation and Configuration Guide

MultiDirectory Installation and Configuration Guide MultiDirectry Installatin and Cnfiguratin Guide Versin 1.03 STANDARD and PRO Versins What des the applicatin d? MultiDirectry applicatin frm DminCmms allws Cisc IP Telephnes t have a single directry displayed

More information

SASAC v1.0 Implementing Core Cisco ASA Security Cisco Training

SASAC v1.0 Implementing Core Cisco ASA Security Cisco Training SASAC v1.0 Implementing Cre Cisc ASA Security Cisc Training Curse Length: 5 Curse Delivery: Traditinal Classrm Online Live Curse Overview Cisc ASA Cre v1.0 is a new 5-day ILT class that cvers the Cisc

More information

2. When logging is used, which severity level indicates that a device is unusable?

2. When logging is used, which severity level indicates that a device is unusable? CCNA 4 Chapter 8 v5.0 Exam Answers 2015 (100%) 1. What are the mst cmmn syslg messages? thse that ccur when a packet matches a parameter cnditin in an access cntrl list link up and link dwn messages utput

More information

VMware AirWatch Certificate Authentication for Cisco IPSec VPN

VMware AirWatch Certificate Authentication for Cisco IPSec VPN VMware AirWatch Certificate Authenticatin fr Cisc IPSec VPN Fr VMware AirWatch Have dcumentatin feedback? Submit a Dcumentatin Feedback supprt ticket using the Supprt Wizard n supprt.air-watch.cm. This

More information

Welcome to Remote Access Services (RAS) Virtual Desktop vs Extended Network. General

Welcome to Remote Access Services (RAS) Virtual Desktop vs Extended Network. General Welcme t Remte Access Services (RAS) Our gal is t prvide yu with seamless access t the TD netwrk, including the TD intranet site, yur applicatins and files, and ther imprtant wrk resurces -- whether yu

More information

BMC Remedyforce Integration with Remote Support

BMC Remedyforce Integration with Remote Support BMC Remedyfrce Integratin with Remte Supprt 2003-2018 BeyndTrust, Inc. All Rights Reserved. BEYONDTRUST, its lg, and JUMP are trademarks f BeyndTrust, Inc. Other trademarks are the prperty f their respective

More information

Troubleshooting of network problems is find and solve with the help of hardware and software is called troubleshooting tools.

Troubleshooting of network problems is find and solve with the help of hardware and software is called troubleshooting tools. Q.1 What is Trubleshting Tls? List their types? Trubleshting f netwrk prblems is find and slve with the help f hardware and sftware is called trubleshting tls. Trubleshting Tls - Hardware Tls They are

More information

TCG Compliance_TNC IF-PEP Compliance Test Plan

TCG Compliance_TNC IF-PEP Compliance Test Plan TCG Cmpliance_TNC IF-PEP Cmpliance Test Plan Versin 1.00 Revisin 0.21 8 December 2008 Published Cntact: admin@trustedcmputinggrup.rg Cpyright TCG 2006-2008 TCG Cmpliance_TNC IF-PEP Cmpliance Test Plan

More information

Lecture 6 -.NET Remoting

Lecture 6 -.NET Remoting Lecture 6 -.NET Remting 1. What is.net Remting?.NET Remting is a RPC technique that facilitates cmmunicatin between different applicatin dmains. It allws cmmunicatin within the same prcess, between varius

More information

Cisco Tetration Analytics, Release , Release Notes

Cisco Tetration Analytics, Release , Release Notes Cisc Tetratin Analytics, Release 1.102.21, Release Ntes This dcument describes the features, caveats, and limitatins fr the Cisc Tetratin Analytics sftware. Additinal prduct Release ntes are smetimes updated

More information

CaseWare Working Papers. Data Store user guide

CaseWare Working Papers. Data Store user guide CaseWare Wrking Papers Data Stre user guide Index 1. What is a Data Stre?... 3 1.1. When using a Data Stre, the fllwing features are available:... 3 1.1.1.1. Integratin with Windws Active Directry... 3

More information

CCNA Voice ICOMM: (4 Day Course)

CCNA Voice ICOMM: (4 Day Course) CCNA Vice 640-461 ICOMM: (4 Day Curse) The CCNA Vice certificatin cnfirms that yu have the required skill set fr specialised jb rles in vice technlgies such as vice technlgies administratr, vice engineer,

More information

Moving your MedicalDirector Clinical / PracSoft Data to a New Server

Moving your MedicalDirector Clinical / PracSoft Data to a New Server Mving yur MedicalDirectr Clinical / PracSft Data t a New Server This dcument will guide yu thrugh mving yur MedicalDirectr Clinical and/r PracSft data t a new Server cmputer. It has been divided int 3

More information

"The role of home gateways in IPTV services, from a HGI perspective"

The role of home gateways in IPTV services, from a HGI perspective Internatinal Telecmmunicatin Unin "The rle f hme gateways in IPTV services, frm a HGI perspective" Dugerdil Bernard Freescale Semicnductr HGI Bard Member Why the Hme Gateway Initiative (HGI) Unavailability

More information

Reference Guide. Service Pack 3 Cumulative Update 2. Revision J Issued October DocAve 6: Control Panel

Reference Guide. Service Pack 3 Cumulative Update 2. Revision J Issued October DocAve 6: Control Panel DcAve 6 Cntrl Panel Reference Guide Service Pack 3 Cumulative Update 2 Revisin J Issued Octber 2013 DcAve 6: Cntrl Panel 1 Table f Cntents Abut Cntrl Panel... 6 Submitting Dcumentatin Feedback t AvePint...

More information

Simple Identity Management Profile

Simple Identity Management Profile Simple Identity Management Prfile Dcument Number: DCIM1055 Dcument Type: Specificatin Dcument Status: Published Dcument Language: E Date: 2017-07-11 Versin: 4.0.0 Versin 4.0.0 1 This prfile is fr infrmatinal

More information

Troubleshooting Citrix- Published Resources Configuration in VMware Identity Manager

Troubleshooting Citrix- Published Resources Configuration in VMware Identity Manager Trubleshting Citrix- Published Resurces Cnfiguratin in VMware Identity Manager VMware Identity Manager A U G U S T 2 0 1 7 V1 Table f Cntents Overview... 1 Supprted Versins f Cmpnents... 1 Prerequisites...

More information

Xerox Security Bulletin XRX12-007

Xerox Security Bulletin XRX12-007 Disable sftware upgrades by default Backgrund The Xerx prducts listed belw were shipped with sftware upgrades enabled by default. The firmware released belw changes the default state f sftware upgrade

More information

BMC Remedyforce Integration with Bomgar Remote Support

BMC Remedyforce Integration with Bomgar Remote Support BMC Remedyfrce Integratin with Bmgar Remte Supprt 2017 Bmgar Crpratin. All rights reserved wrldwide. BOMGAR and the BOMGAR lg are trademarks f Bmgar Crpratin; ther trademarks shwn are the prperty f their

More information

DIVAR IP 3000 Field Installation Guide

DIVAR IP 3000 Field Installation Guide CCTV IP Netwrk Vide Technical Brief DIVAR IP 3000 Field Installatin Guide 1 DIVAR IP 3000 Field Installatin Guide Overview The purpse f this guide is t prvide the step-by-step prcess f installing a DIVAR

More information

USER MANUAL. RoomWizard Administrative Console

USER MANUAL. RoomWizard Administrative Console USER MANUAL RmWizard Administrative Cnsle Cntents Welcme... 3 Administer yur RmWizards frm ne lcatin... 3 Abut This Manual... 4 Setup f the Administrative Cnsle... 4 Installatin... 4 The Cnsle Windw...

More information