DD2490 p Routing and MPLS/IP. Olof Hagsand KTH CSC
|
|
|
- Hugh Simpson
- 10 years ago
- Views:
Transcription
1 DD2490 p Routing and MPLS/IP Olof Hagsand KTH CSC 1
2 Literature Lecture slides and lecture notes (on web) Reference JunOS Cookbook: Chapter 14 2
3 Background MPLS - Multiprotocol Label Switching Originally thought to simplify IP forwarding Small label lookup instead of longest prefix match Roots in ATM (Asynchronous Transfer Mode) Early 90s, most telecoms thought ATM would take over all data- and tele-communication MPLS/IP was standardized in IETF in mid 90s. GMPLS can be used for optical networking such as management of wavelengths: lambdas MPLS/TP is currently being standardized Transport Profile MPLS/TP is independent of IP and for non-signalled lowlevel optical networks 3
4 MPLS Advantages Originally, the motivation was speed and cost. But routers does IP lookup in hardware at very high speeds. Current advantages: Label switching can be used for traffic engineering Aggregating a class of traffic Guarantees: Allocation of resources Constrained routing: load, bw, etc. Labels can be used to forward using other fields than destination address Label switching can be used to support VPNs virtual private networks 4
5 Where is MPLS used? MPLS is used as a tunneling technique within an operator's internal IP network Tunneling characteristics - traffic is isolated VPNs Traffic engineering - control bandwidths and links MPLS is not used In traditional enterprise networks Between operators (inter-domain) 5
6 Why MPLS? MPLS gives a simple tunneling mechanism integrated with IP Another IP-based tunneling protocol could give the same service IP in IP But MPLS has a nice toolbox and is easy to configure Alternatives Pure IP networking: manage tunnels yourself Provider backbone bridging (IEEE 802.1ah) 6
7 MPLS Terminology MPLS uses some new terminology (MPLS ~ IP) LSR: Label Switching Router ~ Router LER: Label Edge Router ~ Border router Alternative: PE - Provider Edge / CE Customer Edge Also: Egress/Ingress/Transit LSR LSP: Label Switched Path ~ Tunnel FEC: Forwarding Equivalence Class ~ Flow Label distribution ~ Routing LFIB: Label Forwarding Information Base ~ FIB 7
8 Control and Data Planes LSR Control Plane (Binding Layer) LFIB Label Distribution: LDP-CR RSVP-TE MP-BGP Router Control Plane (Routing Layer) FIB Routing: OSPF IS-IS BGP Data Plane (Forwarding Layer) MPLS packet Data Plane (Forwarding Layer) IP packet 8
9 Labels A label is an integer identifying a FEC (a flow). You cannot have globally or network- unique labels Too complex to negotiate Too large labels Labels are unique only between two nodes Labels reserved by the IETF. Labels change at each node as a packet traverses a path You can set labels manually(worse than static routing), or use label distribution Example of Label Forwarding Information Base LFIB (MPLS forwarding table): In-Interface in-label op out-label out-interface 20-bit label if 3 99 swap 203 if1 if swap 978 if2 9
10 Encapsulation 20-bit label 3-bit TC 1-bit stack 8-bit TTL Eth hdr Label hdr IP hdr IP payload MPLS uses a 32-bit shim header: Label: Value for table lookup in router TC: Traffic class field, can be used as class-of-service for QoS Stack: Indicates that the bottom of a stack of labels has been reached TTL: Time To Live (resembles IP TTL) Shim headers may be concatenated into stacks Eth hdr Label hdr Label hdr IP hdr IP payload stack=0 stack = 1 10
11 Forwarding Equivalence Class (FEC) Sort packets into different classes classify them. Classification is a more general form of lookup Example1: All packets to one destination: ipdst = Example2: All UDP packets with the ToS field set to 0x42 from subnetwork /24 Such a subset is called a Forwarding Equivalence Class (FEC) MPLS binds labels to FECs Labelling FEC label FECs granularity Coarse good for scalability Fine good for flexibility FEC1 99 FEC What defines FECs? Something else : eg BGP routing table, VPN, packet filters, etc. I.e., The meaning of a FEC (the semantics) is added by the overlying application 11
12 Label operations Push a label (typically at ingress) Double push (label stacking) Swap a label Made by internal LSRs / P routers Pop a label Typically at egress or pen-ultimate LSR Label operations are interface-specific Since labels are unique between LSRs 12
13 Label pushing LER pkt if1 99 pkt LSP FEC op out-label interface F1 push 99 if1 The border router (LER) classifies packets into FECs Binds a label to the packet Actually it maps the FEC to an LSP which in turn defines a label Pushes an MPLS header on the packet And sends it on the outgoing interface of the LSP 13
14 Label swapping LSP 99 pkt if3 if1 203 pkt LSP In-Interface in-label op out-label out-interface if 3 99 swap 203 if1 A router (LSR) makes a label lookup and swaps the label Rewrites the MPLS header And sends it further on the LSP 14
15 Label popping LER LSP 203 pkt if3 if1 pkt In-Interface in-label op out-label out-interface if pop (IP lookup) The border router (LER) pops the MPLS packet And then forwards it as usual depending on the packets protocol Example: pkt is an IP packet --> pkt is sent to IP forwarding Thus both MPLS and IP forwarding on same node! 15
16 Pen-ultimate popping Pen-ultimate LSR LER LSP 203 pkt if3 if1 pkt MPLS pop IP routing In-Interface in-labelop out-label out-interface if pop - if1 To make it easier for the border router, pop the label on the previous router (pen-ultimate) The pen-ultimate LSR does MPLS pop The LER does only IP routing 16
17 Special labels operations 0: IPv4 explicit NULL Downstream LSR should pop label unconditionally Popped packet is an IPv4 datagram 1: Router alert Deliver to control plane do not forward 2: IPv6 explicit-null Downstream LSR should pop unconditionally Popped packet is an IPv6 datagram 3: Implicit-NULL Pop immediately and treat as IPv4 packet Note: This label does not actually appear on link (virtual) Use for pen-ultimate popping! 17
18 MPLS Label Switched Paths IP pkt 203 IP pkt LSP IP pkt Push label 130 IP pkt 1345 IP pkt IP pkt Example: IP Swap label Pop label Route packet Pen-ultimate popping Eth hdr Label hdr IP hdr IP payload 20-bit label 3-bit exp 1-bit stack 8-bit TTL 18
19 Label Stacking '33' pkt pkt pkt1 pkt1 '33' 33 pkt1 pen-ultimate pkt pkt2 55 pkt2 pkt2 '55' pkt2 '55' Used inside a network for example in VPNs An inner label carrying edge information(eg which VPN) is transferred through the domain (33 and 55 in the example) Outer label is used for transfer through the network Push both labels at ingress. Pop outer label at pen-ultimate LSR 19
20 Typical use: MPLS for transit (lab scenario) BGP IGP + MPLS BGP AS BGP Use an IGP to compute internal routes Setup LSPs between border routers using the IGP Eg border routers may set up a full-mesh of LSPs Send transit traffic via LSPs (src and dst outside the AS) But still send internal traffic via IP (src or dst inside the AS) External routes need not be distributed to non-border routers, so we do not need IBGP there A BGP-free core Only the border routers need to speak BGP This is considered an advantage 20
21 MPLS for transit Having MPLS in the core thus means that you do not need IBGP in interal routers You still (always) need IBGP between border routers Thus, MPLS is an alternative to using IGP internally for external routes (bad choice) or IBGP (suffers from scaling) Note that interbal traffic still uses IP, only transit goes in MPLS We need some tricks in the border routers to make transit traffic follow LSPs and not IP separation between transit and internal traffic In JunOS this is done with inet.3 for next-hop routes (last slide) 21
22 Label Distribution Labels need to be assigned and LFIBs programmed A signaling protocol distributes labels Creates an LSP through an MPLS network There are different ways to do this 1. Make a new protocol LDP Label Distribution Protocol 2. Extend existing protocols BGP Border Gateway Protocol RSVP Resource Reservation Protocol These protocols all distributes labels But they are somewhat different and can be combined to transfer different labels, eg BGP+RSVP, where BGP transfers inner labels and RSVP negotiate outer labels. RSVP is great for bandwidth reservation,... 22
23 Label distribution and IGP Label distribution protocols typically rely on an IGP (eg OSPF/IS-IS) to find the shortest path of their LSP. Or use source-routing to do constrained SPF or fixedpath routing They then assign labels to the LSP on the path. Normally, labels are assigned in upstream direction During setup of LSPs, traffic may be black-holed Discrepancy between IGP and label distribution Same is true during reconvergence (IGP routes change) 23
24 Resource Reservation Protocol RSVP is a network control protocol used to express quality of service (QoS). Binds a QoS request to a flow RSVP delivers QoS reservations along a path from source to destination(s). No routing: IGP computes path Uses soft-state : paths are recomputed when routing changes RSVP-TE is used for traffic engineering for MPLS 24
25 RSVP Model Receiver Sender PATH msg (TSpec) RESV msg (FlowSpec) Receiver Two types of messages to set up reservations: PATH message From a sender to one or several receivers, carrying TSpec and classification information provided by sender RESV message From receiver, carrying FlowSpec indicating QoS required by receiver 25
26 MPLS support in RSVP-TE Ingress PATH Egress RESV lbl=9 RESV lbl=5 RESV RSVP-TE has been adapted to support MPLS New objects defined carrying labels In this way, RSVP-TE can express QoS (Tspec, FlowSpec) associated with an LSP Network resources are then bound to that LSP throughout the network. 26
27 Traffic engineering with RSVP-TE/MPLS A RSVP can reserve resources in the network RSVP can signal alternative paths using Constrained shortest path (eg using allocated bandwidth) Strict/ loose source routing Why? Traffic distribution, alternate paths Difficult to do with regular routing protocols. Example: LSP strict source routing: A,B,C,D,E (20 Mbps) See routing algorithms lecture: CSPF 20 B D 20 E C 27
28 Protection switching in MPLS Assume a primary LSP is signalled from A-D via B and C If a link or node goes down, how is reliability ensured? There are several issues and techniques: Detection of failure IGP re-route Path protection Local protection To think about Switchover latency Over-reservation A B C D E F 28
29 Detection of failure SDH/SONET does protection switching at ~50ms. Routing protocol Hello's are typically on 1s-10s. Physical level detection. But not all links support this. Instead, send packets very often MPLS pings along the LSP Send many packets and detect losses BFD - Bidirectional forwarding detection Send many packets and detect losses Generic technique for other protocols: OSPF, BGP, etc But sending many packets per LSP has its cost in bandwidth use And CPU usage if not done in hw 29
30 IGP reroute When the underlying IGP detects a failure, it will reroute around the failure, and thus RSVP-TE will send its PATH and RESV messages on the new route and the LSP will eventually establish itself using the new route The cleanest solution but may be slow if IGP protection switching and RSVP failover is slow. This is done in the lab A B C D Initial LSP Switchover LSP E F 30
31 Path protection Compute a secondary path in advance Switchover when the primary path fails using BFD/MPLS pings This is also done in the lab A B C D Primary LSP Secondary LSP E F 31
32 Local protection (FRR) Protected LSP: ready-made detours The repair is made locally by pre-computed detour LSPs Fast switchover since reroute made locally A detour is an extra LSP from a node in the path to a merge point Link or node protection One-to-any or facility LSP Example (link protection) Protected LSP: A->B->C->D Detours: A->E->B; B->E->F->C; C->F->D (only 2nd shown in fig) A B C D Protected LSP Detour LSP E F 32
33 Summary: MPLS in a transit network Putting it all together: IGP is used to routes between all routers in the network MPLS is used to carry transit traffic between border routers (PE) RSVP-TE is used to signal MPLS LSPs between border routers. RSVP-TE is used to reserve bandwidth in LSPs RSVP-TE used to compute alternative paths for switchover BGP is used for all external routes. This is the lab scenario. 33
34 Lab: Using MPLS for transit: BGP-free core 34
35 MPLS in JunOS See wconfig-mpls-apps Example: Enable mpls on all forwarding interfaces Enable icmp in mpls for debugging (traceroute) Setup LSPs (using explicit path setup: no cspf) interface so-0/0/0 { unit 0 { family mpls; # Enable mpls address family } } protocols mpls { icmp-tunneling; # Enable icmp for debugging interface so-0/0/0.0; # Include interface in mpls forwarding label-switched-path btoc { # Define an LSP to ; # LSP end-point no-cspf; # Enable explicit-path computation } rsvp { interface so-0/0/0.0; # Enable rsvp on interface } cspf - Constrained Path Shortest Path Dont use it in lab - use explicit routing. 35
36 MPLS show commands > show mpls lsp Ingress LSP: 1 sessions To From State Rt P ActivePath LSPname Up 1 * btoc Egress LSP: 1 sessions To From State Rt Style Labelin Labelout LSPname Up 0 1 FF 3 - ctob Transit LSP: 2 sessions To From State Rt Style Labelin Labelout LSPname Up 1 1 FF ctob Up 1 1 FF btoc > show route protocol rsvp *[RSVP/7] 3d 18:23:44, metric 1 > via so-0/1/0.0, label-switched-path btoc (S=0) *[RSVP/7] 3d 18:23:44, metric 1 > via so-0/1/0.0, label-switched-path btoc *[RSVP/7] 3d 18:23:37, metric 1 > via so-0/0/0.0, label-switched-path ctob (S=0) *[RSVP/7] 3d 18:23:37, metric 1 > via so-0/0/0.0, label-switched-path ctob > show mpls interface > show rsvp interface > show rsvp neigbour >... 36
37 /30.1 EBGP nexthop: recursive lookup RTD AS1 lo: IBGP RTC RTA.1 DMZ: /30 EBGP.2 RTB /24 AS2 RTC:s routing table alternatives: Next-hop self is necessary for BGP to use MPLS! Route Nexthop Protocol / IBGP / IGP DMZ nexthop /32 lspa RSVP /30 - direct Route Nexthop Protocol / IBGP / IGP /32 lspa RSVP Next-hop self /30 - direct 37
38 Next-hop self issue There are routes both from IGP and RSVP. Internal traffic should use the IGP, external should use RSVP. RSVP adds end-points in a separate inet table which BGP uses: inet.3. RSVP has lower precedence than the IGP BGP looks in both inet.0 and inet.3. IGP does not. This is how transit traffic uses the LSP tunnels. 38
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
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
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,
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
MPLS Based Recovery Mechanisms
MPLS Based Recovery Mechanisms Master Thesis Johan Martin Olof Petersson UNIVERSITY OF OSLO May 2005 2 Foreword This thesis is part of my Candidatus Scientiarum studies in communication systems at the
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
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:
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
Protection Methods in Traffic Engineering MPLS Networks
Peter Njogu Kimani Protection Methods in Traffic Engineering MPLS Networks Helsinki Metropolia University of Applied Sciences Bachelor of Engineering Information technology Thesis 16 th May 2013 Abstract
How Routers Forward Packets
Autumn 2010 [email protected] 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. A Tutorial. Paresh Khatri. [email protected]
MPLS A Tutorial Paresh Khatri [email protected] Agenda 1. MPLS overview and LSP types 2. Distribution Protocol (LDP) 3. Questions Introduction Paresh Khatri ([email protected])
MPLS Basics. For details about MPLS architecture, refer to RFC 3031 Multiprotocol Label Switching Architecture.
Multiprotocol Label Switching (), originating in IPv4, was initially proposed to improve forwarding speed. Its core technology can be extended to multiple network protocols, such as IPv6, Internet Packet
Project Report on Traffic Engineering and QoS with MPLS and its applications
Project Report on Traffic Engineering and QoS with MPLS and its applications Brief Overview Multiprotocol Label Switching (MPLS) is an Internet based technology that uses short, fixed-length labels to
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 [email protected] 2 Department of Information Technolgy,
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 [email protected] www.polito.it/~baldi MPLS is the enabling technology for the New Broadband (IP) Public
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
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
Design of MPLS networks VPN and TE with testing its resiliency and reliability
MASARYK UNIVERSITY FACULTY OF INFORMATICS Design of MPLS networks VPN and TE with testing its resiliency and reliability Diploma thesis Michal Aron Brno, spring 2014 ZADANIE DP Declaration I declare
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
Introduction to MPLS-based VPNs
Introduction to MPLS-based VPNs Ferit Yegenoglu, Ph.D. ISOCORE [email protected] Outline Introduction BGP/MPLS VPNs Network Architecture Overview Main Features of BGP/MPLS VPNs Required Protocol Extensions
IPv6 over IPv4/MPLS Networks: The 6PE approach
IPv6 over IPv4/MPLS Networks: The 6PE approach Athanassios Liakopoulos Network Operation & Support Manager ([email protected]) Greek Research & Technology Network (GRNET) III Global IPv6 Summit Moscow, 25
Cisco Configuring Basic MPLS Using OSPF
Table of Contents Configuring Basic MPLS Using OSPF...1 Introduction...1 Mechanism...1 Hardware and Software Versions...2 Network Diagram...2 Configurations...2 Quick Configuration Guide...2 Configuration
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
MPLS Concepts. MPLS Concepts
MPLS Concepts MPLS: Multi Protocol Label Switching MPLS is a layer 2+ switching MPLS forwarding is done in the same way as in VC (Virtual Circuit) switches Packet forwarding is done based on Labels MPLS
Implementing MPLS VPN in Provider's IP Backbone Luyuan Fang [email protected] AT&T
Implementing MPLS VPN in Provider's IP Backbone Luyuan Fang [email protected] AT&T 1 Outline! BGP/MPLS VPN (RFC 2547bis)! Setting up LSP for VPN - Design Alternative Studies! Interworking of LDP / RSVP
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
MPLS - A Choice of Signaling Protocol
www.ijcsi.org 289 MPLS - A Choice of Signaling Protocol Muhammad Asif 1, Zahid Farid 2, Muhammad Lal 3, Junaid Qayyum 4 1 Department of Information Technology and Media (ITM), Mid Sweden University Sundsvall
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
THIS WEEK: DEPLOYING MPLS
Junos Networking Technologies Series THIS WEEK: DEPLOYING MPLS Learn something new about Junos this week. By Tim Fiola and Jamie Panagos THIS WEEK: DEPLOYING MPLS While there are many books and papers
IMPLEMENTING CISCO MPLS V3.0 (MPLS)
IMPLEMENTING CISCO MPLS V3.0 (MPLS) COURSE OVERVIEW: Multiprotocol Label Switching integrates the performance and traffic-management capabilities of data link Layer 2 with the scalability and flexibility
MPLS-based Layer 3 VPNs
MPLS-based Layer 3 VPNs Overall objective The purpose of this lab is to study Layer 3 Virtual Private Networks (L3VPNs) created using MPLS and BGP. A VPN is an extension of a private network that uses
l.cittadini, m.cola, g.di battista
MPLS VPN l.cittadini, m.cola, g.di battista motivations customer s problem a customer (e.g., private company, public administration, etc.) has several geographically distributed sites and would like to
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
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: [email protected]
MPLS. Packet switching vs. circuit switching Virtual circuits
MPLS Circuit switching Packet switching vs. circuit switching Virtual circuits MPLS Labels and label-switching Forwarding Equivalence Classes Label distribution MPLS applications Packet switching vs. circuit
MPLS Traffic Engineering - A Choice Of Signaling Protocols
MPLS Traffic Engineering - A Choice Of Signaling Protocols Analysis of the similarities and differences between the two primary MPLS label distribution protocols: RSVP and CR-LDP Paul Brittain, [email protected]
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
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
OPNET simulation of voice over MPLS With Considering Traffic Engineering
Master Thesis Electrical Engineering Thesis no: MEE 10:51 June 2010 OPNET simulation of voice over MPLS With Considering Traffic Engineering KeerthiPramukh Jannu Radhakrishna Deekonda School of Computing
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
Overview. QoS, Traffic Engineering and Control- Plane Signaling in the Internet. Telematics group University of Göttingen, Germany. Dr.
Vorlesung Telematik (Computer Networks) WS2004/05 Overview QoS, Traffic Engineering and Control- Plane Signaling in the Internet Dr. Xiaoming Fu Recent trends in network traffic and capacity QoS principles:
Leveraging Advanced Load Sharing for Scaling Capacity to 100 Gbps and Beyond
Leveraging Advanced Load Sharing for Scaling Capacity to 100 Gbps and Beyond Ananda Rajagopal Product Line Manager Service Provider Solutions Foundry Networks [email protected] Agenda 2 Why Load
MPLS VPN Services. PW, VPLS and BGP MPLS/IP VPNs
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
DESIGN AND VERIFICATION OF LSR OF THE MPLS NETWORK USING VHDL
IJVD: 3(1), 2012, pp. 15-20 DESIGN AND VERIFICATION OF LSR OF THE MPLS NETWORK USING VHDL Suvarna A. Jadhav 1 and U.L. Bombale 2 1,2 Department of Technology Shivaji university, Kolhapur, 1 E-mail: [email protected]
- 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
PROTECTION ALGORITHMS FOR BANDWIDTH GUARANTEED CONNECTIONS IN MPLS NETWORKS WONG SHEK YOON
PROTECTION ALGORITHMS FOR BANDWIDTH GUARANTEED CONNECTIONS IN MPLS NETWORKS WONG SHEK YOON (B.Eng.(Hons), NUS) A THESIS SUBMITTED FOR THE DEGREE OF MASTER OF ENGINEERING DEPARTMENT OF ELECTRICAL & COMPUTER
DAY ONE: MPLS FOR ENTERPRISE ENGINEERS
Junos Networking Technologies DAY ONE: MPLS FOR ENTERPRISE ENGINEERS MPLS and MPLS applications can be intimidating to Enterprise engineers, especially if they are new to the Service Provider world. This
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
BFD. (Bidirectional Forwarding Detection) Does it work and is it worth it? Tom Scholl, AT&T Labs NANOG 45
BFD (Bidirectional Forwarding Detection) Does it work and is it worth it? Tom Scholl, AT&T Labs NANOG 45 What is BFD? BFD provides a method to validate the operation of the forwarding plane between two
NAVAL POSTGRADUATE SCHOOL THESIS
NAVAL POSTGRADUATE SCHOOL MONTEREY, CALIFORNIA THESIS A PERFORMANCE ANALYSIS OF BGP/MPLS VPN FAILOVER FUNCTIONALITY by Guan Chye Tan December 2006 Thesis Advisor: Second Reader: Geoffrey Xie John Gibson
Broadband Networks. Prof. Karandikar. Department of Electrical Engineering. Indian Institute of Technology, Bombay. Lecture - 26
Broadband Networks Prof. Karandikar Department of Electrical Engineering Indian Institute of Technology, Bombay Lecture - 26 Optical Network &MPLS So, as you were discussing in the previous lectures, next
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 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
MPLS Virtual Private Networks
MPLS Virtual Private Networks Luca Cittadini Giuseppe Di Battista Maurizio Patrignani Summary This chapter is devoted to Virtual Private Networks (VPNs) designed with Multi Protocol Label Switching (MPLS)
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
Implementing Cisco MPLS
Implementing Cisco MPLS Course MPLS v2.3; 5 Days, Instructor-led Course Description This design document is for the refresh of the Implementing Cisco MPLS (MPLS) v2.3 instructor-led training (ILT) course,
Design of Virtual Private Networks with MPLS
Design of Virtual Private Networks with MPLS Luca Cittadini Giuseppe Di Battista Maurizio Patrignani Summary This chapter is devoted to Virtual Private Networks(VPNs) designed with Multi Protocol Label
Evolution of QoS routing in the Internet
Evolution of QoS routing in the Internet Olivier Bonaventure Dept. Computing Science and Engineering Université catholique de Louvain http://www.info.ucl.ac.be/people/obo June 4th, 2004 Page 1 Agenda Routing
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
Layer 3 Multiprotocol Label Switching Virtual Private Network
i Zelalem Temesgen Weldeselasie Layer 3 Multiprotocol Label Switching Virtual Private Network Technology and Communication 2014 1 VAASAN AMMATTIKORKEAKOULU UNIVERSITY OF APPLIED SCIENCES Information Technology
MPLS TE Technology Overview
C H A P T E R MPLS TE Technology Overview In this chapter, you review the following topics: MPLS TE Introduction Basic Operation of MPLS TE DiffServ-Aware Traffic Engineering Fast Reroute This chapter
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
MPLS-TP. Future Ready. Today. Introduction. Connection Oriented Transport
MPLS-TP Future Ready. Today Introduction As data traffic started dominating telecom networks, there was a need for transport data networks, as opposed to transport TDM networks. Traditional transport technologies
100Gigabit and Beyond: Increasing Capacity in IP/MPLS Networks Today Rahul Vir Product Line Manager Foundry Networks rvir@foundrynet.
100Gigabit and Beyond: Increasing Capacity in IP/MPLS Networks Today Rahul Vir Product Line Manager Foundry Networks [email protected] 1 Agenda 2 40GE/100GE Timeline to Standardization The Ethernet Alliance
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
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
IMPLEMENTING CISCO MPLS V2.3 (MPLS)
IMPLEMENTING CISCO MPLS V2.3 (MPLS) COURSE OVERVIEW: The course will enable learners to gather information from the technology basics to advanced VPN configuration. The focus of the course is on VPN technology
HP Networking BGP and MPLS technology training
Course overview HP Networking BGP and MPLS technology training (HL046_00429577) The HP Networking BGP and MPLS technology training provides networking professionals the knowledge necessary for designing,
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
Experiences with Class of Service (CoS) Translations in IP/MPLS Networks
Experiences with Class of Service (CoS) Translations in IP/MPLS Networks Rameshbabu Prabagaran & Joseph B. Evans Information and Telecommunications Technology Center Department of Electrical Engineering
Multi-Protocol Label Switching To Support Quality of Service Needs
Technical Report, IDE1008, February 2010 Multi-Protocol Label Switching To Support Quality of Service Needs Master s Thesis in Computer Network Engineering - 15hp AMJAD IFTIKHAR AOON MUHAMMAD SHAH & FOWAD
Multiprotocol Label Switching (MPLS)
Multiprotocol Label Switching (MPLS) Petr Grygárek rek 1 Technology Basics Integrates label-based forwarding paradigm with network layer routing label forwarding + label swapping similar to ATM/FR switching
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,
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
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
Multiprotocol Label Switching (MPLS)
Multiprotocol Label Switching (MPLS) รศ.ดร. อน นต ผลเพ ม Asso. Prof. Anan Phonphoem, Ph.D. [email protected] http://www.cpe.ku.ac.th/~anan Computer Engineering Department Kasetsart University, Bangkok, Thailand
MPLS/BGP Network Simulation Techniques for Business Enterprise Networks
MPLS/BGP Network Simulation Techniques for Business Enterprise Networks Nagaselvam M Computer Science and Engineering, Nehru Institute of Technology, Coimbatore, Abstract Business Enterprises used VSAT
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
Requirements for VoIP Header Compression over Multiple-Hop Paths (draft-ash-e2e-voip-hdr-comp-rqmts-01.txt)
Requirements for VoIP Header Compression over Multiple-Hop Paths (draft-ash-e2e-voip-hdr-comp-rqmts-01.txt) Jerry Ash AT&T [email protected] Bur Goode AT&T [email protected] Jim Hand AT&T [email protected] Raymond
Link Failure Recovery. for MPLS Networks with Multicasting
Link Failure Recovery for MPLS Networks with Multicasting A Thesis Presented to the faculty of the School of Engineering and Applied Science University of Virginia In Partial Fulfillment of the requirements
Transition to IPv6 in Service Providers
Transition to IPv6 in Service Providers Jean-Marc Uzé Director Product & Technology, EMEA [email protected] UKNOF14 Workshop Imperial college, London, Sept 11 th, 2009 1 Agenda Planning Transition Transition
Broadband Network Architecture
Broadband Network Architecture Jan Martijn Metselaar May 24, 2012 Winitu Consulting Klipperaak 2d 2411 ND Bodegraven The Netherlands slide Broadband Services! Dual play, Triple play, Multi play! But what
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,
MPLS Traffic Engineering in ISP Network
MPLS Traffic Engineering in ISP Network Mohsin Khan Birmingham City University, England ABSTRACT Multi Protocol Label Switching (MPLS) is an innovative and vibrant technology. The most famous applications
RSVP- A Fault Tolerant Mechanism in MPLS Networks
RSVP- A Fault Tolerant Mechanism in MPLS Networks S.Ravi Kumar, M.Tech(NN) Assistant Professor Gokul Institute of Technology And Sciences Piridi, Bobbili, Vizianagaram, Andhrapradesh. Abstract: The data
Lab 4.2 Challenge Lab: Implementing MPLS VPNs
Lab 4.2 Challenge Lab: Implementing MPLS VPNs Learning Objectives Configure Open Shortest Path First (OSPF) and Enhanced Interior Gateway Routing Protocol (EIGRP) on a router Enable MPLS on a router Verify
Analysis of traffic engineering parameters while using multi-protocol label switching (MPLS) and traditional IP networks
Analysis of traffic engineering parameters while using multi-protocol label switching (MPLS) and traditional IP networks Faiz Ahmed Electronic Engineering Institute of Communication Technologies, PTCL
Protection And Restoration In MPLS Networks
Protection And Restoration In MPLS Networks An examination of the methods for protecting MPLS LSPs against failures of network resources Ed Harrison, [email protected] Ben Miller, [email protected] Adrian
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
Glossary. 7750 SR Advanced Configuration Guide Page 2785
Glossary 6PE IPv6 Provider Edge router. An MPLS IPv4 core network that supports IPv6 domains which communicate over an IES service. 6VPE IPv6 Provider Edge router with IP-VPN Services. An MPLS IPv4 core
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
MPLS Multiprotocol Label Switching
MPLS Multiprotocol Label Switching José Ruela, Manuel Ricardo FEUP Fac. Eng. Univ. Porto, Rua Dr. Roberto Frias, 4200-465 Porto, Portugal INESC Porto, Campus da FEUP, Rua Dr. Roberto Frias, 378, 4200-465
Department of Communications and Networking. S-38.2131/3133 Networking Technology, Laboratory course A/B
Department of Communications and Networking S-38.2131/3133 Networking Technology, Laboratory course A/B Work Number 38: MPLS-VPN Basics Student Edition Preliminary Exercises and Laboratory Assignments
MPLS VPNs with DiffServ A QoS Performance study
Technical report, IDE1104, February 2011 MPLS VPNs with DiffServ A QoS Performance study Master s Thesis in Computer Network Engineering Azhar Shabbir Khan Bilal Afzal School of Information Science, Computer
QoS Strategy in DiffServ aware MPLS environment
QoS Strategy in DiffServ aware MPLS environment Teerapat Sanguankotchakorn, D.Eng. Telecommunications Program, School of Advanced Technologies Asian Institute of Technology P.O.Box 4, Klong Luang, Pathumthani,
MPLS in Optical Networks
MPLS in Optical Networks An analysis of the features of MPLS and Generalized MPLS and their application to Optical Networks, with reference to the Link Management Protocol and Optical UNI Neil Jerram,
Fast Re-Route in IP/MPLS networks using Ericsson s IP Operating System
Fast Re-Route in IP/MPLS networks using s IP Operating System Introduction: Today, Internet routers employ several routing protocols to exchange routes. As a router learns its potential routes, it builds
Boosting Capacity Utilization in MPLS Networks using Load-Sharing MPLS JAPAN 2007. Sanjay Khanna Foundry Networks skhanna@foundrynet.
Boosting Capacity Utilization in MPLS Networks using Load-Sharing MPLS JAPAN 2007 Sanjay Khanna Foundry Networks [email protected] Agenda Why we need Load-Sharing Methods to boost capacity Trunks/Link
MPLS IN OPTICAL NETWORKS
MPLS IN OPTICAL NETWORKS An analysis of the features of MPLS and Generalized MPLS and their application to Optical Networks, with reference to the Link Management Protocol and Optical UNI. Version 2: October
