VLAN User Priority Mapping to One PVC

Size: px
Start display at page:

Download "VLAN User Priority Mapping to One PVC"

Transcription

1 VLAN User Priority Mapping to One PVC Date: March 2008 Version: v1.0 Abstract: Applicability: Updates: This Application Notes describes the configuration of a specific feature of the Thomson Gateway: VLAN User Priority Mapping to One PVC. This feature is explained by integrating the Thomson Gateway in a scenario where untagged, priority-tagged or VLAN-tagged frames have to be bridged between the local Ethernet segment and the DSL line. The practical realization of the scenario is described using CLI commands. This Application Note applies to all Thomson DSL Gateways with R7.4 and higher. Thomson continuously develops new solutions, but is also committed to improving its existing products. For more information on Thomson's latest technological innovations, documents and software releases, visit us at

2 Chapter 1 1 Introduction Thomson Gateway as bridge To set up the scenario of this document, the Thomson Gateway is configured as bridge. This means that Ethernet frames are forwarded between the local Ethernet segment (LAN) and the WAN Ethernet segment (PVCs on which RFC 1483 LLC encapsulation is used) on the link layer. In other words, the Thomson Gateway does not terminate or route received Ethernet frames. VLANs The Ethernet frames that have to be forwarded may reside in different VLANs. This implies that all Ethernet frames contain a (802.1Q) VLAN ID. Communication between different VLANs is not allowed on the link layer. Only routers can make connections between different VLANs. VLANs create thus separated logical Ethernet segments within a single physical segment. Ethernet QoS Ethernet frames optionally contain a (802.1p) user priority indication. If Ethernet QoS is taken into account during bridging, it can be based on two steps: 1 Mapping the user priority of an incoming frame to an internal priority class. This classification can be based on: The type of the interface on which the frame is entering the bridge. The (802.1p) user priority value. The IP Type of Service octet (TOS-byte) for IP packets, using the Precedence or DSCP notation. 2 Sending out the frame while taking into account its internal priority class. This class can be used to: Perform priority queuing on a single PVC. Perform traffic multiplexing over a range of PVCs. Related documents For detailed information on the features, CLI commands and parameters used in this document, see: Thomson Gateway Ethernet Configuration Guide. Thomson Gateway VLAN Configuration Guide. Thomson Gateway Ethernet QoS Configuration Guide. 1

3 2 VLAN User Priority Mapping to One PVC 2.1 Scenario Overview Introduction In this scenario, the Thomson Gateway is intended to forward the incoming VLAN-tagged Ethernet frames to a single PVC. Based on the VLAN user priority available in the VLAN tag, high priority marked frames get priority when sending out the frames on the PVC. This scenario configures the Thomson Gateway as bridge with one PVC. Frames coming in on a local interface are checked on VLAN user priority. This priority is mapped to an internal priority class. Taking this internal priority class into account, the frames are sent out on the PVC. Following illustration shows the VLAN user priority mapping to one PVC scenario: Thomson Gateway DSLAM A 5 A 2 B 7 B 3 C 2 A 2 C 1 C 2 PVC1 B 3 A 5 B 7 C 1 VID 802.1p WAN interface Mechanisms To set up this scenario, we use following mechanisms: Disabled VLAN awareness: Ethernet frames coming in on the Thomson Gateway have a VLAN tag in their header. However, the VLAN ID should not be taken into account. If the Ethernet bridge is VLAN aware, we have to define all VLANs that have to pass through the Thomson Gateway. Otherwise, unknown VLANs are dropped. Ingress classification: this mechanism ensures that an internal priority class is assigned to a received frame. In this scenario, the classification criterion has to be the VLAN user priority value. Priority queuing: even in bridging mode, we can make advantage of the powerful Thomson Gateway IPQoS implementation. By enabling IPQoS on the used PVC, we enable the queuing mechanism, which is active on ATM interface level. This queuing mechanism handles incoming frames according to their internal priority class. This way, frames passing the bridge can be treated in the same way as packets that come from the IPQoS framework. 2

4 2.2 Practical Realization Configuration overview You must perform following configuration steps to configure the Thomson Gateway for this scenario: 1 Define which PVC must be used by configuring an ATM interface. 2 Connect the ATM interface to the Ethernet bridge. 3 Define that the bridge is not VLAN aware. 4 Enable VLAN user priority mapping for incoming frames on the local interface. 5 Enable QoS on the PVC to activate priority queuing. 6 Save the configuration. Before you start Before you start to configure the Thomson Gateway, make following preparations: Reset the Thomson Gateway to the factory defaults and reboot the device. Make sure the telnet session with the Thomson Gateway never times out. Remove the factory default interfaces and settings that you do not need for the configuration. Make these changes permanent. Now, you can start from a clean situation. =>:system reset factory=yes proceed=yes =>:env set var=sessiontimeout value=0 =>:ppp relay flush =>:ppp flush =>:eth flush =>:atm flush =>:atm phonebook flush =>:saveall Configure an ATM interface To create a phonebook entry for the PVC that must be used, execute following CLI command (the VPI/VCI value is indicative): =>:atm phonebook add name=phone_pvc1 addr=0.35 To create, configure and connect an ATM interface on top of this phonebook entry, execute following CLI commands: =>:atm ifadd intf=atm_pvc1 =>:atm ifconfig intf=atm_pvc1 dest=phone_pvc1 encaps=llc ulp=mac =>:atm ifattach intf=atm_pvc1 3

5 Configure a bridge port To connect the ATM interface to the Ethernet bridge, execute following CLI commands: =>:eth bridge ifadd intf=bridge_pvc1 =>:eth bridge ifconfig intf bridge_pvc1 dest=atm_pvc1 =>:eth bridge ifattach intf=bridge_pvc1 Disable VLAN awareness of the bridge By default, the bridge is already not VLAN aware. To check the current status of the Ethernet bridge, execute following CLI command: =>:eth bridge config Ageing : 300 Filter : no_wan_broadcast VLAN : disabled... If necessary, disable the VLAN awareness of the Ethernet bridge executing following CLI command: =>:eth bridge config vlan=disabled Enable VLAN priority mapping In the scenario, we enable the mapping of the 802.1p user priority indication of VLAN-tagged frames to an internal priority class for Ethernet port 4. Several parameters of the :eth bridge ifconfig command are relevant to this scenario: prioconfig= overwrite: in this case, the medium the frame is received on is not taken into account to determine the internal priority class. Only the classification criterion is used. ipprec=disabled: in this case, the classification criterion is the 802.1p user priority of VLAN-tagged frames. This is the default parameter value. regenprio= : in this case, the mapping between the 802.1p user priority indication and the regenerated user priority is defined as follows: 0 is mapped to 2, 1 is mapped to 0,..., 7 is mapped to 7. priority=0: in this case, the regenerated user priority 0 is assigned to untagged frames, which have no 802.1p user priority indication. This is the default parameter value. Execute following CLI command to enable this: :eth bridge ifconfig intf=ethport4 prioconfig=overwrite regenprio= To verify the configuration of your bridge port, execute following CLI command: =>:eth bridge iflist intf ethport4 ethport4 : dest : ethif4 Connection State: connected Retry: 10 Port: ethport4 PortNr: 4 PortState: forwarding Interface: down Multicast filter: disabled VLAN: Default VLAN: default Ingressfiltering: disabled Acceptvlanonly: disabled VLAN: Priority: overwrite IP Prec: disabled Priority: 0 Regen table: RX bytes: 0 frames: 0 TX bytes: 0 frames: 0 dropframes: 0 4

6 The mapping between the regenerated user priority and the internal priority class is fixed. Enable QoS on the ATM interface To enable the queuing mechanism, execute following CLI commands. The ATM interface on which we enable the queuing mechanism has to be detached and re-attached before the QoS changes take effect. =>:ipqos config dest=phone_pvc1 state=enabled =>:eth bridge ifdetach intf=bridge_pvc1 =>:atm ifdetach intf=atm_pvc1 =>:atm ifattach intf=atm_pvc1 =>:eth bridge ifattach intf=bridge_pvc1 The mapping between the internal priority class and the IP QoS queue is fixed. Save the configuration To make your changes permanent, execute following CLI command: =>:saveall Expected result At this moment all frames containing a VLAN user priority indication are, priority-wise, bridged on one PVC. At the ingress side, frames received on a bridge port are checked for their VLAN user priority. This user priority is mapped to the regenerated user priority, which in its turn corresponds to an internal priority class. For example, VLAN user priority 1 is mapped to regenerated user priority 0, which corresponds to internal priority class 4. At the egress side, the internal priority class of a frame determines which queue is used. For example, frames with internal priority class 4 are put in the best-effort queue on PVC1. 5

7 Visit us at: Coordinates: Thomson Telecom Prins Boudewijnlaan 47 B-2650 Edegem Belgium Copyright 2008 Thomson. All rights reserved. The content of this document is furnished for informational use only, may be subject to change without notice, and should not be construed as a commitment by Thomson. Thomson assumes no responsibility or liability for any errors or inaccuracies that may appear in this document. The information contained in this document represents the current view of Thomson on the issues discussed as of the date of publication. Because Thomson must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Thomson, and Thomson cannot guarantee the accuracy of any information presented after the date of publication. This document is for informational purposes only. Thomson MAKES NO WARRANTIES, EXPRESS OR IMPLIED, AS TO THE INFORMATION IN THIS DOCUMENT. The names of actual companies and products mentioned herein may be the trademarks of their respective owners.

Configuring the dedicated Ethernet WAN port

Configuring the dedicated Ethernet WAN port Configuring the dedicated Ethernet WAN port Date: June 2008 Version: v1.0 Abstract: Applicability: This application note provides technical information on the dedicated Ethernet WAN port and the possible

More information

IP videoconferencing solution with ProCurve switches and Tandberg terminals

IP videoconferencing solution with ProCurve switches and Tandberg terminals An HP ProCurve Networking Application Note IP videoconferencing solution with ProCurve switches and Tandberg terminals Contents 1. Introduction... 3 2. Architecture... 3 3. Videoconferencing traffic and

More information

Triple-Play Using IPoE for Voice, PPPoE for Data and Bridged Video on Multiple PVCs (with VLANs)

Triple-Play Using IPoE for Voice, PPPoE for Data and Bridged Video on Multiple PVCs (with VLANs) Triple-Play Using IPoE for Voice, PPPoE for Data and Bridged Video on Multiple PVCs (with VLANs) Date: April 2008 Version: v1.0 Abstract: Applicability: Updates: This Application Note provides technical

More information

Configuring the Thomson Gateway SIP Server

Configuring the Thomson Gateway SIP Server Configuring the Thomson Gateway SIP Server Configuring the Thomson Gateway SIP Server Date: June 2008 Version: v3.0 Abstract: Applicability: Updates: This application note provides technical information

More information

Watson SHDSL Router Application Manual

Watson SHDSL Router Application Manual Watson SHDSL Router Document Identification Watson-SHDSL-Router-Application-Manual.doc Document Document Revision 2010-03-29 Distribution Customer Watson SHDSL Router Watson-SHDSL-Router-Application-Manual.doc

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

Performing an Air Upgrade of the DECT Handset

Performing an Air Upgrade of the DECT Handset Performing an Air Upgrade of the DECT Handset Date: April 2008 Version: v2.0 Abstract: Applicability: Updates: This application note provides technical information on how to perform an air upgrade of the

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

Thomson Gateways and Virtual Private Networks

Thomson Gateways and Virtual Private Networks Thomson Gateways and Virtual Private Networks Date: June 2008 Version: v3.0 Abstract: Applicability: Updates: This application note provides technical information on Virtual Private Networks (VPN) and

More information

GVRP Overview. Overview

GVRP Overview. Overview 3 GVRP Contents Overview...................................................... 3-2................................................... 3-3 General Operation........................................... 3-4

More information

SpeedTouch. 500Series Multi-User ADSL Gateways. CLI Reference Guide Release R4.2 500 SERIES

SpeedTouch. 500Series Multi-User ADSL Gateways. CLI Reference Guide Release R4.2 500 SERIES SpeedTouch 500Series Multi-User ADSL Gateways CLI Reference Guide Release R4.2 500 SERIES SpeedTouch 500Series CLI Reference Guide Release R4.2 Status Change Note Released PeckelbeenS Short Title CLI

More information

100-101: Interconnecting Cisco Networking Devices Part 1 v2.0 (ICND1)

100-101: Interconnecting Cisco Networking Devices Part 1 v2.0 (ICND1) 100-101: Interconnecting Cisco Networking Devices Part 1 v2.0 (ICND1) Course Overview This course provides students with the knowledge and skills to implement and support a small switched and routed network.

More information

ProSafe Plus Switch Utility

ProSafe Plus Switch Utility ProSafe Plus Switch Utility User Guide 350 East Plumeria Drive San Jose, CA 95134 USA September 2010 202-10524-03 v1.0 ProSafe Plus Switch Utility User Guide 2010 NETGEAR, Inc. All rights reserved. No

More information

Fiber Channel Over Ethernet (FCoE)

Fiber Channel Over Ethernet (FCoE) Fiber Channel Over Ethernet (FCoE) Using Intel Ethernet Switch Family White Paper November, 2008 Legal INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR

More information

ATM Quality of Service Configuration Guide R7.4 and higher. Thomson Gateway. Residential DSL Gateways and Business DSL Routers. Ethernet.

ATM Quality of Service Configuration Guide R7.4 and higher. Thomson Gateway. Residential DSL Gateways and Business DSL Routers. Ethernet. Thomson Gateway Residential DSL Gateways and Business DSL Routers Power Ethernet WLAN Plug-in ISDN DSL Internet ATM Quality of Service Configuration Guide R7.4 and higher Thomson Gateway ATM Quality of

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

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

Guide to TCP/IP, Third Edition. Chapter 3: Data Link and Network Layer TCP/IP Protocols

Guide to TCP/IP, Third Edition. Chapter 3: Data Link and Network Layer TCP/IP Protocols Guide to TCP/IP, Third Edition Chapter 3: Data Link and Network Layer TCP/IP Protocols Objectives Understand the role that data link protocols, such as SLIP and PPP, play for TCP/IP Distinguish among various

More information

Can PowerConnect Switches Be Used in IP Multicast Networks?

Can PowerConnect Switches Be Used in IP Multicast Networks? PowerConnect Application Note #6 January 2004 Can PowerConnect Switches Be Used in IP Multicast Networks? This Application Note relates to the following Dell PowerConnect products: PowerConnect 33xx PowerConnect

More information

Model 2120 Single Port RS-232 Terminal Server Frequently Asked Questions

Model 2120 Single Port RS-232 Terminal Server Frequently Asked Questions Applications What are some of the applications for the Model 2120 Single Port Terminal Server? The Patton Single Port RS-232 Terminal Server provides the ability to bring virtually any RS-232 device onto

More information

ProSafe Plus Switch Utility

ProSafe Plus Switch Utility ProSafe Plus Switch Utility User Guide 350 East Plumeria Drive San Jose, CA 95134 USA December 2012 202-10524-05 NETGEAR, Inc. All rights reserved No part of this publication maybe reproduced, transmitted,

More information

Configuring Local SPAN and ERSPAN

Configuring Local SPAN and ERSPAN CHAPTER 9 This chapter describes how to configure the Local and ER Ethernet switched port analyzer (SPAN) feature to monitor traffic and includes the following topics: Information About SPAN and ERSPAN,

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

VLANs. Application Note

VLANs. Application Note VLANs Application Note Table of Contents Background... 3 Benefits... 3 Theory of Operation... 4 IEEE 802.1Q Packet... 4 Frame Size... 5 Supported VLAN Modes... 5 Bridged Mode... 5 Static SSID to Static

More information

Monitoring and Analyzing Switch Operation

Monitoring and Analyzing Switch Operation B Monitoring and Analyzing Switch Operation Contents Overview..................................................... B-3....................................... B-4 Menu Access To Status and Counters.........................

More information

IP Routing Between VLANs

IP Routing Between VLANs hp procurve 10/100-T xl module J4820A hp procurve 10/100-T xl module J4820A hp procurve Mini-GBIC xl mo d ule J4878A module IP Routing Between VLANs This example configuration provides IP routing between

More information

FSM73xx GSM73xx GMS72xxR Shared access to the Internet across Multiple routing VLANs using a Prosafe Firewall

FSM73xx GSM73xx GMS72xxR Shared access to the Internet across Multiple routing VLANs using a Prosafe Firewall FSM73xx GSM73xx GMS72xxR Shared access to the Internet across Multiple routing VLANs using a Prosafe Firewall This document describes how to: - Create multiple routing VLANs - Obtain Internet access on

More information

PPTP Server Access Through The

PPTP Server Access Through The PPTP Server Access Through The Firewall On The SureConnect 9003 DSLAM ATM Network ISP Internet PPTP Server Private IP: 192.168.1.3 Mask: 255.255.255.0 Default Gateway: 192.168.1.1 SureConnect 9003 Ethernet

More information

M2M Series Routers. Virtual Router Redundancy Protocol (VRRP) Configuration Whitepaper

M2M Series Routers. Virtual Router Redundancy Protocol (VRRP) Configuration Whitepaper Virtual Router Redundancy Protocol (VRRP) Configuration Whitepaper Table of Contents What is VRRP?... 3 VRRP Terminology... 3 Virtual Router... 3 VRRP Instance... 3 Virtual Router ID... 3 Virtual Router

More information

A Guide to Simple IP Camera Deployment Using ZyXEL Bandwidth Solutions

A Guide to Simple IP Camera Deployment Using ZyXEL Bandwidth Solutions A Guide to Simple IP Camera Deployment Using ZyXEL Bandwidth Solutions 2015/7/22 ZyXEL Communications Corporation Barney Gregorio Overview: This article contains guidelines on how to introduce IP cameras

More information

AT-S95 Version 1.0.0.35 AT-8000GS Layer 2 Stackable Gigabit Ethernet Switch Software Release Notes

AT-S95 Version 1.0.0.35 AT-8000GS Layer 2 Stackable Gigabit Ethernet Switch Software Release Notes AT-S95 Version 1.0.0.35 AT-8000GS Layer 2 Stackable Gigabit Ethernet Switch Software Release Notes Please read this document before you begin to use the management software. Supported Platforms The following

More information

SmartRG Residential Gateways. April 30, 2012 Version 2.0

SmartRG Residential Gateways. April 30, 2012 Version 2.0 April 30, 2012 Version 2.0 Table of Contents Introduction... 6 Who Should Read This User s Manual... 6 Additional Information... 6 Contacting SmartRG Inc.... 6 SmartRG Residential Gateways... 7 Advanced

More information

Easy Smart Configuration Utility

Easy Smart Configuration Utility Easy Smart Configuration Utility REV1.0.0 1910010939 CONTENTS Chapter 1 About this Guide...3 1.1 Intended Readers... 3 1.2 Conventions... 3 1.3 Overview of This Guide... 3 Chapter 2 Getting Started...6

More information

ProSAFE 8-Port and 16-Port Gigabit Click Switch

ProSAFE 8-Port and 16-Port Gigabit Click Switch ProSAFE 8-Port and 16-Port Gigabit Click Switch Model GSS108E and GSS116E User Manual March 2015 202-11520-01 350 East Plumeria Drive San Jose, CA 95134 USA Support Thank you for selecting NETGEAR products.

More information

11/22/2013 1. komwut@siit

11/22/2013 1. komwut@siit 11/22/2013 1 Week3-4 Point-to-Point, LAN, WAN Review 11/22/2013 2 What will you learn? Representatives for Point-to-Point Network LAN Wired Ethernet Wireless Ethernet WAN ATM (Asynchronous Transfer Mode)

More information

HUAWEI HG655a. Home Gateway Quick Start

HUAWEI HG655a. Home Gateway Quick Start HUAWEI HG655a Home Gateway Quick Start 1 Introduction 1.1 Contents in the package HG655a Splitter Power Adapter Telephone Cables Ethernet Cable User CD-ROM General Public License Warranty Card 1 1.2 The

More information

Quality of Service (QoS): Managing Bandwidth More Effectively on the Series 2600/2600-PWR and Series 2800 Switches

Quality of Service (QoS): Managing Bandwidth More Effectively on the Series 2600/2600-PWR and Series 2800 Switches 6 Quality of Service (QoS): Managing Bandwidth More Effectively on the Series 2600/2600-PWR and Series 2800 Switches Contents Introduction................................................... 6-3 Terminology................................................

More information

Configuring UTStarcom DSL Equipment

Configuring UTStarcom DSL Equipment APPENDIX D The UTStarcom DSLAM AN-2000 B820 consists of a chassis capable of holding up to 16 ADSL line cards. These line cards support ADSL, ADSL2, and ADSL2+ residential gateways (RGs). Each ADSL line

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

co Sample Configurations for Cisco 7200 Broadband Aggreg

co Sample Configurations for Cisco 7200 Broadband Aggreg co Sample Configurations for Cisco 7200 Broadband Aggreg Table of Contents Sample Configurations for Cisco 7200 Broadband Aggregation...1 Introduction...1 Configurations...1 PPPoA Session Termination:

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

Configuring QoS. Understanding QoS CHAPTER

Configuring QoS. Understanding QoS CHAPTER 24 CHAPTER This chapter describes how to configure quality of service (QoS) by using standard QoS commands. With QoS, you can give preferential treatment to certain types of traffic at the expense of others.

More information

EVOLVING ENTERPRISE NETWORKS WITH SPB-M APPLICATION NOTE

EVOLVING ENTERPRISE NETWORKS WITH SPB-M APPLICATION NOTE EVOLVING ENTERPRISE NETWORKS WITH SPB-M APPLICATION NOTE EXECUTIVE SUMMARY Enterprise network managers are being forced to do more with less. Their networks are growing in size and complexity. They need

More information

Virtual LAN Configuration Guide Version 9

Virtual LAN Configuration Guide Version 9 Virtual LAN Configuration Guide Version 9 Document version 96-1.0-12/05/2009 2 IMPORTANT NOTICE Elitecore has supplied this Information believing it to be accurate and reliable at the time of printing,

More information

VLAN for DekTec Network Adapters

VLAN for DekTec Network Adapters Application Note DT-AN-IP-2 VLAN for DekTec Network Adapters 1. Introduction VLAN (Virtual LAN) is a technology to segment a single physical network into multiple independent virtual networks. The VLANs

More information

Application Note 53. Configure a Digi TransPort Router to use DMNR (Dynamic Mobile Network Routing)

Application Note 53. Configure a Digi TransPort Router to use DMNR (Dynamic Mobile Network Routing) Application Note 53 Configure a Digi TransPort Router to use DMNR (Dynamic Mobile Network Routing) Digi Technical Support November 2015 1 Contents 1 Introduction... 3 1.1 Outline... 3 1.2 Assumptions...

More information

SmartRG Residential Gateways. November 15th, 2012 Version 2.4

SmartRG Residential Gateways. November 15th, 2012 Version 2.4 November 15th, 2012 Version 2.4 Table of Contents Introduction... 6 Who Should Read This User s Manual... 6 Additional Information... 6 Contacting SmartRG Inc.... 6 SmartRG Residential Gateways... 7 Advanced

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

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

Configuring QoS in a Wireless Environment

Configuring QoS in a Wireless Environment Configuring QoS in a Wireless Environment This chapter describes how to configure quality of service (QoS) on your Cisco wireless interface. With this feature, you can provide preferential treatment to

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

Nortel VPN Router Software Release V6_05.300

Nortel VPN Router Software Release V6_05.300 Nortel VPN Router Software Release V6_05.300 1. Release Summary Release Date: November 10, 2008 Purpose: Software Maintenance release to address customer found software issues. 2. Important Notes Before

More information

Technical Reference / User Guide

Technical Reference / User Guide / User Guide Copyright Copyright 2006 OPEN Networks Pty Ltd. All rights reserved. The content of this manual is subject to change without notice. The information and messages contained herein are proprietary

More information

WAN Data Link Protocols

WAN Data Link Protocols WAN Data Link Protocols In addition to Physical layer devices, WANs require Data Link layer protocols to establish the link across the communication line from the sending to the receiving device. 1 Data

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

Link Layer Discovery Protocol

Link Layer Discovery Protocol 12 Link Layer Discovery Protocol Contents Overview..................................................... 12-2 LLDP..................................................... 12-2 LLDP Messages............................................

More information

CCNA R&S: Introduction to Networks. Chapter 5: Ethernet

CCNA R&S: Introduction to Networks. Chapter 5: Ethernet CCNA R&S: Introduction to Networks Chapter 5: Ethernet 5.0.1.1 Introduction The OSI physical layer provides the means to transport the bits that make up a data link layer frame across the network media.

More information

Cisco Certified Network Associate Exam. Operation of IP Data Networks. LAN Switching Technologies. IP addressing (IPv4 / IPv6)

Cisco Certified Network Associate Exam. Operation of IP Data Networks. LAN Switching Technologies. IP addressing (IPv4 / IPv6) Cisco Certified Network Associate Exam Exam Number 200-120 CCNA Associated Certifications CCNA Routing and Switching Operation of IP Data Networks Operation of IP Data Networks Recognize the purpose and

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

Overview of Routing between Virtual LANs

Overview of Routing between Virtual LANs Overview of Routing between Virtual LANs This chapter provides an overview of virtual LANs (VLANs). It describes the encapsulation protocols used for routing between VLANs and provides some basic information

More information

AT-S60 Version 1.1.4 Management Software for the AT-8400 Series Switch. Software Release Notes

AT-S60 Version 1.1.4 Management Software for the AT-8400 Series Switch. Software Release Notes AT-S60 Version 1.1.4 Management Software for the AT-8400 Series Switch Supported Platforms Software Release Notes Please read this document before you begin to use the AT-S60 management software. The AT-S60

More information

UTStarcom UT-300R2U. ADSL Modem. UTStarcom, Inc. USER GUIDE. Release: 1.0. Doc. Code:

UTStarcom UT-300R2U. ADSL Modem. UTStarcom, Inc. USER GUIDE. Release: 1.0. Doc. Code: UTStarcom UT-300R2U ADSL Modem USER GUIDE Release: 1.0 Doc. Code: UTStarcom, Inc. Copyright 2005 UTStarcom, Inc. All rights reserved. No part of this documentation may be reproduced in any form or by any

More information

Virtual LANs. http://www.cis.ohio-state.edu/~jain/cis788-97/ or http://www.netlab.ohio-state.edu/~jain/cis788-97/ Raj Jain

Virtual LANs. http://www.cis.ohio-state.edu/~jain/cis788-97/ or http://www.netlab.ohio-state.edu/~jain/cis788-97/ Raj Jain Virtual LANs Professor of Computer and Information Sciences Please download and print the handouts from: http://www.cis.ohio-state.edu/~jain/cis788-97/ or http://www.netlab.ohio-state.edu/~jain/cis788-97/

More information

Web Interface User Guide

Web Interface User Guide Web Interface User Guide Allied Telesyn AT-AR256E 4-Port ADSL Router Rev. 1.0 1. Introduction... 4 1.1 Main Features... 4 2. Your Gateway at a Glance... 6 2.1 Ports and Buttons... 6 2.2 LED Description...

More information

QoS: Color-Aware Policer

QoS: Color-Aware Policer QoS: Color-Aware Policer First Published: August 26, 2003 Last Updated: February 28, 2006 The QoS: Color-Aware Policer enables a color-aware method of traffic policing. This feature allows you to police

More information

IP Router QUICK START GUIDE

IP Router QUICK START GUIDE IP Router QUICK START GUIDE Part Number: 002-0118-0210 Product Release: 2.97 August 2009 Copyright 2009 Force10 Networks Inc. All rights reserved. Force10 Networks reserves the right to change, modify,

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

Primary VLAN. This document shows how to view and change the primary VLAN for the HP Procurve Series 2500 Switches:

Primary VLAN. This document shows how to view and change the primary VLAN for the HP Procurve Series 2500 Switches: Primary VLAN This document shows how to view and change the primary VLAN for the HP Procurve Series 2500 Switches: J4812A HP Procurve Switch 2512 J4813A HP Procurve Switch 2524 Definitions: Default VLAN.

More information

GS700TS FS700TS Access to the Internet on multiple VLANS using Multi- Homing

GS700TS FS700TS Access to the Internet on multiple VLANS using Multi- Homing GS700TS FS700TS Access to the Internet on multiple VLANS using Multi- Homing This document describes how to obtain Internet access on multiple VLANs using one Internet gateway capable of managing multiple

More information

GSC/VRC IP Converter. Installation and Operation Manual

GSC/VRC IP Converter. Installation and Operation Manual GSC/VRC IP Converter Installation and Operation Manual Table of Contents Introduction... 2 Compatibility... 2 Remote Control Hardware... 2 PC Software... 2 Unpacking... 2 Front Panel Indicators... 3 Hardware

More information

CLOUD NETWORKING FOR ENTERPRISE CAMPUS APPLICATION NOTE

CLOUD NETWORKING FOR ENTERPRISE CAMPUS APPLICATION NOTE CLOUD NETWORKING FOR ENTERPRISE CAMPUS APPLICATION NOTE EXECUTIVE SUMMARY This application note proposes Virtual Extensible LAN (VXLAN) as a solution technology to deliver departmental segmentation, business

More information

ProCurve Switch 1700-8 ProCurve Switch 1700-24

ProCurve Switch 1700-8 ProCurve Switch 1700-24 Management and Configuration Guide ProCurve Switch 1700-8 ProCurve Switch 1700-24 www.procurve.com ProCurve Series 1700 Switch Management and Configuration Guide Copyright 2007 Hewlett-Packard Development

More information

Easy Smart Configuration Utility

Easy Smart Configuration Utility Easy Smart Configuration Utility REV1.1.0 1910010977 CONTENTS Chapter 1 About this Guide...1 1.1 Intended Readers... 1 1.2 Conventions... 1 1.3 Overview of This Guide... 1 Chapter 2 Getting Started...4

More information

Implementing Cisco Voice Communications and QoS

Implementing Cisco Voice Communications and QoS Implementing Cisco Voice Communications and QoS Course CVOICE v8.0; 5 Days, Instructor-led Course Description Implementing Cisco Voice Communications and QoS (CVOICE) v8.0 teaches learners about voice

More information

Digi Connect WAN Application Guide Using the Digi Connect WAN and Digi Connect VPN with a Wireless Router/Access Point

Digi Connect WAN Application Guide Using the Digi Connect WAN and Digi Connect VPN with a Wireless Router/Access Point Scenario Digi Connect WAN Application Guide Using the Digi Connect WAN and Digi Connect VPN with a Wireless Router/Access Point Digi Connect WAN and Digi Connect VPN are used for primary remote site connectivity.

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

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for Extreme Networks Summit X450e-24p Switch with Avaya Communication Manager and Avaya IP Telephones in a Converged VoIP and Data Network -

More information

Expert Reference Series of White Papers. Basics of IP Address Subnetting

Expert Reference Series of White Papers. Basics of IP Address Subnetting Expert Reference Series of White Papers Basics of IP Address Subnetting 1-800-COURSES www.globalknowledge.com Basics of IP Address Subnetting Norbert Gregorio, Global Knowledge Instructor Introduction

More information

Management Software. User s Guide AT-S84. For the AT-9000/24 Layer 2 Gigabit Ethernet Switch. Version 1.1. 613-000368 Rev. B

Management Software. User s Guide AT-S84. For the AT-9000/24 Layer 2 Gigabit Ethernet Switch. Version 1.1. 613-000368 Rev. B Management Software AT-S84 User s Guide For the AT-9000/24 Layer 2 Gigabit Ethernet Switch Version 1.1 613-000368 Rev. B Copyright 2006 Allied Telesyn, Inc. All rights reserved. No part of this publication

More information

Using the Packet Capture Tool (PCAP) Ethernet Routing Switch 8600 Software Release 4.1

Using the Packet Capture Tool (PCAP) Ethernet Routing Switch 8600 Software Release 4.1 Part No. 315023-E Rev 00 May 2006 4655 Great America Parkway Santa Clara, CA 95054 Using the Packet Capture Tool (PCAP) Ethernet Routing Switch 8600 Software Release 4.1 2 Copyright 2006 Nortel Networks.

More information

Ethernet Overhead Accounting

Ethernet Overhead Accounting The feature enables the router to account for downstream Ethernet frame headers when applying shaping to packets. Finding Feature Information, page 1 Restrictions for, page 1 Information About, page 2

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

! encor en etworks TM

! encor en etworks TM ! encor en etworks TM Version A, March 2010 2013 Encore Networks, Inc. All rights reserved. Configuring the BANDIT III s T1 E1 Card for a PCM Voice Network The T1 E1 card fits into the expansion slot on

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

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

IP Addressing A Simplified Tutorial

IP Addressing A Simplified Tutorial Application Note IP Addressing A Simplified Tutorial July 2002 COMPAS ID 92962 Avaya Labs 1 All information in this document is subject to change without notice. Although the information is believed to

More information

ISTANBUL. 1.1 MPLS overview. Alcatel Certified Business Network Specialist Part 2

ISTANBUL. 1.1 MPLS overview. Alcatel Certified Business Network Specialist Part 2 1 ISTANBUL 1.1 MPLS overview 1 1.1.1 Principle Use of a ATM core network 2 Overlay Network One Virtual Circuit per communication No routing protocol Scalability problem 2 1.1.1 Principle Weakness of overlay

More information

Quick Note 53. Ethernet to W-WAN failover with logical Ethernet interface.

Quick Note 53. Ethernet to W-WAN failover with logical Ethernet interface. Quick Note 53 Ethernet to W-WAN failover with logical Ethernet interface. Digi Support August 2015 1 Contents 1 Introduction... 2 1.1 Introduction... 2 1.2 Assumptions... 3 1.3 Corrections... 3 2 Version...

More information

The SpeedTouch and Firewalling

The SpeedTouch and Firewalling The SpeedTouch and Firewalling Peter Huyge Date: April 2002 Edition: 01 Abstract: This application note provides technical Firewall information and how this relates to the DSL SpeedTouch 610Series product.

More information

SUPERSTACK 3 SWITCH 4200 SERIES MANAGEMENT QUICK REFERENCE GUIDE

SUPERSTACK 3 SWITCH 4200 SERIES MANAGEMENT QUICK REFERENCE GUIDE SUPERSTACK 3 SWITCH 4200 SERIES MANAGEMENT QUICK REFERENCE GUIDE Summary of Software Features This table summarizes the software features that are supported by the Switch 4200 series. Feature Automatic

More information

Configuring Quality of Service

Configuring Quality of Service CHAPTER 37 QoS functionality on Supervisor Engine 6-E, Supervisor Engine 6L-E, Catalyst 49M, and Catalyst 4948E are equivalent. This chapter describes how to configure quality of service (QoS) by using

More information

AT-S45 Version 1.0.7 Management Software for the AT-9410GB Gigabit Ethernet Switches. Software Release Notes

AT-S45 Version 1.0.7 Management Software for the AT-9410GB Gigabit Ethernet Switches. Software Release Notes AT-S45 Version 1.0.7 Management Software for the AT-9410GB Gigabit Ethernet Switches Product Documentation Software Release Notes Please read this document before you begin to use the AT-S45 management

More information

ADSL MODEM. User Manual V1.0

ADSL MODEM. User Manual V1.0 ADSL MODEM User Manual V1.0 CONTENTS 1.OVERVIEW... 3 1.1 ABOUT ADSL... 3 1.2 ABOUT ADSL2/2+... 3 1.3 FEATURES... 3 2 SPECIFICATION... 4 2.1 INTERFACE INTRODUCTION... 4 2.1.1 INDICATOR AND INTERFACE...

More information

Scenario 1: One-pair VPN Trunk

Scenario 1: One-pair VPN Trunk VPN Trunk Load-Balance between Vigor3200 and Other Vigor Router This section will discuss how to build VPN Trunk with load-balance between Vigor3200 and other router (e.g., Vigor3300). Scenario 1: One-pair

More information

Configuring QoS and Per Port Per VLAN QoS

Configuring QoS and Per Port Per VLAN QoS 27 CHAPTER This chapter describes how to configure quality of service (QoS) by using automatic QoS (auto-qos) commands or by using standard QoS commands on a Catalyst 45 series switch. It also describes

More information

LANs and VLANs A Simplified Tutorial

LANs and VLANs A Simplified Tutorial Application Note LANs and VLANs A Simplified Tutorial Version 3.0 May 2002 COMPAS ID 90947 Avaya Labs 1 Companion document IP Addressing: A Simplified Tutorial COMPAS ID 92962 2 Introduction As the name

More information

VOICE VLAN SUPPORT IN THE DELL POWERCONNECT 6200

VOICE VLAN SUPPORT IN THE DELL POWERCONNECT 6200 VOICE VLAN SUPPORT IN THE DELL POWERCONNECT 6200 CONTENTS INTRODUCTION 3 REQUIREMENTS 3 USING VOICE VLAN 3 INTERACTION WITH LLDP-MED 4 VOICE VLAN CONFIGURATION 4 CLI CONFIGURATION 4 WEB CONFIGURATION 8

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

Shelf Concentration and Processing (SCP) Card

Shelf Concentration and Processing (SCP) Card Shelf Concentration and Processing (SCP) Card with IP Uplink User s Guide Document No. 8400-A2-GB21-30 August 2005 Copyright 2005 Paradyne Corporation. All rights reserved. Printed in U.S.A. Notice This

More information

Lab 8.1.10.2 Introduction to the Modular QoS Command-Line Interface

Lab 8.1.10.2 Introduction to the Modular QoS Command-Line Interface Lab 8.1.10.2 Introduction to the Modular QoS Command-Line Interface Objective Configuring Quality of Service (QoS) involves classifying, marking, and policing traffic flows. It is often necessary to apply

More information