MPLS VPN Services. PW, VPLS and BGP MPLS/IP VPNs
|
|
- Brandon Page
- 5 years ago
- Views:
Transcription
1 A Silicon Valley Insider MPLS VPN Services PW, VPLS and BGP MPLS/IP VPNs Technology White Paper Serge-Paul Carrasco Abstract Organizations have been demanding virtual private networks (VPNs) instead of costly leased lines and, Ethernet and IP services instead of DS1 and DS3 services from their service providers. MPLS is now the best way for service providers to respond to those customer demands by providing Pseudo Wires (PW) services, Virtual Private LAN Services (VPLS) or Layer 2 MPLS VPNs and IP VPNs or Layer 3 MPLS VPNs. asiliconvalleyinsider.com
2 The Growing Deployment of Multi Protocol Label Switching (MPLS) Services MPLS emerged initially in the late 90s as a traffic engineering technology for the core of the Internet. Since the burst of the Telecom bubble in 2001, service providers have realized that the Internet was not growing so fast anymore and traffic engineering was less needed. However, the demand from enterprise networks for more Internet Protocol (IP) and Ethernet services and in particular Virtual Private Networks (VPNs), cheaper than leased-lines, has given to MPLS a new life beyond traffic engineering. MPLS has strongly emerged as the best technology to provide initially IP VPNs also called Layer 3 VPNs and now PW (Pseudo Wires) and VPLS (Virtual Private LAN Services) also called Layer 2 VPNs. For service providers, MPLS VPNs are definitely the revenue generating application. For enterprise networks, VPNs enables them to save costs by moving away from expensive legacy leased lines. In addition, MPLS VPNs enable enterprise networks to switch from legacy Frame Relay (FR) and Asynchronous Transfer Mode (ATM) VPNs to MPLS VPNs in order to accommodate their growth in native IP and Ethernet connectivity. Service providers generally offer the MPLS service through their provider edge () routers. The enterprise IP networks are connected to their service provider networks through their customer edge () routers. MPLS Label Switching Fundamentals Fundamentally, MPLS provides connection-oriented capability to IP, through label switching. MPLS is independent of the layer data link (Ethernet, ATM or FR). In MPLS networks, packets are forwarded based on their forwarding equivalence class (FEC) as they enter the MPLS network. The FEC to which the packet is assigned is encoded as a short fixed length value known as label. An FEC is basically a flow of IP packets forwarded over the same path and mapped through the same labels. A label-switched path (LSP) is a simplex layer 2 tunnel like an ATM or FR PVC which defines the path followed by labeled packets assigned to the same FEC. Labels can be stacked to provide a hierarchy of LSPs. MPLS can use different distribution label framework. Present protocols for label distribution include: Resource Reservation Protocol (RSVP), Label Distribution Protocol (LDP) and Border Gateway Protocol (BGP). Copyright by Serge-Paul Carrasco. All rights reserved. 2
3 Label (20-bits) CoS S TTL L2 Header MPLS Header 32-bits IP Packet Fields Label Experimental (CoS) Stacking Bit Time to live (TTL) Figure 1: MPLS Label MPLS Pseudo-Wires Services A pseudo wire (PW) service provides a layer 2 point-to-point service. The purpose of an MPLS PW is to emulate a legacy or a new service over an MPLS LSP. Present services supported by MPLS PW include Ethernet/VLAN, PPP/HDLC, Frame Relay and ATM services. All services are emulated like virtual circuits (VCs). The VC provides all the functions required to fully emulate the original service (in particular for FR and ATM operations). PW uses the Martini encapsulation to carry the service over MPLS. The encapsulation provides two label layers: one for the emulated service and, another one for the LSP underlying tunnel. Copyright by Serge-Paul Carrasco. All rights reserved. 3
4 Original Ethernet frame Encapsulated over MPLS provided over an Ethernet Transport Preamble DA SA 802.1q L payload FCS DA SA 0x8847 Tunnel Header Demux Field Ethernet header Ethernet payload FCS The ingress router trips the Ethernet preamble and FCS; The Ethernet header and payload are transported; New MPLS Ethernet header (type 0x8847) and new FCS is added to MPLS Ethernet packet; The tunnel header indicates the MPLS label defining the path through the network; The demux field distinguishes individual emulated virtual circuits (VC) within a single tunnel. Figure 2: Ethernet over MPLS (EoMPLS) Martini Encapsulation The PW accomplishes mainly three functions: Encapsulation of circuit data or PDUs at the ingress; Carrying the encapsulated data across the tunnel; Managing the signaling, timing, order, OAM and specific aspects of the service. The end-user does not have to change its previous layer 2 protocol from its to the to access the PW. PW technology is defined in the IETF Working Group Pseudo Wire Emulation Edge to Edge (PWE3). Copyright by Serge-Paul Carrasco. All rights reserved. 4
5 Emulated Service Pseudo-Wire (ES) (PW) PSN (Packet Switched Network) Tunnel Attachment VC Emulated VC Attachment VC Figure 3: PW Network Reference Design MPLS Layer 2 VPNs Services: Virtual Private LAN Services (VPLS) The primary goal of VPLS is to provide connectivity between dispersed enterprise sites across a MPLS metro network, as if they were connected using a LAN. VPLS can be seen as if the MPLS metro network operates as a switch or bridge. VPLS emulates the various LANs services over an MPLS transport network. It creates a layer 2 broadcast domain basically through an Ethernet learning bridge model provided by the MPLS network. Broadcast and multicast are two important LANs services used by Ethernet but are not supported by MPLS. VPLS extends the Martini encapsulation for transporting Ethernet and VLANs traffic across multiple sites that belong to the same LAN by providing in particular broadcast and multicast capabilities. In order to do so, devices are required to dynamically learn MAC addresses on physical ports and on VC LSPs. And, MAC address are learned and aged on a per LSP basis. To support standard Ethernet bridging, packet are replicated across LSPs for broadcast and multicast traffic and for flooding of unknown unicast traffic. VPLS is a layer 2 MPLS VPN and an alternative to layer 3 MPLS VPN for two business reasons: First, a number of customers, especially large ones mainly for security reasons, do not want to outsource their routing tables as required per RFC 4364; Copyright by Serge-Paul Carrasco. All rights reserved. 5
6 Second, Ethernet as a replacement service to legacy DS1 and DS3 services is more and more demanded by enterprise customer to service providers. Most Service Providers have been offering Ethernet through Transparent LAN Services (TLS). Unfortunately, TLS is a point-to-point service. VPLS on the other hand is a multipoint-to-multipoint service; VPLS are defined presently through multiple drafts in the Layer 2 VPN working group of the IETF (L2VPN). All customer VPN sites are linked together through one Layer 2 VPLS network Customer 1 C1 Multiple customer VPLS traffic are tunneled together over the same MPLS/LSP tunnels Customer 1 VPLS Customer C 11 Layer 2 MPLS Network Tunnel LSPs C2 Customer 2 Customer C 2 2 C1 Customer 1 Customer 1 & 2 VPLS Customer C2 1 Customer C1 1 Figure 4: VPLS Network Reference Design MPLS Layer 3 VPNs Services: BGP/MPLS IP VPNs (RFC 4364) Service providers have been supplying IP VPNs to their commercial enterprise customers using their MPLS backbones. Enterprise VPN routes are communicated from the to the using an Interior Gateway Protocol (IGP) such as the Open Shortest Path Protocol (OSPF) or an Exterior Gateway Protocol such as Exterior Border Gateway Protocol (ebgp). The service provider s propagates the VPN routes, called VPN routing and forwarding (VRF) to its peers using Interior BGP (ibgp). The enterprise VPN traffic is forwarded between the s connected to the enterprise site of the customer s VPN using MPLS Label Switched Paths (LSPs) in a mesh topology. Copyright by Serge-Paul Carrasco. All rights reserved. 6
7 Since enterprise networks can use private addresses that cannot be routed over the service provider Internet network, routers need to create a new address format using a route distinguisher and the end-user IPv4 prefix address. Multi-Protocol Extensions to ibgp (MP- BGP) is used to carry those created addresses. BGP/MPLS IP VPNs are defined in RFC 4364 and part of the Layer 3 VPN working group of the IETF (L3VPN). Customer VPN routing tables are Communicated from to with OSPF or BGP and from to with BGP Customer VPN traffic is forwarded between the sites through MPLS/LSP tunnels established between s P Customer VPN Site Customer VPN Site Layer 3 MPLS Network Customer VPN Site LSP Tunnels Customer VPN Site OSPF or BGP MPLS + BGP OSPF or BGP Figure 5: IP VPNs Network Reference Design References IETF: o MPLS: RFC 3031: Multi protocol Label Switching Architecture RFC 4448: Encapsulation Methods for Transport of Ethernet over MPLS Networks RFC 3985: Pseudo Wire Emulation Edge-to-Edge (PWE3) Architecture RFC 4364: BGP/MPLS IP Virtual Private Networks (VPNs) Draft: VPLS using LDP Draft: VPLS using BGP for Auto-Discovery and Signaling Books: o ATM & MPLS Theory & Application David McDysan and Dave Paw, Mc Graw Hill. Copyright by Serge-Paul Carrasco. All rights reserved. 7
8 Acronyms ATM BGP FEC FR IP LAN LSP MPLS OAM PVC PW RSVP SNMP VPN VPLS Asynchronous Transfer Mode Border Gateway Protocol Customer Edge Forwarding Equivalence Class Frame Relay Internet Protocol Local Area Network Label Switched Path Multi Protocol Label Switching Operations Administration & Maintenance Permanent Virtual Circuit Pseudo-Wires Provider Edge Resource Reservation Protocol Simple Network Management Protocol Virtual Private Network Virtual LAN Private Services Copyright by Serge-Paul Carrasco. All rights reserved. 8
Migrating to MPLS Technology and Applications
Migrating to MPLS Technology and Applications Serge-Paul Carrasco June 2003 asiliconvalleyinsider.com Table Of Content Why to migrate to MPLS? Congestion on the Internet Traffic Engineering MPLS Fundamentals
Virtual Private LAN Service on Cisco Catalyst 6500/6800 Supervisor Engine 2T
White Paper Virtual Private LAN Service on Cisco Catalyst 6500/6800 Supervisor Engine 2T Introduction to Virtual Private LAN Service The Cisco Catalyst 6500/6800 Series Supervisor Engine 2T supports virtual
VPLS Technology White Paper HUAWEI TECHNOLOGIES CO., LTD. Issue 01. Date 2012-10-30
Issue 01 Date 2012-10-30 HUAWEI TECHNOLOGIES CO., LTD. 2012. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means without prior written consent of
Introducing Basic MPLS Concepts
Module 1-1 Introducing Basic MPLS Concepts 2004 Cisco Systems, Inc. All rights reserved. 1-1 Drawbacks of Traditional IP Routing Routing protocols are used to distribute Layer 3 routing information. Forwarding
DD2491 p2 2011. MPLS/BGP VPNs. Olof Hagsand KTH CSC
DD2491 p2 2011 MPLS/BGP VPNs Olof Hagsand KTH CSC 1 Literature Practical BGP: Chapter 10 MPLS repetition, see for example http://www.csc.kth.se/utbildning/kth/kurser/dd2490/ipro1-11/lectures/mpls.pdf Reference:
Introduction to MPLS-based VPNs
Introduction to MPLS-based VPNs Ferit Yegenoglu, Ph.D. ISOCORE ferit@isocore.com Outline Introduction BGP/MPLS VPNs Network Architecture Overview Main Features of BGP/MPLS VPNs Required Protocol Extensions
IP/MPLS-Based VPNs Layer-3 vs. Layer-2
Table of Contents 1. Objective... 3 2. Target Audience... 3 3. Pre-Requisites... 3 4. Introduction...3 5. MPLS Layer-3 VPNs... 4 6. MPLS Layer-2 VPNs... 7 6.1. Point-to-Point Connectivity... 8 6.2. Multi-Point
APRICOT 2012 MPLS WORKSHOP L2VPN
APRICOT 2012 MPLS WORKSHOP L2VPN Alastair Johnson February 2012 alastair.johnson@alcatel-lucent.com 2 MPLS WORKSHOP L2VPN 1. Introduction to L2VPN a. Background to VPNs b. Why L2VPNs c. Types of L2VPNs
MP PLS VPN MPLS VPN. Prepared by Eng. Hussein M. Harb
MP PLS VPN MPLS VPN Prepared by Eng. Hussein M. Harb Agenda MP PLS VPN Why VPN VPN Definition VPN Categories VPN Implementations VPN Models MPLS VPN Types L3 MPLS VPN L2 MPLS VPN Why VPN? VPNs were developed
INTRODUCTION TO L2VPNS
INTRODUCTION TO L2VPNS 4 Introduction to Layer 2 and Layer 3 VPN Services CE Layer 3 VPN Link Comprised of IP Traffic Passed Over IP Backbone LEGEND Layer 3 VPN Layer 2 VPN CE CE PE IP Backbone PE CE Layer
How To Understand The Benefits Of An Mpls Network
NETWORKS NetIron XMR 16000 NETWORKS NetIron XMR 16000 NETWORKS NetIron XMR 16000 Introduction MPLS in the Enterprise Multi-Protocol Label Switching (MPLS) as a technology has been around for over a decade
MPLS L2VPN (VLL) Technology White Paper
MPLS L2VPN (VLL) Technology White Paper Issue 1.0 Date 2012-10-30 HUAWEI TECHNOLOGIES CO., LTD. 2012. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any
L2 VPNs. Pseudowires. Virtual Private LAN Services. Metro/Carrier Ethernet.
L2 VPNs. Pseudowires. Virtual Private LAN Services. Metro/Carrier Ethernet. Petr Grygárek rek 1 Layer 2 VPNs 2 Usages of L2 VPNs Server farms/clusters and other L2- dependent applications redundancy and
MPLS Pseudowire Innovations: The Next Phase Technology for Today s Service Providers
MPLS Innovations: The Next Phase Technology for Today s Service Providers Introduction MPLS technology enables a smooth evolution of core networks within today s service provider infrastructures. In particular,
MPLS Concepts. Overview. Objectives
MPLS Concepts Overview This module explains the features of Multi-protocol Label Switching (MPLS) compared to traditional ATM and hop-by-hop IP routing. MPLS concepts and terminology as well as MPLS label
SBSCET, Firozpur (Punjab), India
Volume 3, Issue 9, September 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Layer Based
Testing Edge Services: VPLS over MPLS
Testing Edge Services: VPLS over MPLS White Paper Introduction Virtual Private LAN Services (VPLS) is an emerging technology for transparently connecting corporate LANs over the Internet so they appear
ICTTEN6172A Design and configure an IP- MPLS network with virtual private network tunnelling
ICTTEN6172A Design and configure an IP- MPLS network with virtual private network tunnelling Release: 1 ICTTEN6172A Design and configure an IP-MPLS network with virtual private network tunnelling Modification
MPLS in Private Networks Is It a Good Idea?
MPLS in Private Networks Is It a Good Idea? Jim Metzler Vice President Ashton, Metzler & Associates March 2005 Introduction The wide area network (WAN) brings indisputable value to organizations of all
Addressing Inter Provider Connections With MPLS-ICI
Addressing Inter Provider Connections With MPLS-ICI Introduction Why migrate to packet switched MPLS? The migration away from traditional multiple packet overlay networks towards a converged packet-switched
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
VPN Technologies A Comparison
VPN Technologies A Comparison Matthew Finlayson, matthewfinlayson@metaswitch.com Jon Harrison, jon.harrison@metaswitch.com Richard Sugarman, richard.sugarman@metaswitch.com First issued February 2003 100
MPLS Layer 2 VPNs Functional and Performance Testing Sample Test Plans
MPLS Layer 2 VPNs Functional and Performance Testing Sample Test Plans Contents Overview 1 1. L2 VPN Padding Verification Test 1 1.1 Objective 1 1.2 Setup 1 1.3 Input Parameters 2 1.4 Methodology 2 1.5
DD2491 p2 2009. BGP-MPLS VPNs. Olof Hagsand KTH/CSC
DD2491 p2 2009 BGP-MPLS VPNs Olof Hagsand KTH/CSC Literature Practical BGP: Chapter 10 JunOS Cookbook: Chapter 14 and 15 MPLS Advantages Originally, the motivation was speed and cost. But routers does
Expert Reference Series of White Papers. An Overview of MPLS VPNs: Overlay; Layer 3; and PseudoWire
Expert Reference Series of White Papers An Overview of MPLS VPNs: Overlay; Layer 3; and PseudoWire 1-800-COURSES www.globalknowledge.com An Overview of MPLS VPNs: Overlay; Layer 3; and PseudoWire Al Friebe,
WHITE PAPER. Addressing Inter Provider Connections with MPLS-ICI CONTENTS: Introduction. IP/MPLS Forum White Paper. January 2008. Introduction...
Introduction WHITE PAPER Addressing Inter Provider Connections with MPLS-ICI The migration away from traditional multiple packet overlay networks towards a converged packet-switched MPLS system is now
MikroTik RouterOS Introduction to MPLS. Prague MUM Czech Republic 2009
MikroTik RouterOS Introduction to MPLS Prague MUM Czech Republic 2009 Q : W h y h a v e n 't y o u h e a r d a b o u t M P LS b e fo re? A: Probably because of the availability and/or price range Q : W
Fundamentals Multiprotocol Label Switching MPLS III
Fundamentals Multiprotocol Label Switching MPLS III Design of Telecommunication Infrastructures 2008-2009 Rafael Sebastian Departament de tecnologies de la Informació i les Comunicaciones Universitat Pompeu
VPN taxonomy. János Mohácsi NIIF/HUNGARNET tf-ngn meeting April 2005
VPN taxonomy János Mohácsi NIIF/HUNGARNET tf-ngn meeting April 2005 VPNs Definition: the capability of both private and public networks to support a communication infrastructure connecting geographically
MPLS VPNs: Layer 2 or Layer 3? Understanding the Choice
#128 TECHNOLOGY WHITE PAPER Page: 1 of 6 MPLS VPNs: Layer 2 or Layer 3? Understanding the Choice Tim Wu, Riverstone Networks ABSTRACT Since there s been data networking, there s been a debate between switched
MPLS Layer 3 and Layer 2 VPNs over an IP only Core. Rahul Aggarwal Juniper Networks. rahul@juniper.net
MPLS Layer 3 and Layer 2 VPNs over an IP only Core Rahul Aggarwal Juniper Networks rahul@juniper.net Agenda MPLS VPN services and transport technology Motivation for MPLS VPN services over an IP only core
How Routers Forward Packets
Autumn 2010 philip.heimer@hh.se MULTIPROTOCOL LABEL SWITCHING (MPLS) AND MPLS VPNS How Routers Forward Packets Process switching Hardly ever used today Router lookinginside the packet, at the ipaddress,
MPLS-based Virtual Private Network (MPLS VPN) The VPN usually belongs to one company and has several sites interconnected across the common service
Nowdays, most network engineers/specialists consider MPLS (MultiProtocol Label Switching) one of the most promising transport technologies. Then, what is MPLS? Multi Protocol Label Switching (MPLS) is
Virtual Private LAN Service
Virtual Private LAN Service Authors Kireeti Kompella, Juniper Networks, 1194 N Mathilda Avenue, Sunnyvale, CA 94089, USA E-mail : kireeti@juniper.net Jean-Marc Uzé, Juniper Networks, Espace 21, 31 Place
Enterprise Network Simulation Using MPLS- BGP
Enterprise Network Simulation Using MPLS- BGP Tina Satra 1 and Smita Jangale 2 1 Department of Computer Engineering, SAKEC, Chembur, Mumbai-88, India tinasatra@gmail.com 2 Department of Information Technolgy,
Internetworking II: VPNs, MPLS, and Traffic Engineering
Internetworking II: VPNs, MPLS, and Traffic Engineering 3035/GZ01 Networked Systems Kyle Jamieson Lecture 10 Department of Computer Science University College London Taxonomy of communica@on networks Virtual
MPLS Applications. Karel Pouzar CCIE#20198, CCSI#31414 karel.pouzar@alefnula.com
MPLS Applications Karel Pouzar CCIE#20198, CCSI#31414 karel.pouzar@alefnula.com Agenda MPLS Introduction MPLS VPN Architecture MPLS L2 Services AToM, EoMPLS VPLS, H-VPLS Copyright Alef Nula, a.s. www.alef0.cz
Tackling the Challenges of MPLS VPN Testing. Todd Law Product Manager Advanced Networks Division
Tackling the Challenges of MPLS VPN ing Todd Law Product Manager Advanced Networks Division Agenda Background Why test MPLS VPNs anyway? ing Issues Technical Complexity and Service Provider challenges
RFC 2547bis: BGP/MPLS VPN Fundamentals
White Paper RFC 2547bis: BGP/MPLS VPN Fundamentals Chuck Semeria Marketing Engineer Juniper Networks, Inc. 1194 North Mathilda Avenue Sunnyvale, CA 94089 USA 408 745 2001 or 888 JUNIPER www.juniper.net
For internal circulation of BSNLonly
E3-E4 E4 E&WS Overview of MPLS-VPN Overview Traditional Router-Based Networks Virtual Private Networks VPN Terminology MPLS VPN Architecture MPLS VPN Routing MPLS VPN Label Propagation Traditional Router-Based
Data Networking and Architecture. Delegates should have some basic knowledge of Internet Protocol and Data Networking principles.
Data Networking and Architecture The course focuses on theoretical principles and practical implementation of selected Data Networking protocols and standards. Physical network architecture is described
MPLS based Virtual Private Network Services
MPLS based Virtual Private Network Services An MFA Forum Sponsored Tutorial Matt Kolon MFA Forum Ambassador Senior Technical Solutions Manager Juniper Networks Slide 1 MPLS VPN Tutorial Agenda Introduction
Agilent N2X Layer 2 MPLS VPN Emulation Software
Agilent N2X Layer 2 MPLS VPN Emulation Software E7884A Technical Data Sheet An easy-to-use solution specifically designed for measuring the scalability and performance of Layer 2 MPLS VPNs and pseudo wire
WAN Topologies MPLS. 2006, Cisco Systems, Inc. All rights reserved. Presentation_ID.scr. 2006 Cisco Systems, Inc. All rights reserved.
MPLS WAN Topologies 1 Multiprotocol Label Switching (MPLS) IETF standard, RFC3031 Basic idea was to combine IP routing protocols with a forwarding algoritm based on a header with fixed length label instead
Technical Brief: Offering Scalable Layer 2 Services with VPLS and VLL
SERVI PROVIDER Technical Brief: Offering Scalable Layer 2 Services with VPLS and VLL An overview of Virtual Private LAN Service (VPLS) and Virtual Leased Line (VLL) and Brocade solutions for deploying
What Is a Virtual Private Network?
C H A P T E R 1 What Is a Virtual Private Network? A virtual private network (VPN) allows the provisioning of private network services for an organization or organizations over a public or shared infrastructure
Virtual Private Networks. Juha Heinänen jh@song.fi Song Networks
Virtual Private Networks Juha Heinänen jh@song.fi Song Networks What is an IP VPN? an emulation of private (wide area) network facility using provider IP facilities provides permanent connectivity between
Layer 2 and 3 Virtual Private Networks: Taxonomy, Technology, and Standardization Efforts
STANDARDS TOPICS Layer 2 and 3 Virtual Private Networks: Taxonomy, Technology, and Standardization Efforts Paul Knight, Nortel Networks Chris Lewis, Cisco Systems ABSTRACT Virtual private network services
Computer Network Architectures and Multimedia. Guy Leduc. Chapter 2 MPLS networks. Chapter 2: MPLS
Computer Network Architectures and Multimedia Guy Leduc Chapter 2 MPLS networks Chapter based on Section 5.5 of Computer Networking: A Top Down Approach, 6 th edition. Jim Kurose, Keith Ross Addison-Wesley,
PRASAD ATHUKURI Sreekavitha engineering info technology,kammam
Multiprotocol Label Switching Layer 3 Virtual Private Networks with Open ShortestPath First protocol PRASAD ATHUKURI Sreekavitha engineering info technology,kammam Abstract This paper aims at implementing
Designing and Developing Scalable IP Networks
Designing and Developing Scalable IP Networks Guy Davies Telindus, UK John Wiley & Sons, Ltd Contents List of Figures List of Tables About the Author Acknowledgements Abbreviations Introduction xi xiii
Master Course Computer Networks IN2097
Chair for Network Architectures and Services Prof. Carle Department for Computer Science TU München Master Course Computer Networks IN2097 Prof. Dr.-Ing. Georg Carle Christian Grothoff, Ph.D. Chair for
MPLS over IP-Tunnels. Mark Townsley Distinguished Engineer. 21 February 2005
MPLS over IP-Tunnels Mark Townsley Distinguished Engineer 21 February 2005 1 MPLS over IP The Basic Idea MPLS Tunnel Label Exp S TTL MPLS VPN Label Exp S TTL MPLS Payload (L3VPN, PWE3, etc) MPLS Tunnel
Virtual Leased Lines - Martini
Virtual Lease Lines - Martini Virtual Leased Lines - Martini Martini Drafts draft -martini-l2circuit-encap-mpls -04.txt defines the handling and encapsulation of layer two packets. draft -martini-l2circuit-trans-mpls
Enhancing Converged MPLS Data Networks with ATM, Frame Relay and Ethernet Interworking
TECHNOLOGY WHITE PAPER Enhancing Converged Data Networks with, Frame Relay and Ethernet Interworking Virtual Private Networks (VPN) are a popular way for enterprises to interconnect remote sites. Traditionally,
Kingston University London
Kingston University London Thesis Title Implementation and performance evaluation of WAN services over MPLS Layer-3 VPN Dissertation submitted for the Degree of Master of Science in Networking and Data
Junos MPLS and VPNs (JMV)
Junos MPLS and VPNs (JMV) Course No: EDU-JUN-JMV Length: Five days Onsite Price: $32500 for up to 12 students Public Enrollment Price: $3500/student Course Level JMV is an advanced-level course. Prerequisites
Innovation in. Guiding Innovation
Innovation in MPLS-Based Services By Jim Metzler K ubernan Guiding Innovation Innovation in MPLS-Based Services Introduction MPLS (Multi-Protocol Label Switching) has garnered a lot of attention over the
Course Description. Students Will Learn
Course Description The next generation of telecommunications networks will deliver broadband data and multimedia services to users. The Ethernet interface is becoming the interface of preference for user
MPLS L2/L3 Virtual Private Networks (VPNs)
MPLS L2/L3 Virtual Private Networks (VPNs) An IP/MPLS Forum Sponsored Tutorial Dave Christophe IP/MPLS Forum Education WG Chair Director, Solutions Marketing Alcatel-Lucent Slide 1 MPLS VPN Tutorial Agenda
Network Virtualization with the Cisco Catalyst 6500/6800 Supervisor Engine 2T
White Paper Network Virtualization with the Cisco Catalyst 6500/6800 Supervisor Engine 2T Introduction Network virtualization is a cost-efficient way to provide traffic separation. A virtualized network
VoIP over MPLS & Voice Services over MPLS. Jim McEachern jmce@nortelnetworks.com
VoIP over & Voice Services over Jim McEachern jmce@nortelnetworks.com Voice Services over Standards IETF RFC 3032 () draft-ietf-pwe3-requirements-08.txt draft-ietf-pwe3-arch-07.txt and Frame Relay Alliance
Riverstone Networks. Carrier Ethernet Standards Progress. Igor Giangrossi Sr. Systems Engineer, CALA
Riverstone Networks Carrier Ethernet Standards Progress Igor Giangrossi Sr. Systems Engineer, CALA Agenda History Metro Ethernet Forum work IETF work IEEE work Conclusion 2 Ethernet Evolution What do we
Multi Protocol Label Switching (MPLS) is a core networking technology that
MPLS and MPLS VPNs: Basics for Beginners Christopher Brandon Johnson Abstract Multi Protocol Label Switching (MPLS) is a core networking technology that operates essentially in between Layers 2 and 3 of
Implementing VPN over MPLS
IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 10, Issue 3, Ver. I (May - Jun.2015), PP 48-53 www.iosrjournals.org Implementing VPN over
Agilent Technologies RouterTester Whitepaper
Testing MPLS and IP VPNs Agilent Technologies RouterTester Whitepaper Introduction With the tightening economy in the US and rest of the world, the focus of service providers has shifted to exploring new
MPLS is the enabling technology for the New Broadband (IP) Public Network
From the MPLS Forum Multi-Protocol Switching (MPLS) An Overview Mario BALI Turin Polytechnic Mario.Baldi@polito.it www.polito.it/~baldi MPLS is the enabling technology for the New Broadband (IP) Public
Introducción n a MPLS y MPLS VPN MPLS VPN
Introducción n a MPLS y MPLS VPN nemunoz@cisco.com Nelson Muñoz Presentation_ID 200, Cisco Systems, Inc. Agenda Introducción Que es una VPN? IP+ATM Conceptos básicos de MPLS MPLS VPN QoS en MPLS Ventajas
IPv6 over IPv4/MPLS Networks: The 6PE approach
IPv6 over IPv4/MPLS Networks: The 6PE approach Athanassios Liakopoulos Network Operation & Support Manager (aliako@grnet.gr) Greek Research & Technology Network (GRNET) III Global IPv6 Summit Moscow, 25
MPLS Environment. To allow more complex routing capabilities, MPLS permits attaching a
MPLS Environment Introduction to MPLS Multi-Protocol Label Switching (MPLS) is a highly efficient and flexible routing approach for forwarding packets over packet-switched networks, irrespective of the
The Essential Guide to Deploying MPLS for Enterprise Networks
White Paper The Essential Guide to Deploying MPLS for Enterprise Networks Daniel Backman Systems Engineer Troy Herrera Sr. Field Solutions Manager Juniper Networks, Inc. 1194 North Mathilda Avenue Sunnyvale,
Virtual Private LAN Service (VPLS)
White Paper Virtual Private LAN Service (VPLS) Scalable Ethernet-Based Enterprise Connectivity and Broadband Delivery Juniper Networks, Inc. 1194 North Mathilda Avenue Sunnyvale, California 94089 USA 408.745.2000
MPLS multi-domain services MD-VPN service
MPLS multi-domain services MD-VPN service Xavier Jeannin, RENATER Tomasz Szewczyk / PSNC Training and Workshops for advancing NRENs 8-11 Sept 2014 Chisinau, Moldova MPLS brief overview Original purpose:
- Multiprotocol Label Switching -
1 - Multiprotocol Label Switching - Multiprotocol Label Switching Multiprotocol Label Switching (MPLS) is a Layer-2 switching technology. MPLS-enabled routers apply numerical labels to packets, and can
Comparative Analysis of Mpls and Non -Mpls Network
Comparative Analysis of Mpls and Non -Mpls Network Madhulika Bhandure 1, Gaurang Deshmukh 2, Prof. Varshapriya J N 3 1, 2, 3 (Department of Computer Science and IT, VJTI, Mumbai-19 ABSTRACT A new standard
Network Virtualization and Data Center Networks 263-3825-00 DC Virtualization Basics Part 3. Qin Yin Fall Semester 2013
Network Virtualization and Data Center Networks 263-3825-00 DC Virtualization Basics Part 3 Qin Yin Fall Semester 2013 1 Outline A Brief History of Distributed Data Centers The Case for Layer 2 Extension
MPLS Implementation MPLS VPN
MPLS Implementation MPLS VPN Describing MPLS VPN Technology Objectives Describe VPN implementation models. Compare and contrast VPN overlay VPN models. Describe the benefits and disadvantages of the overlay
AT&T Managed IP Network Service (MIPNS) MPLS Private Network Transport Technical Configuration Guide Version 1.0
AT&T Managed IP Network Service (MIPNS) MPLS Private Network Transport Technical Configuration Guide Version 1.0 Introduction...2 Overview...2 1. Technology Background...2 2. MPLS PNT Offer Models...3
Delivering Ethernet services in the Metro
Delivering Ethernet services in the Metro MICHAEL S. BERGER Research Center COM Technical University of Denmark DTU Building 33, 800 Kgs. Lyngby DENMARK Abstract: - Today, Ethernet is widely deployed in
Innovation in Access and Metropolitan Area Networks -
Innovation in Access and Metropolitan Area s - Combining Ethernet and MPLS By Jim Metzler SPONSORED BY: K ubernan Guiding Innovation Innovation in Access and Metropolitan Area s - Combining Ethernet and
Ethernet over MPLS tests
Ethernet over MPLS tests Marcin Garstka, Poznań Supercomputing and Networking Centre Copenhagen, 20 November 2012 The research leading to these results has received funding from the European Community
WHITE PAPER. Multi-Protocol Label Switching (MPLS) Conformance and Performance Testing
WHITE PAPER Multi-Protocol Label Switching (MPLS) Conformance and Performance Testing www.ixiacom.com 915-1838-01 Rev. C, January 2014 2 Table of Contents Abstract... 4 Introduction... 4 What is MPLS?...
MPLS overview. Wolfgang Riedel wriedel@cisco.com Systems Engineer ECSO Enterprise Manufacturing Cisco Systems GmbH
MPLS overview Wolfgang Riedel wriedel@cisco.com Systems Engineer ECSO Enterprise Manufacturing Cisco Systems GmbH 2001, Cisco Systems, Inc. All rights reserved. 1 Agenda MPLS Overview 1. Evolution of MPLS
Virtual Private LAN Service (VPLS) Conformance and Performance Testing Sample Test Plans
Virtual Private LAN Service (VPLS) Conformance and Performance Testing Sample Test Plans Contents Overview...3 1. VPLS Traffic CoS Test...3 2. VPLS VSI Isolation Test...5 3. VPLS MAC Address Purge Test...7
Methods of interconnecting MPLS Networks
Methods of interconnecting MPLS Networks NANOG31, May 2005 San Francisco Cable & Wireless Internet Engineering Udo Steinegger What this talk is about General This presentation covers technologies on how
MPLS and IPSec A Misunderstood Relationship
# 129 TECHNOLOGY WHITE PAPER Page: 1 of 5 MPLS and IPSec A Misunderstood Relationship Jon Ranger, Riverstone Networks ABSTRACT A large quantity of misinformation and misunderstanding exists about the place
Demonstrating the high performance and feature richness of the compact MX Series
WHITE PAPER Midrange MX Series 3D Universal Edge Routers Evaluation Report Demonstrating the high performance and feature richness of the compact MX Series Copyright 2011, Juniper Networks, Inc. 1 Table
Implementation of Traffic Engineering and Addressing QoS in MPLS VPN Based IP Backbone
International Journal of Computer Science and Telecommunications [Volume 5, Issue 6, June 2014] 9 ISSN 2047-3338 Implementation of Traffic Engineering and Addressing QoS in MPLS VPN Based IP Backbone Mushtaq
IP Switching: Issues and Alternatives
IP Switching: Issues and Alternatives Professor of Computer and Information Sciences http://www.cis.ohio-state.edu/~jain/ 6-1 Overview LANE, IPOA, NHRP, MPOA IP Switch Cell Switched Router Tag Switching
s@lm@n Cisco Exam 400-201 CCIE Service Provider Written Exam Version: 7.0 [ Total Questions: 107 ]
s@lm@n Cisco Exam 400-201 CCIE Service Provider Written Exam Version: 7.0 [ Total Questions: 107 ] Cisco 400-201 : Practice Test Question No : 1 Which two frame types are correct when configuring T3 interfaces?
Comparative Analysis of MPLS Layer 3vpn and MPLS Layer 2 VPN Umar Bashir Sofi [1], Er. Rupinder Kaur Gurm [2]
International Journal of Computer Science Trends and Technology (IJCST) Volume 3 Issue 3, May-June 2015 RESEARCH ARTICLE Comparative Analysis of MPLS Layer 3vpn and MPLS Layer 2 VPN Umar Bashir Sofi [1],
APPLICATION NOTE 211 MPLS BASICS AND TESTING NEEDS. Label Switching vs. Traditional Routing
MPLS BASICS AND TESTING NEEDS By Thierno Diallo, Product Specialist Protocol Business Unit The continuing expansion and popularity of the Internet is forcing routers in the core network to support the
Lesson 13: MPLS Networks
Slide supporting material Lesson 13: MPLS Networks Giovanni Giambene Queuing Theor and Telecommunications: Networks and Applications 2nd edition, Springer All rights reserved IP Over ATM Once defined IP
Development of the FITELnet-G20 Metro Edge Router
Development of the Metro Edge Router by Tomoyuki Fukunaga * With the increasing use of broadband Internet, it is to be expected that fiber-tothe-home (FTTH) service will expand as the means of providing
Bandwidth Management in MPLS Networks
School of Electronic Engineering - DCU Broadband Switching and Systems Laboratory 1/17 Bandwidth Management in MPLS Networks Sanda Dragos & Radu Dragos Supervised by Dr. Martin Collier email: dragoss@eeng.dcu.ie
How To Make A Network Secure
1 2 3 4 -Lower yellow line is graduate student enrollment -Red line is undergradate enrollment -Green line is total enrollment -2008 numbers are projected to be near 20,000 (on-campus) not including distance
Delivering MPLS VPLS VPN Services With Metro Service Edge Platform
Delivering MPLS VPLS VPN Services With Metro Service Edge Platform Objective This paper outlines the overall network architecture and elements for delivering MPLS VPLS VPN services by extending MPLS (Multiprotocol
Cisco 642-889. Implementing Cisco Service Provider Next-Generation Egde Network Services. Version: 4.1
Cisco 642-889 Implementing Cisco Service Provider Next-Generation Egde Network Services Version: 4.1 QUESTION NO: 1 Cisco 642-889 Exam Which type of VPN requires a full mesh of virtual circuits to provide
MPLS-Enabled Network Infrastructures
T E C H N O L O G Y W H I T E P A P E R MPLS-Enabled Network Infrastructures Delivering Reliable Enterprise VPN Services Enterprise and government CIOs will testify that lowering information technology
Connection-Oriented Ethernet: Operational and Deployment Considerations
Connection-Oriented Ethernet: Operational and Deployment Considerations Connection-oriented Ethernet technology holds great promise. It creates, for the first time, a single metro aggregation and transport