State of routing research

Size: px
Start display at page:

Download "State of routing research"

Transcription

1 State of routing research Olivier Bonaventure with Pierre François, Bruno Quoitin and Steve Uhlig Dept. Computing Science and Engineering Université catholique de Louvain (UCL) January 15th, 2005 Page 1

2 Agenda Intradomain unicast routing Improving IGP convergence Fast-reroute techniques Interdomain unicast routing Page 2

3 Simulated network GEANT Page 3

4 Simulation model Page 4 Router model Cisco Based on measurements performed by Clarence Filsfils Key parameters Time to produce a new LSP : 2 milliseconds Failure detection : [10,15] msec SPF computation time 2-4 msec for a 22 nodes network msec for a 200-nodes network FIB update time : microseconds per prefix usually much larger than SPF computation time Pacing time : 33 milliseconds (ISIS default) Fast flooding : on or off Simulator SSFNET, simulations by Pierre François

5 How to evaluate IGP convergence? Page 5 Packet-based approach Often used to perform measurements Principle Starting shortly before the failure, send a constant stream of packets from each router to any router in the network Count the number of packets that arrive in sequence at their destination are sent over failed links loop in the network due to transient loops are dropped inside routers due to unreachable destination Derive convergence time for each source/destination pair affected by the failure Drawbacks Huge simulation cost as most packets are useless Each packet takes a sample of the routing table of the routers that it passes through

6 How to evaluate convergence? (2) Page 6 The Nettester approach After each physical failure, detection of a failure of FIB update, check consistency of routing tables for each router-router pair Definition Routing is consistent for a pair S-D at time t if all the paths that packets would follow, from S to D, based on the FIB of the routers at time t, are loop-free and finish with D, without passing through a failed link. Principle Before the failure, routing is consistent Convergence time is the time when routing becomes and remains consistent for all router-router pairs Consistency is checked by using the loopback addresses of the routers as source and destination Note that a packet-based definition could find a lower convergence time than the consistency time

7 All link failures in GEANT Page 7

8 Initial wait Recommendations for link failures Should be as small as possible to improve convergence in case of link failures 70% of the failures are link failures in Sprint FIB size A small FIB size is important to ensure fast convergence Reducing the number of prefixes advertised by the IGP reduces convergence time IGP weights Should be set to reroute as locally as possible Page 8

9 Router failures Used router failures as a way to model SRLG failures Few SRLG information is available for the GBLX and GEANT topologies Detecting SRLG information from traces is difficult What happens when a router fails? all its links fail and its neighbors detect the link failure within msec All neighbors flood their new LSP Page 9

10 Convergence time for router failures Modification to Nettester Definition Routing is consistent for a pair S-D at time t if all the paths that packets would follow, from S to D, following the FIB of the routers at time t, are loop-free and end at D, without passing through failed node Principle Before the failure, routing is consistent Convergence time is the time when routing becomes and remains consistent for all router-router pairs (excluding the failed router) Consistency is checked by using the loopback addresses of the routers as sources and destinations Page 10

11 All router failures in GEANT Static FIB updates, 33 msec pacing Page 11

12 All router failures in GEANT Static FIB updates, fast flooding Page 12

13 All router failures in GEANT Incremental FIB updates, fast flooding Page 13

14 Agenda Intradomain unicast routing Improving IGP convergence Fast-reroute techniques Interdomain unicast routing Page 14

15 First step How to provide sub 50 msec recovery in pure IP networks? When a (directed) link fails, immediately reroute the packets at the router that detects the failure to a loop-free alternate router This loop-free alternate router is precomputed What is a loop-free alternate router? For the failure of link S->E and destination D, this is a router N, whose shortest path to reach D does not contain S->E Page 15

16 Loop-free neighbor W 1 E SPT(W) 10 1 Loop-free neighbor detection algorithm for protected link S->E For each direct neighbor (S->N i ) Compute SPT(Ni) if (S->E) SPT(N i ) S then N i is a candidate loop-free neighbor for all destinations otherwise not Page 16

17 The protectable links with loopfree neighbors in GEANT Page 17 one direction protectable No direction protectable Both directions protectable

18 Loop-free alternate routers How to improve the coverage? Use as loop-free alternate a router that does not use the (directed) link to be protected rspt(a->b) IP Tunnel to E W A 10 Precompute a tunnel towards loop-free alternate router to protect link from failure N S direction to protect 10 B E N's routing table All : via E E's routing table N : NorthWest S : SouthWest W: West B : South A : South via B West via W Page 18

19 Page 19 Are loop-free alternate routers sufficient? Unfortunately not... Traffic is rerouted quickly after the failure, but a new IGP convergence will take place and this convergence may cause transient loops transient loops can last hundreds of msec and cause packet losses although traffic was rerouted... Three solutions are discussed within IETF Synchronised update of all the FIBs Timer-based ordering the updates of the FIBs Distributed ordering of the updates of the FIBs Solution developped could also handle all non-urgent topology changes link brought up/ down for maintenance router reboot change in link weights

20 Agenda Intradomain unicast routing Interdomain unicast routing Current issues with BGP Centralising interdomain routing Page 20

21 BGP routing tables are growing......again Page 21 Main cause is multihoming growth A much better multihoming architecture is being developped for IP v6 Source : / bgp.potaroo.net/ as1221/ bgp-active.html

22 Safe policies BGP policies customer-provider shared-cost peering provided that customer-provider hierachy is a graph without cycles Page 22 State of the art ISPs invent and deploy more complex policies ISP1 shared-cost peer of ISP2 in Europe customer of ISP2 in USA maybe some day provider of ISP2 in Asia State of research Few theoretical results guarantee the convergence of the BGP routing policies...

23 Page 23 Quality of Service inside a single domain The (simplified) research network approach buy high bandwidth circuits and high performance routers overprovision (almost) everything to avoid packet losses due to congestion The (simplified) commercial approach design network based on business model and expected revenue overprovision where possible, use QoS techniques elsewhere Provide QoS on congested access links Current status It is possible to provide stronger QoS than best effort inside large networks

24 Main commercial drivers Quality of Service across domains Interdomain VPNs Voice over IP and TV/ Video over IP See / cfp.mit.edu/ meetings/ oct04/ slides/ Page 24 Issues How to advertise the quality of interdomain path? How to select the interdomain path with the best quality? How to verify that interdomain QoS is met? How to establish interdomain MPLS LSPs? How to scale to AS and prefixes?

25 State of the art BGP security BGP misconfigurations are still too common Spammers and other criminals try all kinds of techniques myasn service run by RIPE collect BGP routing tables from various peers warns prefix maintainer by /sms when his prefix is advertised by someone else.. Proposed solutions SBGP SoBGP... Page 25 Deploymentability is key problem

26 BGP convergence Page 26 Measurements in global Internet Labovitz et al., BGP beacons BGP convergence can take O(10sec) or more Recent measurements 18 seconds to reroute 500k BGP routes on 40Gbps interface testin A few seconds to allow BGP to converge when PE-CE link fails in BGP/ MPLS VPN How to improve convergence? Tune BGP implementation Ghost flushing, MRAI timer, dampening Change BGP Root Cause Notification proposal

27 Changing BGP Can we replace BGP with something else? IRTF routing working group produced a requirements document some work by one CAIDA researcher HLP idea presented at SIGCOMM's hotnets Assumes a hierarchical Internet and current policies hybrid between path vector and link state path vectors are exchanged on shared cost peerings link state packets are exchanged on customer-provider links AS-based routing, not prefix-based routing Other types of interdomain routing pure link-state scalability and policies would be a key concern geographical-based routing how to represent policies with such a routing scheme? Page 27

28 Agenda Intradomain unicast routing Interdomain unicast routing Current issues with BGP Centralising interdomain routing Page 28

29 Principle Centralising interdomain routing To improve the quality and performance of interdomain routing, perform routing decisions centrally inside each transit AS RCP : Routing Control Platform proposed by AT&T and MIT PCE : Path Computation Element under development within IETF, mainly to aid the establishment of interarea and interdomain MPLS tunnels Page 29 Intelligent BGP Router Reflectors proposed by UCL, place intelligence inside the route reflectors

30 BGP-based traffic engineering Traffic engineering in transit ASes Current solutions Collect traffic matrix and tune IGP weights Collect traffic matrix and establish MPLS tunnels with reservations Another solution is possible Most destinations are reachable via BGP learned prefixes, not via IGP learned prefixes a small number of destination prefixes carry most of the transit traffic BGP routes towards important prefixes are stable Instead of tweaking network topology, can tweak selection of the BGP routes to force packets to follow a path meeting TE objectives Proposed by Steve Uhlig and Bruno Quoitin Page 30

31 Reference environment Page 31

32 Example scenario Congestion! Page 32

33 Tunnel-based solution : principles TE tool collects IGP information for topology BGP routes Traffic statistics Based on traffic engineering objectives, TE tool determines the BGP route to be advertised to each border router via ibgp by sending different BGP UPDATEs for each important prefix to each ingress routers, TE tool can influence the flow of the IP traffic ingress routers send transit traffic inside tunnels (MPLS, GRE,...) to egress routers Page 33

34 The traffic engineering objectives TE tool optimises three objectives Objective 1 Reduce the number of BGP route tweaking performed by the TE tool required to avoid causing routing instabilities Objective 2 Load balance the trafic over the 6 main peering links load balancing is easy to show, but cost-based objectives can be used Objective 3 Reduce increase in transit cost of trafic transit cost = Page 34

35 Tunnel-based solution : example Page 35

36 Evaluation of tunnel-based solution The network GEANT network used as transit AS 2 commercial providers in five locations load-balancing is a problem on some links Page 36

37 Evaluation of tunnel-based solution The traffic Netflow was not yet available and we generated synthetic traffic Page 37 Added sinusoidal variation to traffic amount to model hourly changes

38 Evaluation of tunnel-based solution BGP GEANT uses a full ibgp-mesh We received from intel a MRT trace of all ibgp messages received by one BGP router Those MRT messages are fed to CBGP that recomputes routes Page 38

39 Principle Every period Incremental heuristic Predict amount of traffic that will be sent towards each important prefix during next period Determine nexthop for each (ingress,prefix) pair with CBGP Starting from CBGP computed configuration, use evolutionary algorithm to determine the best BGP tweaking to be applied on prefixes to load-balance outgoing links with constraint not more than 50 different prefixes can be tweaked per period Apply the set of tweaking that minimizes the increase in transit cost Page 39

40 Performance of tunnel-based solution Peering link 0 Page 40

41 Performance of tunnel-based solution Peering link 2 Page 41

42 Performance of tunnel-based solution Peering link 1 Page 42

43 Performance of tunnel-based solution Peering link 5 Page 43

44 Tabu heuristic Page 44 Principle Every period Predict amount of traffic that will be sent towards each important prefix during next period Determine nexthop for each (ingress,prefix) pair with CBGP Starting from the network configuration at the end of the previous period, use evolutionary algorithm to determine the best BGP tweaking to be applied on prefixes to load-balance outgoing links with constraints not more than N different prefixes can be tweaked per period tweakings performed less than lifetime (tabu list) periods ago cannot be unchanged Apply the set of tweaking that minimizes the increase in transit cost place new tweakings in tabu list

45 Performance of tunnel-based solution Tabu : Peering link 0 Page 45

46 Performance of tunnel-based solution Tabu : Peering link 2 Page 46

47 Performance of tunnel-based solution Tabu : Peering link 1 Page 47

48 Performance of tunnel-based solution Tabu : Peering link 5 Page 48

49 Reducing the impact of peering failures Simulation study Consider a single day of the GEANT analysis Simulate the failure of peering link 3 for one hour with and without the TE box Page 49

50 Impact of the failure of peering 3 on peering link 1 Page 50

51 Impact of the failure of peering 3 on peering link 0 Page 51

52 Impact of the failure of peering 3 on peering link 4 Page 52

53 Intradomain routing Conclusion Mainly considered as an engineering problem Few ongoing research activity traffic engineering is an exception achieving sub 50-millisecond recovery in pure IP networks is challenging Interdomain routing BGP is key for Internet performance and VPNs Both engineering and research work We still do not correctly understand the theoretical limits of policy-based interdomain routing QoS and security will be important challenges Achieving fast recovery is still a research challenge Scalability is a serious concern Page 53

Achieving Sub-50 Milliseconds Recovery Upon BGP Peering Link Failures

Achieving Sub-50 Milliseconds Recovery Upon BGP Peering Link Failures 1 Achieving Sub-50 Milliseconds Recovery Upon BGP Peering Link Failures Olivier Bonaventure, Clarence Filsfils and Pierre Francois Abstract Recent measurements show that BGP peering links can fail as frequently

More information

Achieving Sub-50 Milliseconds Recovery Upon BGP Peering Link Failures

Achieving Sub-50 Milliseconds Recovery Upon BGP Peering Link Failures Achieving Sub-50 Milliseconds Recovery Upon BGP Peering Link Failures Olivier Bonaventure Dept CSE Université catholique de Louvain (UCL) Belgium bonaventure@info.ucl.ac.be Clarence Filsfils Cisco Systems

More information

Modeling the Routing of an ISP

Modeling the Routing of an ISP Modeling the Routing of an ISP Bruno Quoitin (bruno.quoitin@uclouvain.be) Computer Science & Engineering Department Université catholique de Louvain, Belgium This is a joint work with Sebastien Tandel,

More information

Modeling the Routing of an ISP with C-BGP

Modeling the Routing of an ISP with C-BGP Modeling the Routing of an ISP with C-BGP Bruno Quoitin bruno.quoitin@uclouvain.be IP Networking Lab (INL) Computer Science & Engineering Department Université catholique de Louvain, Belgium 2009 B. Quoitin

More information

Ordered FIB Updates. draft-francois-ordered-fib-01.txt. Pierre Francois Olivier Bonaventure Mike Shand Stefano Previdi Stewart Bryant

Ordered FIB Updates. draft-francois-ordered-fib-01.txt. Pierre Francois Olivier Bonaventure Mike Shand Stefano Previdi Stewart Bryant Ordered FIB Updates draft-francois-ordered-fib-01.txt Pierre Francois Olivier Bonaventure Mike Shand Stefano Previdi Stewart Bryant Outline Quick reminder on ordered FIB updates Convergence time of ordered

More information

Lecture 4: Intradomain Routing. CS 598: Advanced Internetworking Matthew Caesar February 1, 2011

Lecture 4: Intradomain Routing. CS 598: Advanced Internetworking Matthew Caesar February 1, 2011 Lecture 4: Intradomain Routing CS 598: Advanced Internetworking Matthew Caesar February 1, 011 1 Robert. How can routers find paths? Robert s local DNS server 10.1.8.7 A 10.1.0.0/16 10.1.0.1 Routing Table

More information

Dynamics of Hot-Potato Routing in IP Networks

Dynamics of Hot-Potato Routing in IP Networks Dynamics of Hot-Potato Routing in IP Networks Jennifer Rexford AT&T Labs Research http://www.research.att.com/~jrex Joint work with Renata Teixeira (UCSD), Aman Shaikh (AT&T), and Timothy Griffin (Intel)

More information

Avoiding disruptions during maintenance operations on BGP sessions

Avoiding disruptions during maintenance operations on BGP sessions Avoiding disruptions during maintenance operations on BGP sessions Pierre Francois Dept CSE Université catholique de Louvain Belgium pierre.francois@uclouvain.be Pierre-Alain Coste France Telecom R&D pierrealain.coste@orange-ftgroup.com

More information

Introduction to Segment Routing

Introduction to Segment Routing Segment Routing (SR) is a flexible, scalable way of doing source routing. Overview of Segment Routing, page 1 How Segment Routing Works, page 2 Examples for Segment Routing, page 3 Benefits of Segment

More information

Evaluating the Benefits of the Locator/Identifier Separation

Evaluating the Benefits of the Locator/Identifier Separation Evaluating the Benefits of the Locator/Identifier Separation Bruno Quoitin IP Networking Lab Computer Science and Engineering Dept. Université catholique de Louvain, Belgium (bruno.quoitin@uclouvain.be)

More information

IP Fast Reroute Applicability. Pierre Francois Institute IMDEA Networks

IP Fast Reroute Applicability. Pierre Francois Institute IMDEA Networks IP Fast Reroute Applicability Pierre Francois Institute IMDEA Networks Pierre.Francois@imdea.org Agenda IGP (Fast) Convergence IGP Fast Reroute (Hitless maintenance operations) IGP Fast convergence Pushing

More information

Interdomain routing with BGP4 Part 4/5

Interdomain routing with BGP4 Part 4/5 Interdomain routing with BGP4 Part 4/5 Olivier Bonaventure Department of Computing Science and Engineering Université catholique de Louvain (UCL) Place Sainte-Barbe, 2, B-1348, Louvain-la-Neuve (Belgium)

More information

Avoiding transient loops during the convergence of link-state routing protocols

Avoiding transient loops during the convergence of link-state routing protocols 1 Avoiding transient loops during the convergence of link-state routing protocols Pierre Francois and Olivier Bonaventure Université catholique de Louvain Abstract When using link-state protocols such

More information

OSPF Sham-Link Support for MPLS VPN

OSPF Sham-Link Support for MPLS VPN Feature History Release Modification 12.2(8)T This feature was introduced. This module describes how to configure and use a sham-link to connect Virtual Private Network (VPN) client sites that run the

More information

MPLS Core Networks Николай Милованов/Nikolay Milovanov

MPLS Core Networks Николай Милованов/Nikolay Milovanov Tuning Core Routing Protocols Николай Милованов/Nikolay Milovanov Contents ISIS overview ISIS tuning http://niau.org 2 ISIS overview 3 IP routing design requirements Requirements towards the IGP protocols:

More information

IPv6 Switching: Provider Edge Router over MPLS

IPv6 Switching: Provider Edge Router over MPLS Multiprotocol Label Switching (MPLS) is deployed by many service providers in their IPv4 networks. Service providers want to introduce IPv6 services to their customers, but changes to their existing IPv4

More information

Connecting to a Service Provider Using External BGP

Connecting to a Service Provider Using External BGP Connecting to a Service Provider Using External BGP First Published: May 2, 2005 Last Updated: August 21, 2007 This module describes configuration tasks that will enable your Border Gateway Protocol (BGP)

More information

Routing Protocols. Technology Description BGP CHAPTER

Routing Protocols. Technology Description BGP CHAPTER CHAPTER 11 This chapter describes the level of support that Cisco ANA provides for routing protocols, as follows: Technology Description, page 11-1 Information Model Objects (IMOs), page 11-3 Vendor-Specific

More information

IPv6 Switching: Provider Edge Router over MPLS

IPv6 Switching: Provider Edge Router over MPLS Multiprotocol Label Switching (MPLS) is deployed by many service providers in their IPv4 networks. Service providers want to introduce IPv6 services to their customers, but changes to their existing IPv4

More information

Configuring MPLS, MPLS VPN, MPLS OAM, and EoMPLS

Configuring MPLS, MPLS VPN, MPLS OAM, and EoMPLS CHAPTER 43 Configuring MPLS, MPLS VPN, MPLS OAM, and EoMPLS This chapter describes how to configure multiprotocol label switching (MPLS) and Ethernet over MPLS (EoMPLS) on the Cisco ME 3800X and ME 3600X

More information

Some Foundational Problems in Interdomain Routing

Some Foundational Problems in Interdomain Routing Some Foundational Problems in Interdomain Routing Nick Feamster, Hari Balakrishnan M.I.T. Computer Science and Artificial Intelligence Laboratory Jennifer Rexford AT&T Labs -- Research The state of interdomain

More information

Interdomain routing with BGP4 C BGP. A new approach to BGP simulation. (1/2)

Interdomain routing with BGP4 C BGP. A new approach to BGP simulation.  (1/2) Interdomain routing with BGP4 C BGP A new approach to BGP simulation http://cbgp.info.ucl.ac.be/ (1/2) Bruno Quoitin (bqu@info.ucl.ac.be) Université Catholique de Louvain Computer Science and Engineering

More information

BGP. Autonomous system (AS) BGP version 4

BGP. Autonomous system (AS) BGP version 4 BGP Border Gateway Protocol (an introduction) dr. C. P. J. Koymans Informatics Institute University of Amsterdam March 11, 2008 General ideas behind BGP Background Providers, Customers and Peers External

More information

A configuration-only approach to shrinking FIBs. Prof Paul Francis (Cornell)

A configuration-only approach to shrinking FIBs. Prof Paul Francis (Cornell) A configuration-only approach to shrinking FIBs Prof Paul Francis (Cornell) 1 Virtual Aggregation An approach to shrinking FIBs (and RIBs) In routers, not in route reflectors Works with legacy routers

More information

BGP. Autonomous system (AS) BGP version 4

BGP. Autonomous system (AS) BGP version 4 BGP Border Gateway Protocol (an introduction) Karst Koymans Informatics Institute University of Amsterdam (version 1.5, 2011/03/06 13:35:28) Monday, March 7, 2011 General ideas behind BGP Background Providers,

More information

Routing Resiliency Latest Enhancements

Routing Resiliency Latest Enhancements Routing Resiliency Latest Enhancements Clarence Filsfils cf@cisco.com Agenda Per-Prefix LFA Remote LFA Segment Routing Topology-Independent LFA 3 Acknowledgement Stephane Litkowski and Bruno Decraene,

More information

RFC2547 Convergence Characterization and Optimization

RFC2547 Convergence Characterization and Optimization RFC2547 Convergence Characterization and Optimization Clarence Filsfils cf@cisco.com Session Number 1 RFC2547 Convergence - Requirement 90%: Typical requirement:

More information

SYSC 5801 Protection and Restoration

SYSC 5801 Protection and Restoration SYSC 5801 Protection and Restoration Introduction Fact: Networks fail. Types of failures: Link failures Node failures Results: packet losses, waste of resources, and higher delay. What IGP does in the

More information

Modelling Inter-Domain Routing

Modelling Inter-Domain Routing Modelling Inter-Domain Routing Olaf Maennel University of Adelaide Wolfgang MühlbauerM Technical University Munich Anja Feldmann Technical University Munich Steve Uhlig Université catholique de Louvain

More information

BGP. Autonomous system (AS) BGP version 4

BGP. Autonomous system (AS) BGP version 4 BGP Border Gateway Protocol (an introduction) dr. C. P. J. Koymans Informatics Institute University of Amsterdam (version 1.3, 2010/03/10 20:05:02) Monday, March 8, 2010 General ideas behind BGP Background

More information

Examination. ANSWERS IP routning på Internet och andra sammansatta nät, DD2491 IP routing in the Internet and other complex networks, DD2491

Examination. ANSWERS IP routning på Internet och andra sammansatta nät, DD2491 IP routing in the Internet and other complex networks, DD2491 Examination ANSWERS IP routning på Internet och andra sammansatta nät, DD2491 IP routing in the Internet and other complex networks, DD2491 Date: October 21st 2008 10:00 13:00 a) No help material is allowed

More information

MPLS VPN--Inter-AS Option AB

MPLS VPN--Inter-AS Option AB The feature combines the best functionality of an Inter-AS Option (10) A and Inter-AS Option (10) B network to allow a Multiprotocol Label Switching (MPLS) Virtual Private Network (VPN) service provider

More information

Implementing MPLS Layer 3 VPNs

Implementing MPLS Layer 3 VPNs A Multiprotocol Label Switching (MPLS) Layer 3 Virtual Private Network (VPN) consists of a set of sites that are interconnected by means of an MPLS provider core network. At each customer site, one or

More information

MPLS VPN Inter-AS Option AB

MPLS VPN Inter-AS Option AB First Published: December 17, 2007 Last Updated: September 21, 2011 The feature combines the best functionality of an Inter-AS Option (10) A and Inter-AS Option (10) B network to allow a Multiprotocol

More information

Inter-Domain Routing: BGP II

Inter-Domain Routing: BGP II Inter-Domain Routing: BGP II Brad Karp UCL Computer Science (drawn mostly from lecture notes by Hari Balakrishnan and Nick Feamster, MIT) CS 05/GZ01 4 th December 2014 BGP Protocol (cont d) BGP doesn t

More information

BGP. Autonomous system (AS) BGP version 4. Definition (AS Autonomous System)

BGP. Autonomous system (AS) BGP version 4. Definition (AS Autonomous System) BGP Border Gateway Protocol (an introduction) Karst Koymans Informatics Institute University of Amsterdam (version 310, 2014/03/11 10:50:06) Monday, March 10, 2014 General ideas behind BGP Background Providers,

More information

BGP. Autonomous system (AS) BGP version 4. Definition (AS Autonomous System)

BGP. Autonomous system (AS) BGP version 4. Definition (AS Autonomous System) BGP Border Gateway Protocol (an introduction) Karst Koymans Informatics Institute University of Amsterdam (version 1.9, 2012/03/14 10:21:22) Monday, March 12, 2012 General ideas behind BGP Background Providers,

More information

Providing scalable NH-diverse ibgp route redistribution to achieve sub-second switch-over time

Providing scalable NH-diverse ibgp route redistribution to achieve sub-second switch-over time Providing scalable NH-diverse ibgp route redistribution to achieve sub-second switch-over time Cristel Pelsser a, Steve Uhlig b, Tomonori Takeda a,, Bruno Quoitin c and Kohei Shiomoto a a NTT Network Service

More information

Border Gateway Protocol - BGP

Border Gateway Protocol - BGP BGP Fundamentals Border Gateway Protocol - BGP Runs over TCP (port 179) TCP connection required before BGP session Need to be reachable! Path vector routing protocol Best path selection based on path attributes

More information

MPLS etc.. 9 May 2017 AN

MPLS etc.. 9 May 2017 AN MPLS etc.. 9 May 2017 AN Multi-Protocol Label Switching MPLS-TP FEC VPLS PBB-TE LDP MPLS-TE LABEL MP-BGP MPLS is not alone LSP TAG H-VPLS GMPLS ISIS-TE MPƛS RSVP-TE SR OSPF-TE T-MPLS PCEP Multi-Protocol

More information

Separating identifiers from locators to scale the Internet

Separating identifiers from locators to scale the Internet Separating identifiers from locators to scale the Internet Olivier Bonaventure Department of Computing Science and Engineering Université catholique de Louvain (UCL) Place Sainte-Barbe, 2, B-1348, Louvain-la-Neuve

More information

Configuring BGP community 43 Configuring a BGP route reflector 44 Configuring a BGP confederation 44 Configuring BGP GR 45 Enabling Guard route

Configuring BGP community 43 Configuring a BGP route reflector 44 Configuring a BGP confederation 44 Configuring BGP GR 45 Enabling Guard route Contents Configuring BGP 1 Overview 1 BGP speaker and BGP peer 1 BGP message types 1 BGP path attributes 2 BGP route selection 6 BGP route advertisement rules 6 BGP load balancing 6 Settlements for problems

More information

MPLS etc.. MPLS is not alone TEST. 26 April 2016 AN. Multi-Protocol Label Switching MPLS-TP FEC PBB-TE VPLS ISIS-TE MPƛS GMPLS SR RSVP-TE OSPF-TE PCEP

MPLS etc.. MPLS is not alone TEST. 26 April 2016 AN. Multi-Protocol Label Switching MPLS-TP FEC PBB-TE VPLS ISIS-TE MPƛS GMPLS SR RSVP-TE OSPF-TE PCEP Multi-Protocol Label Switching MPLS-TP FEC VPLS PBB-TE MPLS etc.. MPLS is not alone LDP MPLS-TE LABEL MP-BGP LSP TAG H-VPLS 26 April 2016 AN TEST GMPLS SR T-MPLS ISIS-TE MPƛS OSPF-TE PCEP Multi-Protocol

More information

R23 R25 R26 R28 R43 R44

R23 R25 R26 R28 R43 R44 Interdomain traffic engineering with BGP B. Quoitin, S. Uhlig, C. Pelsser, L. Swinnen and O. Bonaventure Infonet Group, University of Namur (FUNDP), Belgium Dept. CSE, Université catholique de Louvain

More information

PASS4TEST. IT Certification Guaranteed, The Easy Way! We offer free update service for one year

PASS4TEST. IT Certification Guaranteed, The Easy Way!   We offer free update service for one year PASS4TEST IT Certification Guaranteed, The Easy Way \ http://www.pass4test.com We offer free update service for one year Exam : 642-691 Title : CCIP BGP + MPLS Exam (BGP + MPLS) Vendors : Cisco Version

More information

Border Gateway Protocol (an introduction) Karst Koymans. Monday, March 10, 2014

Border Gateway Protocol (an introduction) Karst Koymans. Monday, March 10, 2014 .. BGP Border Gateway Protocol (an introduction) Karst Koymans Informatics Institute University of Amsterdam (version 3.10, 2014/03/11 10:50:06) Monday, March 10, 2014 Karst Koymans (UvA) BGP Monday, March

More information

Examination. IP routning på Internet och andra sammansatta nät, DD2491 IP routing in the Internet and other complex networks, DD2491

Examination. IP routning på Internet och andra sammansatta nät, DD2491 IP routing in the Internet and other complex networks, DD2491 Examination IP routning på Internet och andra sammansatta nät, DD2491 IP routing in the Internet and other complex networks, DD2491 Date: October 21st 2008 10:00 13:00 a) No help material is allowed You

More information

Network Protocols. Routing. TDC375 Autumn 03/04 John Kristoff - DePaul University 1

Network Protocols. Routing. TDC375 Autumn 03/04 John Kristoff - DePaul University 1 Network Protocols Routing TDC375 Autumn 03/04 John Kristoff - DePaul University 1 IPv4 unicast routing All Internet hosts perform basic routing for local net destinations, forward to local host for non-local

More information

LARGE SCALE IP ROUTING LECTURE BY SEBASTIAN GRAF

LARGE SCALE IP ROUTING LECTURE BY SEBASTIAN GRAF LARGE SCALE IP ROUTING LECTURE BY SEBASTIAN GRAF MODULE 05 MULTIPROTOCOL LABEL SWITCHING (MPLS) AND LABEL DISTRIBUTION PROTOCOL (LDP) 1 by Xantaro IP Routing In IP networks, each router makes an independent

More information

Introduction to BGP ISP/IXP Workshops

Introduction to BGP ISP/IXP Workshops Introduction to BGP ISP/IXP Workshops 1 Border Gateway Protocol Routing Protocol used to exchange routing information between networks exterior gateway protocol RFC1771 work in progress to update draft-ietf-idr-bgp4-18.txt

More information

BGP Routing and BGP Policy. BGP Routing. Agenda. BGP Routing Information Base. L47 - BGP Routing. L47 - BGP Routing

BGP Routing and BGP Policy. BGP Routing. Agenda. BGP Routing Information Base. L47 - BGP Routing. L47 - BGP Routing BGP Routing and BGP Policy BGP Routing The BGP Routing Principles and Route Decisions based on AS-Path in a simple topology of AS s routing policy is reduced to a minimal function demonstrated in example

More information

Connecting to a Service Provider Using External BGP

Connecting to a Service Provider Using External BGP Connecting to a Service Provider Using External BGP This module describes configuration tasks that will enable your Border Gateway Protocol (BGP) network to access peer devices in external networks such

More information

Routing. Jens A Andersson Communication Systems

Routing. Jens A Andersson Communication Systems Routing Jens A Andersson Communication Systems R1 Choosing an Optimal Path R4 5 R7 5 10 40 R6 6 5 B R2 15 A 20 4 10 10 R8 R3 5 R5 10 Router A router is a type of internetworking device that passes data

More information

MPLS VPN Inter-AS IPv4 BGP Label Distribution

MPLS VPN Inter-AS IPv4 BGP Label Distribution MPLS VPN Inter-AS IPv4 BGP Label Distribution This feature enables you to set up a Virtual Private Network (VPN) service provider network so that the autonomous system boundary routers (ASBRs) exchange

More information

Agenda DUAL STACK DEPLOYMENT. IPv6 Routing Deployment IGP. MP-BGP Deployment. OSPF ISIS Which one?

Agenda DUAL STACK DEPLOYMENT. IPv6 Routing Deployment IGP. MP-BGP Deployment. OSPF ISIS Which one? DUAL STACK DEPLOYMENT Alvaro Retana (alvaro.retana@hp.com) Distinguished Technologist 2010 2011 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice

More information

LARGE SCALE IP ROUTING LECTURE BY SEBASTIAN GRAF

LARGE SCALE IP ROUTING LECTURE BY SEBASTIAN GRAF LARGE SCALE IP ROUTING LECTURE BY SEBASTIAN GRAF MODULE 07 - MPLS BASED LAYER 2 SERVICES 1 by Xantaro MPLS BASED LAYER 2 VPNS USING MPLS FOR POINT-TO-POINT LAYER 2 SERVICES 2 by Xantaro Why are Layer-2

More information

BW Protection. 2002, Cisco Systems, Inc. All rights reserved.

BW Protection. 2002, Cisco Systems, Inc. All rights reserved. BW Protection 2002, Cisco Systems, Inc. All rights reserved. 1 Cisco MPLS - Traffic Engineering for VPNs Amrit Hanspal Sr. Product Manager MPLS & QoS Internet Technologies Division 2 Agenda MPLS Fundamentals

More information

ibgp Multipath Load Sharing

ibgp Multipath Load Sharing This feature module describes the feature. This feature enables the BGP speaking router to select multiple ibgp paths as the best paths to a destination. The best paths or multipaths are then installed

More information

Protecting an EBGP peer when memory usage reaches level 2 threshold 66 Configuring a large-scale BGP network 67 Configuring BGP community 67

Protecting an EBGP peer when memory usage reaches level 2 threshold 66 Configuring a large-scale BGP network 67 Configuring BGP community 67 Contents Configuring BGP 1 Overview 1 BGP speaker and BGP peer 1 BGP message types 1 BGP path attributes 2 BGP route selection 6 BGP route advertisement rules 6 BGP load balancing 6 Settlements for problems

More information

Inter-Domain Routing: BGP II

Inter-Domain Routing: BGP II Inter-Domain Routing: BGP II Mark Handley UCL Computer Science CS 3035/GZ01 BGP Protocol (cont d) BGP doesn t chiefly aim to compute shortest paths (or minimize other metric, as do DV, LS) Chief purpose

More information

Modeling the Routing of an Autonomous System with C-BGP

Modeling the Routing of an Autonomous System with C-BGP Modeling the Routing of an Autonomous System with C-BGP Bruno Quoitin and Steve Uhlig, University of Louvain-la-Neuve Abstract Today, the complexity of ISPs networks make it difficult to investigate the

More information

Scalable Multipath Routing (towards)

Scalable Multipath Routing (towards) Scalable Multipath Routing (towards) 71st Meeting of the IFIP WG 10.4 Working Group on Dependability and Security Ian Welch, School of Engineering and Computer Science; Victoria University of Wellington

More information

Module 1b IS-IS. Prerequisites: The setup section of Module 1. The following will be the common topology used for the first series of labs.

Module 1b IS-IS. Prerequisites: The setup section of Module 1. The following will be the common topology used for the first series of labs. Module 1b IS-IS Objective: Create a basic physical lab interconnection with one IS-IS Area. Ensure that all routers, interfaces, cables and connections are working properly. Prerequisites: The setup section

More information

Cisco Training - HD Telepresence MPLS: Implementing Cisco MPLS V3.0. Upcoming Dates. Course Description. Course Outline

Cisco Training - HD Telepresence MPLS: Implementing Cisco MPLS V3.0. Upcoming Dates. Course Description. Course Outline Cisco Training - HD Telepresence MPLS: Implementing Cisco MPLS V3.0 From the technology basics to advanced VPN configuration. $3,995.00 5 Days Upcoming Dates Dec 10 - Dec 14 Mar 25 - Mar 29 Course Description

More information

ISIS - SR: uloop Avoidance

ISIS - SR: uloop Avoidance The feature extends the ISIS Local Microloop Protection feature thereby preventing the occurrences of microloops during network convergence after a link-down event or link-up event. Prerequisites for,

More information

Configure IOS XR Traffic Controller (XTC)

Configure IOS XR Traffic Controller (XTC) IOS XR Traffic Controller (XTC) provides stateful path computation element (PCE) functionality by exting the existing IOS-XR PCE functionality with additional capabilities. The current IOS-XR PCE function

More information

A Segment Routing (SR) Tutorial. R. Bonica NANOG70 June 6, 2017

A Segment Routing (SR) Tutorial. R. Bonica NANOG70 June 6, 2017 A Segment Routing (SR) Tutorial R. Bonica NANOG70 June 6, 2017 AKA: SPRING IETF Standardization Source Packet Routing In Networking (SPRING) WG ISIS, OSPF, IDR and MPLS WGs What is SR? A tunneling technology

More information

LARGE SCALE IP ROUTING LECTURE BY SEBASTIAN GRAF

LARGE SCALE IP ROUTING LECTURE BY SEBASTIAN GRAF LARGE SCALE IP ROUTING LECTURE BY SEBASTIAN GRAF MODULE 3 BORDER GATEWAY PROTOCOL 1 by Xantaro Interdomain Routing The Internet is a collection of autonomous systems An autonomous system (AS) is a collection

More information

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 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,

More information

Disruption free topology reconfiguration in OSPF networks

Disruption free topology reconfiguration in OSPF networks Disruption free topology reconfiguration in OSPF networks Pierre Francois Dept CSE Université catholique de Louvain (UCL) Belgium francois@info.ucl.ac.be Mike Shand Cisco Systems mshand@cisco.com Olivier

More information

The Case for Separating Routing from Routers

The Case for Separating Routing from Routers The Case for Separating Routing from Routers Nick Feamster, Hari Balakrishnan M.I.T. Computer Science and Artificial Intelligence Laboratory Jennifer Rexford, Aman Shaikh, Kobus van der Merwe AT&T Labs

More information

Fast IP Convergence. Section 4. Period from when a topology change occurs, to the moment when all the routers have a consistent view of the network.

Fast IP Convergence. Section 4. Period from when a topology change occurs, to the moment when all the routers have a consistent view of the network. Fast IP Convergence Section 4 2899_05_2001_c1 2001, Cisco Systems, Inc. All rights reserved. 1 IP Convergence Convergence Time Period from when a topology change occurs, to the moment when all the routers

More information

Deploying MPLS & DiffServ

Deploying MPLS & DiffServ Deploying MPLS & DiffServ Thomas Telkamp Director, Data Architecture & Technology Global Crossing Telecommunications, Inc. telkamp@gblx.net MPLS and DiffServ technologies are getting a lot of attention

More information

Master Course Computer Networks IN2097

Master Course Computer Networks IN2097 Chair for Network Architectures and Services Prof. Carle Department of Computer Science TU München Master Course Computer Networks IN2097 Prof. Dr.-Ing. Georg Carle Christian Grothoff, Ph.D. Stephan Günther

More information

On the Sensitivity of Transit ASes to Internal Failures

On the Sensitivity of Transit ASes to Internal Failures On the Sensitivity of Transit ASes to Internal Failures Steve Uhlig Department of Computing Science and Engineering Université catholique de Louvain, Louvain-la-neuve, B-1348, Belgium suh@info.ucl.ac.be

More information

6.829 BGP Recitation. Rob Beverly September 29, Addressing and Assignment

6.829 BGP Recitation. Rob Beverly September 29, Addressing and Assignment 6.829 BGP Recitation Rob Beverly September 29, 2006 Addressing and Assignment 1 Area-Routing Review Why does Internet Scale? Hierarchical Addressing How are addresses assigned? Classfull

More information

Unit 3: Dynamic Routing

Unit 3: Dynamic Routing Unit 3: Dynamic Routing Basic Routing The term routing refers to taking a packet from one device and sending it through the network to another device on a different network. Routers don t really care about

More information

Configure Segment Routing for BGP

Configure Segment Routing for BGP Border Gateway Protocol (BGP) is an Exterior Gateway Protocol (EGP) that allows you to create loop-free inter-domain routing between autonomous systems. An autonomous system is a set of routers under a

More information

Advanced Telecommunications

Advanced Telecommunications ternet Routing - MPLS By Richard Harris MPLS Presentation line troduction Problems of ternet size Methods for overcoming potential problems What is MPLS? Overview MPLS terminology MPLS Architecture The

More information

Routing Unicast routing protocols

Routing Unicast routing protocols Routing Unicast routing protocols Jens A Andersson Electrical and Information Technology R1 Choosing an Optimal Path R4 5 R7 5 10 40 R6 6 5 B R2 15 A 20 4 10 10 R8 R3 5 10 R5 1 Router A router is a type

More information

A performance evaluation of BGP-based traffic engineering

A performance evaluation of BGP-based traffic engineering A performance evaluation of BGP-based traffic engineering Bruno Quoitin, Cristel Pelsser, Olivier Bonaventure, Steve Uhlig Computer Science and Engineering Department Université Catholique de Louvain,

More information

Configuration prerequisites 45 Configuring BGP community 45 Configuring a BGP route reflector 46 Configuring a BGP confederation 46 Configuring BGP

Configuration prerequisites 45 Configuring BGP community 45 Configuring a BGP route reflector 46 Configuring a BGP confederation 46 Configuring BGP Contents Configuring BGP 1 Overview 1 BGP speaker and BGP peer 1 BGP message types 1 BGP path attributes 2 BGP route selection 6 BGP route advertisement rules 6 BGP load balancing 6 Settlements for problems

More information

High Availability for 2547 VPN Service

High Availability for 2547 VPN Service Fast Service Restoration High Availability for 2547 VPN Service Emil Gągała JNCIE PLNOG, Kraków, 21.10.2012 ACKLOWLEDGEMENTS Many thanks to Yakov Rekhter, Hannes Gredler for their contributions to the

More information

Hot Potatoes Heat Up BGP Routing

Hot Potatoes Heat Up BGP Routing Hot Potatoes Heat Up BGP Routing Renata Teixeira Laboratoire d Informatique de Paris 6 Université Pierre et Marie Curie Amsterdam Internet Routing Architecture Verio AT&T AOL Web Server UCSD Sprint User

More information

Fast convergence project

Fast convergence project Fast convergence project Nicolas DUBOIS FTR&D/DAC nicolas.dubois@francetelecom.com Benoît FONDEVIOLE FTR&D/DAC benoit.fondeviole@francetelecom.com Nicolas MICHEL FTR&D/DAC nicolas.michel@francetelecom.com

More information

Symbols. Numerics I N D E X

Symbols. Numerics I N D E X I N D E X Symbols? (question mark), CLI help system, 126 Numerics A 2-router BGP topology, configuring, 279 284 4-router BGP topology, configuring, 266, 276 279 ABRs (area border routers), 9, 87, 95, 141

More information

Overview. Information About Layer 3 Unicast Routing. Send document comments to CHAPTER

Overview. Information About Layer 3 Unicast Routing. Send document comments to CHAPTER CHAPTER 1 This chapter introduces the basic concepts for Layer 3 unicast routing protocols in Cisco NX-OS. This chapter includes the following sections: Information About Layer 3 Unicast Routing, page

More information

RSVP-TE extensions for interdomain LSPs

RSVP-TE extensions for interdomain LSPs Internet Engineering Task Force INTERNET-DRAFT Cristel Pelsser FUNDP Olivier Bonaventure UCL October, 2002 RSVP-TE extensions for interdomain LSPs Abstract We propose extensions to RSVP-TE to allow the

More information

Course Routing Classification Properties Routing Protocols 1/39

Course Routing Classification Properties Routing Protocols 1/39 Course 8 3. Routing Classification Properties Routing Protocols 1/39 Routing Algorithms Types Static versus dynamic Single-path versus multipath Flat versus hierarchical Host-intelligent versus router-intelligent

More information

Reducing FIB Size with Virtual Aggregation (VA)

Reducing FIB Size with Virtual Aggregation (VA) Reducing FIB Size with Virtual Aggregation (VA) Paul Francis, MPI-SWS Xiaohu Xu, Huawei, Hitesh Ballani, Cornell Dan Jen, UCLA Robert Raszuk, Cisco Lixia Zhang, UCLA ISPs often want to extend the life

More information

BGP-based traffic engineering techniques for stub ASes are

BGP-based traffic engineering techniques for stub ASes are Designing BGP-based outbound traffic engineering techniques for stub ASes Steve Uhlig Computer Science and Engineering Department Université catholique de Louvain, Belgium suh@info.ucl.ac.be Olivier Bonaventure

More information

MPLS VPN over mgre. Finding Feature Information. Last Updated: November 1, 2012

MPLS VPN over mgre. Finding Feature Information. Last Updated: November 1, 2012 MPLS VPN over mgre Last Updated: November 1, 2012 The MPLS VPN over mgre feature overcomes the requirement that a carrier support multiprotocol label switching (MPLS) by allowing you to provide MPLS connectivity

More information

Small additions by Dr. Enis Karaarslan, Purdue - Aaron Jarvis (Network Engineer)

Small additions by Dr. Enis Karaarslan, Purdue - Aaron Jarvis (Network Engineer) Routing Basics 1 Small additions by Dr. Enis Karaarslan, 2014 Purdue - Aaron Jarvis (Network Engineer) Routing Concepts IPv4 Routing Forwarding Some definitions Policy options Routing Protocols 3 IPv4

More information

Advanced Computer Networks

Advanced Computer Networks Advanced Computer Networks More on BGP Jianping Pan Summer 2007 7/4/07 csc485b/586b/seng480b 1 Review: BGP Border Gateway Protocol path vector routing prefix: AS-path policy-based routing import/export

More information

MPLS VPN Multipath Support for Inter-AS VPNs

MPLS VPN Multipath Support for Inter-AS VPNs The feature supports Virtual Private Network (VPN)v4 multipath for Autonomous System Boundary Routers (ASBRs) in the interautonomous system (Inter-AS) Multiprotocol Label Switching (MPLS) VPN environment.

More information

IP Routing Volume Organization

IP Routing Volume Organization IP Routing Volume Organization Manual Version 20091105-C-1.03 Product Version Release 6300 series Organization The IP Routing Volume is organized as follows: Features IP Routing Overview Static Routing

More information

Impact Analysis in MPLS Networks

Impact Analysis in MPLS Networks CHAPTER 7 The following topics provide an overview of the Cisco MPLS Assurance Manager 1.0 (Cisco MPLS-AM) service impact analysis (IA) solution and supported scenarios, which are used in VPN networks

More information

Segment Routing Commands

Segment Routing Commands Segment Routing Commands address ipv4 (PCE), page 4 adjacency-sid, page 5 apply-weight ecmp-only bandwidth, page 7 attribute-set, page 8 autoroute announce, page 10 autoroute destination, page 12 clear

More information

Implementing MPLS Label Distribution Protocol

Implementing MPLS Label Distribution Protocol The Multiprotocol Label Switching (MPLS) is a standards-based solution driven by the Internet Engineering Task Force (IETF) that was devised to convert the Internet and IP backbones from best-effort networks

More information

Introduction. Keith Barker, CCIE #6783. YouTube - Keith6783.

Introduction. Keith Barker, CCIE #6783. YouTube - Keith6783. Understanding, Implementing and troubleshooting BGP 01 Introduction http:// Instructor Introduction Keith Barker, CCIE #6783 CCIE Routing and Switching 2001 CCIE Security 2003 kbarker@ine.com YouTube -

More information