FortiVoice 200D/200D-T/2000E-T2/VM Provisioning FortiFone Voice VLAN Using LLDP. Technical Note

Size: px
Start display at page:

Download "FortiVoice 200D/200D-T/2000E-T2/VM Provisioning FortiFone Voice VLAN Using LLDP. Technical Note"

Transcription

1 FortiVoice 200D/200D-T/2000E-T2/VM Provisioning FortiFone Voice VLAN Using LLDP Technical Note

2 FortiVoice 200D/200D-T/2000E-T2/VM Provisioning FortiFone Voice VLAN Using LLDP Technical Note June 18, st Edition Copyright 2014 Fortinet, Inc. All rights reserved. Fortinet, FortiGate, and FortiGuard, are registered trademarks of Fortinet, Inc., and other Fortinet names herein may also be trademarks of Fortinet. All other product or company names may be trademarks of their respective owners. Performance metrics contained herein were attained in internal lab tests under ideal conditions, and performance may vary. Network variables, different network environments and other conditions may affect performance results. Nothing herein represents any binding commitment by Fortinet, and Fortinet disclaims all warranties, whether express or implied, except to the extent Fortinet enters a binding written contract, signed by Fortinet s General Counsel, with a purchaser that expressly warrants that the identified product will perform according to the performance metrics herein. For absolute clarity, any such warranty will be limited to performance in the same ideal conditions as in Fortinet s internal lab tests. Fortinet disclaims in full any guarantees. Fortinet reserves the right to change, modify, transfer, or otherwise revise this publication without notice, and the most current version of the publication shall be applicable. Technical Documentation Knowledge Base Customer Service & Support Training Services FortiGuard Document Feedback docs.fortinet.com kb.fortinet.com support.fortinet.com training.fortinet.com fortiguard.com techdocs@fortinet.com

3 Provisioning FortiFone voice VLAN using LLDP Starting from FortiFone 260/360/460/560, Cisco Discovery Protocol (CDP) is no longer supported. Instead, Link Layer Discovery Protocol (LLDP) support is added and can achieve what CDP can do and much more in a standardized way. LLDP works similarly to CDP, by exchanging LLDP data unit in the format of TLV (Type, Length, and Value) containing information such as system name and description, port number, VLAN name and ID, IP management address, and system capability (router, bridge, telephone, access point, and so on). Media Endpoint Discovery is an enhancement of LLDP, known as LLDP-MED, that provides the following facilities: Auto-discovery of LAN policies (such as VLAN, Layer 2 Priority, and Differentiated Services (DiffServ) settings) enabling plug and play networking. Device location discovery to allow creation of location databases and, in the case of Voice over Internet Protocol (VoIP), enhanced 911 services. Extended and automated power management of Power over Ethernet (PoE) end points. Inventory management, allowing network administrators to track their network devices, and determine their characteristics (manufacturer, software and hardware versions, serial or asset numbers). This technical note only describes how to auto-discover VLAN to voice traffic using LLDP-MED. It is assumed that you use the FortiVoice 200D/200D-T/2000E-T2/VM software. Use this note in conjunction with the FortiVoice 200D/200D-T/2000E-T2 Administration Guide. Scenario A customer needs to deploy FortiFones using the existing IT infrastructure which only has one network drop for each employee. The network switch supports 802.1Q VLAN tagging and LLDP-MED. FortiFones have two network ports: LAN and PC. The recommended solution is to connect FortiFones to the switch using LAN port and connect the computers to the PC port of FortiFones. VLAN tag needs to be enabled to segregate FortiFone voice network and PC data network. The network switch has to support LLDP-MED for this function to work. In this scenario, Cisco Catalyst 2960X LAN base is used. Fortinet Technologies Inc. Page 3 FortiVoice Technical Note

4 Network diagram Address plan VLAN 200: /24 for data network (PC), is the IP of VLAN interface on FVC200D. Before LLDP-MED is enabled on FortiFone, it will be placed in VLAN 200, like the PC. VLAN 100: /24 for voice network (FortiFones), is the IP of VLAN interface on FVC200D Native VLAN: /24 for untagged traffic is the IP of the physical port on FVC200D FortiVoice-200D/200D-T/2000E-T2/VM is also used as DHCP server in the scenario. Steps to provision FortiFone voice VLAN using LLDP Follow the procedures below to provision FortiFone voice VLAN using LLDP. To configure Cisco switch 1. Enable LLDP globally. By default LLDP is disabled. Switch (config)# lldp run 2. Create network policy to assign VLAN ID 100 for voice traffic. Switch (config)# network-policy profile 1 Switch (config-network-policy)# voice vlan 100 Fortinet Technologies Inc. Page 4 FortiVoice Technical Note

5 3. Apply the network policy in the interface connecting FortiFone. Switch (config)# interface giga 1/0/24 Switch (config-interface)# switchport mode access Switch (config-interface)# switchport access vlan 200 Switch (config-interface)# lldp transmitl Switch (config-interface)# lldp receive Switch (config-interface)# network-policy 1 4. Set interface connecting the FortiVoice 200D in trunk mode to carry traffic for different VLANs. Switch (config)# interface giga 1/0/1 Switch (config-interface)# switchport mode trunk To create VLAN interfaces and DHCP servers on FortiVoice 200D (skip if you do not use FortiVoice 200D as DHCP server) 1. Configure VLAN interfaces on the desired physical port. Create new interface, set type as VLAN, set physical port to any port desired (port2 in this scenario), and assign IP address. In this scenario, VLAN 100 is created for voice and assigned IP address , and VLAN 200 is created for data and assigned IP address Fortinet Technologies Inc. Page 5 FortiVoice Technical Note

6 2. Create DHCP servers for the physical port (native VLAN), VLAN 100, and VLAN 200. Fortinet Technologies Inc. Page 6 FortiVoice Technical Note

7 3. Enable auto provisioning in system setting and configure the TFTP server accordingly. To create a phone profile with LLDP enabled on the FortiVoice 200D LLDP is disabled on FortiFone by default. It needs to be enabled to auto-discover the voice VLAN configuration. 1. Create a phone profile (template) with LLDP enabled. Add the following lines into the related sections of the configuration file: [SYSTEM] function lldp enable [LAN] lldp_status on vlan_policy lldp Fortinet Technologies Inc. Page 7 FortiVoice Technical Note

8 To initially provision FortiFone using data VLAN to enable LLDP 1. Connect the network cable to the FortiFone and factory reset it if there is old configuration on it. After the reboot, it should display in the Unassigned Phone tab as shown below. Note that at this stage, the FortiFone is assigned an IP in the data VLAN (VLAN 200: x/24). 2. Create a new extension for the unassigned phone or assign it to an existing extension. Select the phone profile created in To create a phone profile with LLDP enabled on the FortiVoice 200D on page 7. If there are large numbers of FortiFones to provision, you can put all the extension configuration in a CVS file and import them into FVC-200D altogether. Fortinet Technologies Inc. Page 8 FortiVoice Technical Note

9 For more details, see the FortiVoice SIP Extension Auto Provisioning Technical Note. To use voice VLAN for FortiFone after reboot After the configuration is done, the FortiFones will reboot automatically. Wait for a few minutes, the FortiFone will be auto-provisioned to the VLAN configured (VLAN 100, x/24 in this scenario) and register with the FortiVoice 200D. Make a test call to verify the FortiFone is configured properly. Fortinet Technologies Inc. Page 9 FortiVoice Technical Note

10

Configuring FortiVoice for Skype VoIP service

Configuring FortiVoice for Skype VoIP service Service Configuration Guide Configuring FortiVoice for Skype VoIP service Introduction This guide will show you how to set up Skype VoIP service. When you start an account with Skype, they will provide

More information

Configuring FortiVoice for Bandwidth.com VoIP service

Configuring FortiVoice for Bandwidth.com VoIP service Service Configuration Guide Configuring FortiVoice for Bandwidth.com VoIP service Introduction This guide will show you how to set up a service provider profile, change codec options (if necessary), and

More information

Configuring FortiVoice for Cbeyond VoIP service

Configuring FortiVoice for Cbeyond VoIP service Service Configuration Guide Configuring FortiVoice for Cbeyond VoIP service Introduction This guide will show you how to set up a service provider profile, change codec options (if necessary), and VoIP

More information

FortiVoice Enterprise Phone System 3.0.5. GA Release Notes

FortiVoice Enterprise Phone System 3.0.5. GA Release Notes FortiVoice Enterprise Phone System 3.0.5 GA Release Notes FortiVoice Enterprise Phone System 3.0.5 GA Release Notes December 10, 2014 Copyright 2014 Fortinet, Inc. All rights reserved. Fortinet, FortiGate,

More information

How To Use A Fortivoice Phone On A Cell Phone On An Ipad Or Ipad (For A Sim Sim) On A Simplon (For An Ipod) On An Iphone Or Ipod (For Ipad)

How To Use A Fortivoice Phone On A Cell Phone On An Ipad Or Ipad (For A Sim Sim) On A Simplon (For An Ipod) On An Iphone Or Ipod (For Ipad) FortiFone QuickStart Guide for FON-260i FortiFone QuickStart Guide for FON-260i Revision 3 27-400-195511-20130729 Copyright 2013 Fortinet, Inc. All rights reserved. Fortinet, FortiGate, and FortiGuard,

More information

FortiMail VM (Microsoft Hyper-V) Install Guide

FortiMail VM (Microsoft Hyper-V) Install Guide FortiMail VM (Microsoft Hyper-V) Install Guide FortiMail VM (Microsoft Hyper-V) Install Guide August 20, 2014 1st Edition Copyright 2014 Fortinet, Inc. All rights reserved. Fortinet, FortiGate, FortiCare

More information

Cisco - Configure the 1721 Router for VLANs Using a Switch Module (WIC-4ESW)

Cisco - Configure the 1721 Router for VLANs Using a Switch Module (WIC-4ESW) Page 1 of 20 Configure the 1721 Router for VLANs Using a Switch Module (WIC-4ESW) Document ID: 50036 Contents Introduction Prerequisites Requirements Components Used Network Diagram The Role of Switched

More information

Copyright 2012 Fortinet, Inc. All rights reserved. Fortinet, FortiGate, and FortiGuard, are registered trademarks of Fortinet, Inc.

Copyright 2012 Fortinet, Inc. All rights reserved. Fortinet, FortiGate, and FortiGuard, are registered trademarks of Fortinet, Inc. Copyright 2012 Fortinet, Inc. All rights reserved. Fortinet, FortiGate, and FortiGuard, are registered trademarks of Fortinet, Inc., and other Fortinet names herein may also be trademarks of Fortinet.

More information

FortiFone QuickStart Guide for FON-670i and FON-675i

FortiFone QuickStart Guide for FON-670i and FON-675i FortiFone QuickStart Guide for FON-670i and FON-675i FortiFone QuickStart Guide for FON-670i and FON-675i Revision 2 September 25, 2015 Copyright 2015 Fortinet, Inc. All rights reserved. Fortinet, FortiGate,

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Sample Configuration for using Link Layer Discovery Protocol (LLDP) with Cisco Catalyst 4500 or 3750 Switches for VLAN Assignment for Avaya 9600 and 1600 Series

More information

FortiFone QuickStart Guide for FON-370i

FortiFone QuickStart Guide for FON-370i FortiFone QuickStart Guide for FON-370i FortiFone QuickStart Guide for FON-370i Revision 2 August 17, 2015 Copyright 2015 Fortinet, Inc. All rights reserved. Fortinet, FortiGate, FortiCare and FortiGuard,

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Sample Configuration for using Link Layer Discovery Protocol (LLDP) with Cisco Catalyst 4500 or 3750 Switches for VLAN assignment to Avaya 4600 Series IP Telephones

More information

What is VLAN Routing?

What is VLAN Routing? Application Note #38 February 2004 What is VLAN Routing? This Application Notes relates to the following Dell product(s): 6024 and 6024F 33xx Abstract Virtual LANs (VLANs) offer a method of dividing one

More information

FortiVoice Enterprise

FortiVoice Enterprise DATA SHEET FortiVoice Enterprise Phone systems FVE-20E2/4, 100E, 300E-T, 500E-T2, 1000E, 1000E-T, 2000E-T2, 3000E and VM Phone systems The IP PBX voice solutions give you total call control and sophisticated

More information

Installation of the On Site Server (OSS)

Installation of the On Site Server (OSS) Installation of the On Site Server (OSS) rev 1.1 Step #1 - Initial Connection to the OSS Having plugged in power and an ethernet cable in the eth0 interface (see diagram below) you can connect to the unit

More information

Network Detector Setup and Configuration

Network Detector Setup and Configuration 339 N. Bernardo Avenue, Suite 200 Mountain View, CA 94043 www.airtightnetworks.net MODE SYST RPS MASTR STAT SPEDUPLX STACK 1 2 3 4 5 6 7 8 91 0 11 12 1X 2X 11X 12X 13 14 15 16 1718 19 20 2122 23 24 13X

More information

Purchase and Import a Signed SSL Certificate

Purchase and Import a Signed SSL Certificate Purchase and Import a Signed SSL Certificate Copyright 2015 Fortinet, Inc. All rights reserved. Fortinet, FortiGate, FortiCare and FortiGuard, and certain other marks are registered trademarks of Fortinet,

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for Configuring a Small to Medium Size Business VoIP and Data Network Solution Consisting of HP ProCurve Networking Switches and an Avaya Telephony

More information

Note: This case study utilizes Packet Tracer. Please see the Chapter 5 Packet Tracer file located in Supplemental Materials.

Note: This case study utilizes Packet Tracer. Please see the Chapter 5 Packet Tracer file located in Supplemental Materials. Note: This case study utilizes Packet Tracer. Please see the Chapter 5 Packet Tracer file located in Supplemental Materials. CHAPTER 5 OBJECTIVES Configure a router with an initial configuration. Use the

More information

Managing a FortiSwitch unit with a FortiGate Administration Guide

Managing a FortiSwitch unit with a FortiGate Administration Guide Managing a FortiSwitch unit with a FortiGate Administration Guide Managing a FortiSwitch unit with a FortiGate April 30, 2014. Copyright 2014 Fortinet, Inc. All rights reserved. Fortinet, FortiGate, FortiCare

More information

How To Configure Voice Vlan On An Ip Phone

How To Configure Voice Vlan On An Ip Phone 1 VLAN (Virtual Local Area Network) is used to logically divide a physical network into several broadcast domains. VLAN membership can be configured through software instead of physically relocating devices

More information

FortiVoice Enterprise

FortiVoice Enterprise DATA SHEET FortiVoice Enterprise Phone systems FVE-100E, 300E-T-T/E, 500E-T2-T/E, 1000E, 1000E-T, 2000E-T2, 3000E and VM Phone systems The IP PBX voice solutions give you total call control and sophisticated

More information

BroadCloud PBX Polycom VLAN Support

BroadCloud PBX Polycom VLAN Support BroadCloud PBX Polycom VLAN Support Technical Guide Version 1.0 1009 Pruitt Road The Woodlands, TX 77380 Tel +1 281.465.3320 WWW.BROADSOFT.COM BroadCloud PBX Polycom VLAN Support Technical Guide Copyright

More information

802.1X Authentication, Link Layer Discovery Protocol (LLDP), and Avaya IP Telephones

802.1X Authentication, Link Layer Discovery Protocol (LLDP), and Avaya IP Telephones 802.1X Authentication, Link Layer Discovery Protocol (LLDP), and Avaya IP Telephones Abstract The purpose of this document is to discuss 802.1X Authentication and Link Layer Discovery Protocol (LLDP) in

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for HP ProCurve Switches connected to an Avaya Telephony Infrastructure using Avaya IP Office in a Converged VoIP and Data Network - Issue 1.0

More information

TotalCloud Phone System

TotalCloud Phone System TotalCloud Phone System Cisco SF 302-08P PoE VLAN Configuration Guide Note: The below information and configuration is for deployment of the Cbeyond managed switch solution using the Cisco 302 8 port Power

More information

VLAN 802.1Q. 1. VLAN Overview. 1. VLAN Overview. 2. VLAN Trunk. 3. Why use VLANs? 4. LAN to LAN communication. 5. Management port

VLAN 802.1Q. 1. VLAN Overview. 1. VLAN Overview. 2. VLAN Trunk. 3. Why use VLANs? 4. LAN to LAN communication. 5. Management port 1. VLAN Overview 2. VLAN Trunk 3. Why use VLANs? 4. LAN to LAN communication 5. Management port 6. Applications 6.1. Application 1 6.2. Application 2 6.3. Application 3 6.4. Application 4 6.5. Application

More information

MS Series: VolP Deployment Guide

MS Series: VolP Deployment Guide Solution Guide MS Series: VolP Deployment Guide JULY 2013 How to deploy a distributed VoIP infrastructure with Meraki MS switches. Table of Contents Introduction 3 Getting Started 4 Setting up VoIP using

More information

Configure IOS Catalyst Switches to Connect Cisco IP Phones Configuration Example

Configure IOS Catalyst Switches to Connect Cisco IP Phones Configuration Example Configure IOS Catalyst Switches to Connect Cisco IP Phones Configuration Example Document ID: 69632 Introduction Prerequisites Requirements Components Used Conventions Background Information Configure

More information

Optimizing VoIP Applications with Juniper Networks EX3200 and EX4200 Line of Ethernet Switches

Optimizing VoIP Applications with Juniper Networks EX3200 and EX4200 Line of Ethernet Switches APPLICATION NOTE Deploying IP Telephony with JUNIPER NETWORKS ETHERNET Switches Optimizing Applications with Juniper Networks EX3200 and EX4200 Line of Ethernet Switches Copyright 2009, Juniper Networks,

More information

Mobile Configuration Profiles for ios Devices Technical Note

Mobile Configuration Profiles for ios Devices Technical Note Mobile Configuration Profiles for ios Devices Technical Note Mobile Configuration Profiles for ios Devices Technical Note December 10, 2013 04-502-197517-20131210 Copyright 2013 Fortinet, Inc. All rights

More information

DEPLOYING IP TELEPHONY WITH EX SERIES ETHERNET SWITCHES

DEPLOYING IP TELEPHONY WITH EX SERIES ETHERNET SWITCHES APPLICATION NOTE DEPLOYING IP TELEPHONY WITH EX SERIES ETHERNET SWITCHES Optimizing Applications with Juniper Networks Access Switches Copyright 2011, Juniper Networks, Inc. 1 Table of Contents Introduction.....................................................................................................3

More information

Interoperability between Mitel IP Phones and ProCurve Switches

Interoperability between Mitel IP Phones and ProCurve Switches An HP ProCurve Networking Application Note Interoperability between Mitel IP Phones and ProCurve Switches Contents 1. Introduction... 3 2. Architecture... 3 3. Configuration... 3 3.1 Check power over Ethernet

More information

Deploying IP Telephony with EX-Series Switches

Deploying IP Telephony with EX-Series Switches Application Note Deploying IP Telephony with EX-Series Switches Optimizing VoIP Applications with EX 3200 and EX 4200 Series Ethernet Switches Juniper Networks, Inc. 1194 North Mathilda Avenue Sunnyvale,

More information

Configuring LLDP, LLDP-MED, and Location Service

Configuring LLDP, LLDP-MED, and Location Service 27 CHAPTER Configuring LLDP, LLDP-MED, and Location Service This chapter describes how to configure the Link Layer Discovery Protocol (LLDP), LLDP Media Endpoint Discovery (LLDP-MED), and Location Service

More information

FortiAuthenticator Agent for Microsoft IIS/OWA. Install Guide

FortiAuthenticator Agent for Microsoft IIS/OWA. Install Guide FortiAuthenticator Agent for Microsoft IIS/OWA Install Guide FortiAuthenticator Agent for Microsoft IIS/OWA Install Guide February 5, 2015 Revision 1 Copyright 2015 Fortinet, Inc. All rights reserved.

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for HP ProCurve Networking Switches connected to an Avaya Telephony Infrastructure in a Multi-Site VoIP and Data Network solution using Avaya

More information

FortiVoice. Version 7.00 User Guide

FortiVoice. Version 7.00 User Guide FortiVoice Version 7.00 User Guide FortiVoice Version 7.00 User Guide Revision 2 28 October 2011 Copyright 2011 Fortinet, Inc. All rights reserved. Contents and terms are subject to change by Fortinet

More information

640-460. IIUC Implementing Cisco IOS Unified Communications (IIUC) Version: Demo. Page <<1/9>>

640-460. IIUC Implementing Cisco IOS Unified Communications (IIUC) Version: Demo. Page <<1/9>> 640-460 IIUC Implementing Cisco IOS Unified Communications (IIUC) Version: Demo Page 1. You are CCNA VOICE associate in XXXX.com. You need configure a voice port that will allow the gateway to

More information

What s New for FortiMail 5.2.0

What s New for FortiMail 5.2.0 What s New for FortiMail 5.2.0 What s New for FortiMail 5.2.0 September 2, 2014 1st Edition Copyright 2014 Fortinet, Inc. All rights reserved. Fortinet, FortiGate, FortiCare and FortiGuard, and certain

More information

Example: Configuring VoIP on an EX Series Switch Without Including 802.1X Authentication

Example: Configuring VoIP on an EX Series Switch Without Including 802.1X Authentication Example: Configuring VoIP on an EX Series Switch Without Including 802.1X Authentication Requirements You can configure voice over IP (VoIP) on an EX Series switch to support IP telephones. To configure

More information

Supported Upgrade Paths for FortiOS Firmware VERSION 5.0.12

Supported Upgrade Paths for FortiOS Firmware VERSION 5.0.12 Supported Upgrade Paths for FortiOS Firmware VERSION 5.0.12 FORTINET DOCUMENT LIBRARY http://docs.fortinet.com FORTINET VIDEO GUIDE http://video.fortinet.com FORTINET BLOG https://blog.fortinet.com CUSTOMER

More information

TotalCloud Phone System

TotalCloud Phone System TotalCloud Phone System Adtran Netvanta 1234P PoE VLAN Configuration Guide Note: The below information and configuration is for deployment of the Cbeyond managed switch solution using the Adtran Netvanta

More information

Application Notes for Configuring Yealink T-22 SIP Phones to interoperate with Avaya IP Office - Issue 1.0

Application Notes for Configuring Yealink T-22 SIP Phones to interoperate with Avaya IP Office - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Configuring Yealink T-22 SIP Phones to interoperate with Avaya IP Office - Issue 1.0 Abstract These Application Notes describe the configuration

More information

Configuring Avaya 1120E, 1140E, 1220 and 1230 IP Deskphones with Avaya IP Office Release 6.1 Issue 1.0

Configuring Avaya 1120E, 1140E, 1220 and 1230 IP Deskphones with Avaya IP Office Release 6.1 Issue 1.0 Avaya Solution & Interoperability Test Lab Configuring Avaya 1120E, 1140E, 1220 and 1230 IP Deskphones with Avaya IP Office Release 6.1 Issue 1.0 Abstract These Application Notes describe a solution comprised

More information

How to Create VLANs Within a Virtual Switch in VMware ESXi

How to Create VLANs Within a Virtual Switch in VMware ESXi How to Create VLANs Within a Virtual Switch in VMware ESXi I am not responsible for your actions or their outcomes, in any way, while reading and/or implementing this tutorial. I will not provide support

More information

FortiAuthenticator v2.0 MR1 Release Notes

FortiAuthenticator v2.0 MR1 Release Notes FortiAuthenticator v2.0 MR1 Release Notes FortiAuthenticator v2.0 MR1 Release Notes February 28, 2013 23-210-190685-20130228 Copyright 2013 Fortinet, Inc. All rights reserved. Fortinet, FortiGate, and

More information

FortiGate-AWS Deployment Guide

FortiGate-AWS Deployment Guide FortiGate-AWS Deployment Guide FortiGate-AWS Deployment Guide September 25, 2014 01-500-252024-20140925 Copyright 2014 Fortinet, Inc. All rights reserved. Fortinet, FortiGate, FortiCare and FortiGuard,

More information

How To Program A Talkswitch Phone On A Cell Phone On An Ip Phone On Your Ip Phone (For A Sim Sim) On A Pc Or Ip Phone For A Sim Phone On Iphone Or Ipro (For An Ipro) On

How To Program A Talkswitch Phone On A Cell Phone On An Ip Phone On Your Ip Phone (For A Sim Sim) On A Pc Or Ip Phone For A Sim Phone On Iphone Or Ipro (For An Ipro) On TALKSWITCH DOCUMENTATION ADDING IP PHONES TO TALKSWITCH RELEASE 6.50 CT.TS005.008104 ANSWERS WITH INTELLIGENCE COPYRIGHT INFORMATION Copyright 2011 Fortinet, Inc. All rights reserved. Fortinet, FortiGate,

More information

Configuring Switch Ports and VLAN Interfaces for the Cisco ASA 5505 Adaptive Security Appliance

Configuring Switch Ports and VLAN Interfaces for the Cisco ASA 5505 Adaptive Security Appliance CHAPTER 4 Configuring Switch Ports and VLAN Interfaces for the Cisco ASA 5505 Adaptive Security Appliance This chapter describes how to configure the switch ports and VLAN interfaces of the ASA 5505 adaptive

More information

Hosted Voice. Best Practice Recommendations for VoIP Deployments

Hosted Voice. Best Practice Recommendations for VoIP Deployments Hosted Voice Best Practice Recommendations for VoIP Deployments Thank you for choosing EarthLink! EarthLinks best in class Hosted Voice phone service allows you to deploy phones anywhere with a Broadband

More information

A Principled Technologies white paper commissioned by Dell Inc.

A Principled Technologies white paper commissioned by Dell Inc. A Principled Technologies white paper commissioned by Dell Inc. TABLE OF CONTENTS Table of contents... 2 Summary... 3 Features of Simple Switch Mode... 3 Sample scenarios... 5 Testing scenarios... 6 Scenario

More information

FortiOS Handbook - Hardening your FortiGate VERSION 5.2.3

FortiOS Handbook - Hardening your FortiGate VERSION 5.2.3 FortiOS Handbook - Hardening your FortiGate VERSION 5.2.3 FORTINET DOCUMENT LIBRARY http://docs.fortinet.com FORTINET VIDEO GUIDE http://video.fortinet.com FORTINET BLOG https://blog.fortinet.com CUSTOMER

More information

FortiGate RADIUS Single Sign-On (RSSO) with Windows Server 2008 Network Policy Server (NPS) VERSION 5.2.3

FortiGate RADIUS Single Sign-On (RSSO) with Windows Server 2008 Network Policy Server (NPS) VERSION 5.2.3 FortiGate RADIUS Single Sign-On (RSSO) with Windows Server 2008 Network Policy Server (NPS) VERSION 5.2.3 Contents Introduction... 3 Audience... 3 RADIUS Single Sign-On (RSSO) Overview... 3 What is Single

More information

Layer 2 / Layer 3 switches and multi-ssid multi-vlan network with traffic separation

Layer 2 / Layer 3 switches and multi-ssid multi-vlan network with traffic separation Layer 2 / Layer 3 switches and multi-ssid multi-vlan network with traffic separation This document describes the steps to undertake in configuring a Layer 2/Layer 3 switch (in this document a FMS7382S

More information

LLDP-MED and Cisco Discovery Protocol

LLDP-MED and Cisco Discovery Protocol White Paper LLDP-MED and Cisco Discovery Protocol DEVICE DISCOVERY PROTOCOLS Device discovery protocols enable directly connected devices to discover information about each other. They advertise information

More information

Security Considerations in IP Telephony Network Configuration

Security Considerations in IP Telephony Network Configuration Security Considerations in IP Telephony Network Configuration Abstract This Technical Report deals with fundamental security settings in networks to provide secure VoIP services. Example configurations

More information

Cisco 7940 How To. (c) 2003-2010 Bicom Systems

Cisco 7940 How To. (c) 2003-2010 Bicom Systems Cisco 7940 How To Cisco 7940 How To All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic, or mechanical, including photocopying, recording, taping,

More information

Configuring CyberData Devices for Intermedia Hosted PBX

Configuring CyberData Devices for Intermedia Hosted PBX The IP Endpoint Company Configuring CyberData Devices for Intermedia Hosted PBX This procedure was written by: CyberData Corporation 3 Justin Court Monterey, CA 93940 T:831-373-2601 F: 831-373-4193 www.cyberdata.net

More information

Configuring Switch Ports and VLAN Interfaces for the Cisco ASA 5505 Adaptive Security Appliance

Configuring Switch Ports and VLAN Interfaces for the Cisco ASA 5505 Adaptive Security Appliance CHAPTER 5 Configuring Switch Ports and VLAN Interfaces for the Cisco ASA 5505 Adaptive Security Appliance This chapter describes how to configure the switch ports and VLAN interfaces of the ASA 5505 adaptive

More information

Using Link Layer Discovery Protocol in Multivendor Networks

Using Link Layer Discovery Protocol in Multivendor Networks Using Link Layer Discovery Protocol in Multivendor Networks Link Layer Discovery Protocol (LLDP), standardized by the IEEE as part of 802.1ab, enables standardized discovery of nodes, which in turn facilitates

More information

VOIP Guide Using ZyXEL Switch

VOIP Guide Using ZyXEL Switch VOIP Guide Using ZyXEL Switch 2015/8/10 ZyXEL Communications Corporation Barney Gregorio Overview: This article will contain solutions on how to configure Voice over IP (VOIP). Two methods will be discussed:

More information

VLAN Interoperability

VLAN Interoperability PowerConnect Application Note #4 November 2003 VLAN Interoperability This Application Notes relates to the following Dell PowerConnect products: PowerConnect 33xx PowerConnect 52xx Abstract This Application

More information

FortiAnalyzer VM (VMware) Install Guide

FortiAnalyzer VM (VMware) Install Guide FortiAnalyzer VM (VMware) Install Guide FortiAnalyzer VM (VMware) Install Guide December 05, 2014 05-520-203396-20141205 Copyright 2014 Fortinet, Inc. All rights reserved. Fortinet, FortiGate, FortiCare

More information

IP Phone Configuration and Troubleshooting Guide

IP Phone Configuration and Troubleshooting Guide IP Phone Configuration and Troubleshooting Guide NetVanta 7000 Series and IP 700 Series Phones Overview The purpose of this guide: Explain the default configuration. Explain how to configure the NetVanta

More information

Interoperability between Avaya IP phones and ProCurve switches

Interoperability between Avaya IP phones and ProCurve switches An HP ProCurve Networking Application Note Interoperability between Avaya IP phones and ProCurve switches Contents 1. Introduction... 3 2. Architecture... 3 3. Checking PoE compatibility... 3 4. Configuring

More information

Session Title: Exploring Packet Tracer v5.3 IP Telephony & CME. Scenario

Session Title: Exploring Packet Tracer v5.3 IP Telephony & CME. Scenario Session Title: Exploring Packet Tracer v5.3 IP Telephony & CME Scenario With the scheduled release of Packet Tracer v5.3 in the near future, this case study is designed to provide you with an insight into

More information

Optimum Business SIP Trunk Set-up Guide

Optimum Business SIP Trunk Set-up Guide Optimum Business SIP Trunk Set-up Guide For use with IP PBX only. SIPSetup 07.13 FOR USE WITH IP PBX ONLY Important: If your PBX is configured to use a PRI connection, do not use this guide. If you need

More information

Copyright 2012 Fortinet, Inc. All rights reserved. Reproduction, adaptation or translation without prior written permission is prohibited, except as

Copyright 2012 Fortinet, Inc. All rights reserved. Reproduction, adaptation or translation without prior written permission is prohibited, except as Copyright 2012 Fortinet, Inc. All rights reserved. Reproduction, adaptation or translation without prior written permission is prohibited, except as allowed under the copyright laws. Fortinet trademarks,

More information

Management Software. Web Browser User s Guide AT-S106. For the AT-GS950/48 Gigabit Ethernet Smart Switch. Version 1.0.0. 613-001339 Rev.

Management Software. Web Browser User s Guide AT-S106. For the AT-GS950/48 Gigabit Ethernet Smart Switch. Version 1.0.0. 613-001339 Rev. Management Software AT-S106 Web Browser User s Guide For the AT-GS950/48 Gigabit Ethernet Smart Switch Version 1.0.0 613-001339 Rev. A Copyright 2010 Allied Telesis, Inc. All rights reserved. No part of

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

VoIP Intercom and Elastix Server

VoIP Intercom and Elastix Server VoIP Intercom and Elastix Server Setup Guide http://www.elastix.org 1.0 Setup Diagram Figure 1-1 is a setup diagram for a single VoIP Intercom configuration. In this configuration, the VoIP Intercom acts

More information

Analog Telephone Adapter Network settings via Keypad commands:

Analog Telephone Adapter Network settings via Keypad commands: Analog Telephone Adapter Network settings via Keypad commands: The ATA series phone adapters (VIP-156/VIP-156PE/VIP-157/VIP-157S) support telephone keypad configurations, please connect analog telephone

More information

Knowledgebase Solution

Knowledgebase Solution Knowledgebase Solution Goal Enable coexistence of a 3 rd -party VPN / Firewall with an EdgeMarc appliance. Describe characteristics and tradeoffs of different topologies. Provide configuration information

More information

Configuring the Dolby Conference Phone with Cisco Unified Communications Manager

Configuring the Dolby Conference Phone with Cisco Unified Communications Manager Configuring the Dolby Conference Phone with Cisco Unified Communications Manager Version 1.2 December 10, 2015 This product is protected by one or more patents in the United States and elsewhere. For more

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

Abstract. MEP; Reviewed: GAK 10/17/2005. Solution & Interoperability Test Lab Application Notes 2005 Avaya Inc. All Rights Reserved.

Abstract. MEP; Reviewed: GAK 10/17/2005. Solution & Interoperability Test Lab Application Notes 2005 Avaya Inc. All Rights Reserved. Configuring Single Instance Rapid Spanning Tree Protocol (RSTP) between an Avaya C360 Converged Switch and HP ProCurve Networking Switches to support Avaya IP Telephony Issue 1.0 Abstract These Application

More information

Cisco SPA Phones User Guide. 2003-2012 Bicom Systems

Cisco SPA Phones User Guide. 2003-2012 Bicom Systems I Table of Contents Part I Introduction 1 Part II Requirements 1 Part III Installation 3 1 Power... Adapter 3 2 Power... over Ethernet (PoE) 3 3 IP Address... 3 4 Factory... Settings 4 5 Part IV Registering

More information

Configuring the Avaya B179 SIP Conference Phone with Avaya Aura Communication Manager and Avaya Aura Session Manager Issue 1.0

Configuring the Avaya B179 SIP Conference Phone with Avaya Aura Communication Manager and Avaya Aura Session Manager Issue 1.0 Avaya Solution & Interoperability Test Lab Configuring the Avaya B179 SIP Conference Phone with Avaya Aura Communication Manager and Avaya Aura Session Manager Issue 1.0 Abstract These Application Notes

More information

Cisco - Catalyst 2950 Series Switches Quality of Service (QoS) FAQ

Cisco - Catalyst 2950 Series Switches Quality of Service (QoS) FAQ Page 1 of 8 Catalyst 2950 Series Switches Quality of Service (QoS) FAQ Document ID: 46523 TAC Notice: What's C han g i n g o n T A C We b H el p u s h el p y ou. Questions Introduction What is the software

More information

Hosting more than one FortiOS instance on. VLANs. 1. Network topology

Hosting more than one FortiOS instance on. VLANs. 1. Network topology Hosting more than one FortiOS instance on a single FortiGate unit using VDOMs and VLANs 1. Network topology Use Virtual domains (VDOMs) to divide the FortiGate unit into two or more virtual instances of

More information

UTM10 in multi-ssid, multi-vlan network with WMS5316. Network diagram

UTM10 in multi-ssid, multi-vlan network with WMS5316. Network diagram UTM10 in multi-ssid, multi-vlan network with WMS5316 This document describes how to use the UTM10 (unified threat management system) and WMS5316 (wireless management system) to create a multi-vlan, multi-ssid

More information

How to Configure a BYOD Environment with the DWS-4026

How to Configure a BYOD Environment with the DWS-4026 Configuration Guide How to Configure a BYOD Environment with the DWS-4026 (MAC Authentication + Captive Portal) Overview This guide describes how to configure and implement BYOD environment with the D-Link

More information

HOSTED VOICE Bring Your Own Bandwidth & Remote Worker. Install and Best Practices Guide

HOSTED VOICE Bring Your Own Bandwidth & Remote Worker. Install and Best Practices Guide HOSTED VOICE Bring Your Own Bandwidth & Remote Worker Install and Best Practices Guide 2 Thank you for choosing EarthLink! EarthLinks' best in class Hosted Voice phone service allows you to deploy phones

More information

Interoperability between Cisco Unified IP 7900 Series phones and ProCurve switches

Interoperability between Cisco Unified IP 7900 Series phones and ProCurve switches An HP ProCurve Networking Application Note Interoperability between Cisco Unified IP 7900 Series phones and ProCurve switches Contents 1. Introduction... 3 2. Architecture... 3 3. Checking PoE compatibility...

More information

Skills Assessment Student Training Exam

Skills Assessment Student Training Exam Skills Assessment Student Training Exam Topology Assessment Objectives Part 1: Initialize Devices (8 points, 5 minutes) Part 2: Configure Device Basic Settings (28 points, 30 minutes) Part 3: Configure

More information

Lab 3.10.2 Use Network Inspector to Observe STP Behavior

Lab 3.10.2 Use Network Inspector to Observe STP Behavior Lab 3.10.2 Use Network Inspector to Observe STP Behavior Objective The purpose of this lab is to observe STP behavior with the Network Inspector switch trace feature. Scenario A new switched network has

More information

Chapter 7 Lab 7-1, Configuring Switches for IP Telephony Support

Chapter 7 Lab 7-1, Configuring Switches for IP Telephony Support Chapter 7 Lab 7-1, Configuring Switches for IP Telephony Support Topology Objectives Background Configure auto QoS to support IP phones. Configure CoS override for data frames. Configure the distribution

More information

CCT vs. CCENT Skill Set Comparison

CCT vs. CCENT Skill Set Comparison Operation of IP Data Networks Recognize the purpose and functions of various network devices such as Routers, Switches, Bridges and Hubs Select the components required to meet a given network specification

More information

VoIP Intercom and Cisco Call Manager Server Setup Guide

VoIP Intercom and Cisco Call Manager Server Setup Guide The IP Endpoint Company VoIP Intercom and Cisco Call Manager Server Setup Guide CyberData Corporation 2555 Garden Road Monterey, CA 93940 T:831-373-201 F: 831-373-4193 www.cyberdata.net 2 1.0 Setup Diagram

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for Configuring Enterasys Wireless Access Point 3000 (RBT3K-AG) to Support Avaya IP Office, Avaya IP Wireless Telephones and Avaya Phone Manager

More information

Elastix Server VoIP Intercom Setup Guide

Elastix Server VoIP Intercom Setup Guide The IP Endpoint Company Elastix Server VoIP Intercom Setup Guide CyberData Corporation 2555 Garden Road Monterey, CA 93940 T:831-373-2601 F: 831-373-4193 www.cyberdata.net 2 1.0 Setup Diagram Figure 1

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Configuring NETGEAR PROSAFE 8-port, 16-port and 24-port switches Supporting Power over Ethernet with Avaya Communication Manager, Avaya one-x Quick Edition G10

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for Configuring a Virtual Private Network (VPN) for Avaya IP Office using the Edgewater Networks EdgeMarc 4500 VoIP VPN Appliance - Issue 1.0

More information

Integration with IP Phones

Integration with IP Phones Copyright 2010 Sophos Limited. All rights reserved. No part of this publication may be reproduced, stored in retrieval system, or transmitted, in any form or by any means electronic, mechanical, photocopying,

More information

Topic 7 DHCP and NAT. Networking BAsics.

Topic 7 DHCP and NAT. Networking BAsics. Topic 7 DHCP and NAT Networking BAsics. 1 Dynamic Host Configuration Protocol (DHCP) IP address assignment Default Gateway assignment Network services discovery I just booted. What network is this? What

More information

How to Create a Virtual Switch in VMware ESXi

How to Create a Virtual Switch in VMware ESXi How to Create a Virtual Switch in VMware ESXi I am not responsible for your actions or their outcomes, in any way, while reading and/or implementing this tutorial. I will not provide support for the information

More information

FortiManager - Secure DNS Guide VERSION 5.4.1

FortiManager - Secure DNS Guide VERSION 5.4.1 FortiManager - Secure DNS Guide VERSION 5.4.1 FORTINET DOCUMENT LIBRARY http://docs.fortinet.com FORTINET VIDEO GUIDE http://video.fortinet.com FORTINET BLOG https://blog.fortinet.com CUSTOMER SERVICE

More information

VoIP Intercom with Allworx 6x Server Setup Guide

VoIP Intercom with Allworx 6x Server Setup Guide VoIP Intercom with Allworx 6x Server Setup Guide CyberData Corporation 2555 Garden Road Monterey, CA 93940 T:831-373-2601 F: 831-373-4193 www.cyberdata.net 2 1.0 Setup Diagram Figure 1-1 is a setup diagram

More information

How To Configure InterVLAN Routing on Layer 3 Switches

How To Configure InterVLAN Routing on Layer 3 Switches How To Configure InterVLAN Routing on Layer 3 Switches Document ID: 41860 Contents Introduction Prerequisites Requirements Components Used Conventions Configure InterVLAN Routing Task Step by Step Instructions

More information