Minimizing Packet Loss

Size: px
Start display at page:

Download "Minimizing Packet Loss"

Transcription

1

2 Minimizing Packet Loss Eric Osborne Russ White

3 genda Intro What Is Convergence? Brief History Talk Talk Faster Precompute Precompute and Tunnel Current State of the rt 3

4 Minimizing Packet Loss with IGPs and MPLS What is this session about? The development and deployment of techniques to minimize packet loss Which one should you use? Hint: The answer is it depends! But answering why is the fun part What this session isn t about Deep level details about each fast convergence mechanism Choosing a winner 4

5 WHT IS FST CONVERGENCE?

6 What is Convergence? Two similar, but different, definitions Subtle difference is important! Convergence is the amount of time (and thus packet loss) after a failure in the network and before the network settles into a steady state Convergence is the amount of time (and thus packet loss) after a failure in the network and before the network responds to the failure Both assume zero loss after convergence congestion loss is out of scope What is the subtlety? Steady state vs. just responding. 6

7 What is Interesting? Only three numbers are interesting in the context of network convergence What is the longest the network could take to converge? What is the average amount of time the network could take to converge? How long before applications running on the network lose their state? If you know these three numbers you can tell How well the network is going to perform Whether or not the network is meeting application requirements Whether or not to look for some way to make the network faster (or slower!) 7

8 HOW ROUTING PROTOCOLS CONVERGE

9 Convergence Theory Convergence (definition 1) has four parts How long does it take to detect the failure? How long does it take to describe the failure? How long does it take to find another route? How long does it take to switch to the alternate route? Detect Each of these must be attacked individually Leaving any one on the table means slow convergence Describe Find Switch 9

10 RIP Convergence Time Detect <1 second best,105 seconds average, 119 seconds worst Describe 15 seconds average, 30 seconds worst Find lternate 15 seconds average, 30 seconds worst Total Time Best verage Case: 31 seconds verage Case: 135 seconds Worst Case: 179 seconds Detect Describe Find Switch 10

11 OSPF Convergence Time Detect <1 second best, 20 seconds average, 40 seconds worst Describe <1 second best, about 5 seconds average Find lternate <1 second average Total Time 2 to 3 seconds best 25 seconds average 45 seconds worst Detect Describe Find Switch 11

12 EIGRP Convergence Time Detect <1 second best, 15 seconds average, 30 seconds worst Find lternate (lternate found before describe in EIGRP) <500ms per query hop average ssume 2 seconds average Describe ssume 2 seconds average Total Time <1 second best 20 seconds average 35 seconds worst Detect Describe Find Switch 12

13 Is this Fast Enough? RIP OSPF EIGRP 50 msec 500 msec 0 500ms 1 sec 1s 5 secs 20s 30 secs 1 Minute 30s 60s+ 13

14 Is this Fast Enough? RIP OSPF EIGRP Video VOIP Not any more TCP 50 msec 500 msec 0 500ms 1 sec 1s 5 secs 20s 30 secs 1 Minute 30s 60s+ 14

15 Brief Timeline Talk Talk Faster Precompute Tunnel 15

16 TLK

17 In The Beginning In the beginning, convergence was the amount of packet loss before the network settled into a steady state This is how all routing protocols work Routing protocol convergence requires some number of nodes (n>=1) to agree on the post-failure behavior Packet loss comes when (n>1) and not all nodes have agreed upon the correct behavior (pedantic note: n>1 for link failures, per direction. Doesn t matter. Important point is that nodes don t need to communicate the failure to anyone else in order for things to start converging) 17

18 TLK FSTER

19 Talking Faster Q: This network convergence stuff is slow. How do we fix it? : Just do the same things but faster! This gives us Fast Convergence. 19

20 Fast Convergence What s in fast convergence? OSPF and ISIS: Decreased various timers (hold, flooding, SPF, etc.) Incremental and partial SPFs to make overall recomputation faster EIGRP Improving query speed and logic Filtering to reduce queries 20

21 Convergence Meltdown Why do networks fail? Networks react to local changes in topology with global modifications in the control plane If the speed of local changes is faster than the ability of the control plane to react This can develop into a positive feedback loop nd cause the control plane to fail to converge If the control plane is desynchronized Not all nodes have the same paths Loops can form during convergence (microloops) 21

22 The Problem of Stability Network stability is diametrically opposed to fast convergence The goal is to design a network and protocol to lower the stability point in the network Stability Point Faster Network and Protocol Design More Stable 22

23 The Mistake in Fast Convergence Fast Convergence is doing the same things but faster Makes the routing protocol quicker to converge The mistake: we should not have been thinking about routing protocol convergence, but of network convergence What can the network do to minimize loss in the event of a failure? What can we do outside the routing protocol? 23

24 PRECOMPUTE

25 nd Then There Were LFs Loop Free lternate: a routing protocol calculates the next-best hop should a link fail (per-link LF) or a particular prefix become unreachable (per-prefix LF) EIGRP s concept of Feasible Successor is per-prefix LF Recent LF technologies simply apply FS logic to link-state protocol 25

26 EIGRP Feasible Successor In some topologies, EIGRP can figure out that the second-best route is guaranteed to not be a loop This route is flagged as a Feasible Successor (FS) When the prefix in question goes away, the FS-based route is installed in the routing and forwarding tables 26

27 LF in Link-State Protocols WWLSPD (What Would Link-State Protocols Do?) OSPF and ISIS can apply the same concept as EIGRP s FS Calculate the second-best NH in the event of a failure variants can handle link or node failure Cannot work in all topologies Same as EIGRP; not all topos have a FS 27

28 What LFs Can and Can t Do With LFs can be made to use B as a backup towards C if the ->C link fails B can be made to use as a backup towards C if the B->C link fails You can actually force and B to act as backups for each other, so if either link fails the network continues forwarding traffic Note routing protocols won t let you do this for reasons that will become obvious in a moment! What happens if /24 is disconnected from the network? B B B B C C C C / /24 28

29 What LFs Can and Can t Do If /24 is disconnected from the network will forward traffic to B because this is the alternate path B will forward traffic to because this is the alternate path We have a routing loop! This loop will last until the routing protocol reconverges (if the looping traffic doesn t keep the routing protocol from reconverging) B B C C /24 29

30 What LFs Can and Can t Do This is true of any ring of routers t four routers, it s impossible not to have a routing loop or temporary traffic drop while the routing protocol converges If you want fast convergence, don t design in squares, rings, etc. lways put in cross links to make triangles lways consider fast convergence along with QoS and other factors when setting the metrics for links How do we get beyond the topology restrictions of LFs? 30

31 PRECOMPUTE ND TUNNEL

32 Tunnel? LFs can t solve all topologies Some topologies will always need (n>1) nodes to agree in order to be loop-free 32

33 What LFs Can and Can t Do The answer is to tunnel Get the traffic past the point where it will loop Turns a ring into a mesh In this network Router s best path is through E Router B s best path is through Router C s best path is through D Router must forward traffic directly to C in order prevent packets from looping back B B C C E E D D /24 33

34 What LFs Can and Can t Do Tunnel from to D How do you tunnel? Need a tunnel that isn t subject to looping Some systems use IP only IP fast reroute Such as NotVI None of these are implemented today Need MPLS If you use LDP, it s called Remote LF If you use TE, it s called TE Fast ReRoute There s also a hybrid model that combines both B B C C E E D D /24 34

35 Remote LFs Remote LFs simply extend the LF space to tunneled neighbors First crack uses LDP, later enhancements can use TE tunnels. How s it go? Router runs a constrained SPF to determine the nearest router that will provide a loop free alternate This constrained SPF can be run to avoid a particular loop (link protection), a particular node or neighbor (node protection) The protection can be computed to all destinations reachable across the protected element, or per prefix Thus, you can have per-prefix link protection, per-prefix node protection, link protection, and node protection 35

36 Remote LF Router runs a constrained SPF and finds C is a valid LF Since C is not directly connected, Router must tunnel to C Router uses LDP to configure an MPLS path to C Installs this alternate path as an LF in the CEF table If the ->E link fails Router begins forwarding traffic along the LDP path B B C C E E D D /24 36

37 Remote LF Convergence Detect Depends on routing protocol or underlying trigger Describe 0 (no need to describe anything to anyone!) Find lternate Fast (precomputed). Msec. Switch Fast (prepopulated in HW). Msec. Total Time <50ms, often <10ms Detect Describe Find Switch 37

38 Remote LF Remote LFs do have topology constraints Cannot be calculated across a flooding domain boundary (an BR or L1/L2 boundary) Cannot be calculated in some non-planar topologies Topologies where links crisscross There are tools that can calculate the coverage in a given network topology Work in about 80% of all possible topologies Work in 90%+ of real deployed networks 38

39 LDP Tunneling: Remote LF Remote LF with LDP handles most failure cases draft-shand-remote-lfa sec. 7.3: 78%-100% depending on topology mean 96%, median 99% Has topological restrictions Need to either be OK with <100% coverage or ensure your topology can deliver 100% coverage Need to think not just about today s topology, but tomorrow s 39

40 TE Tunneling: TE-FRR has a TE tunnel pre-established to E (-B-C-D-E) Link protection tunnel When link E fails, puts all E-bound packets into this tunnel ll packets are delivered to E The nature of a TE tunnel prevents microloops Can also terminate the tunnel at D Node protection tunnel B B C C E E D D /24 40

41 TE Tunneling: TE-FRR Benefit of TE-FRR: Guarantees 100% coverage as long as there is a physical path In technical terms, so long as the network is two connected Cost: requires you to deploy TE in your network There are features to build the necessary tunnels automatically but it s still a new protocol you have to roll out 41

42 Hybrid Model: Remote-LF + TE-FRR Use remote-lf everywhere you can Figure out where you don t have coverage Build TE tunnels as necessary to close the gap Pro: minimize use of TE, may make it easier to track Con: still need a new protocol in the network 42

43 MPLS/TE FRR FRR calculates a backup path per protected resource (link or node: here, link) tunnel is signaled across that backup path The tunnel is used if the protected resource fails Cost: extra tunnels in the network Benefit: protection without regard to topology B D PE F G E PE 43

44 FRR Convergence Detect Depends on routing protocol or underlying trigger Describe 0 (no need to describe anything to anyone!) Find lternate Fast (precomputed). Msec. Switch Fast (prepopulated in HW). Msec. Total Time <50ms, often <10ms Detect Describe Find Switch 44

45 LF and FRR are Band-ids What happens once traffic is switched to the backup path? We can t leave the network forwarding traffic along a backup path forever The control plane must reconverge Hence fast reroute is a band aid for network failures The network still has to heal The key here is that control plane reconvergence has been disconnected from packet loss! B C E D /24 45

46 Is this Fast Enough? RIP OSPF EIGRP LF Rmt LF TE/ FRR Video VOIP Yes! TCP 50 msec 500 msec 1 sec 5 secs 30 secs 1 Minute 46

47 CSE STUDY

48 SUMMRY

49 Case Study In normal operation ssuming either OSPF or IS-IS with an L2 to L2 boundary or OSPF BRs configured as shown ll unmarked links have a cost of 1 If Router B fails Routers and E must recalculate SPF for traffic to begin flowing again The obvious and simple solution for this problem is to change the cost on ->D If the cost on ->D is changed to 1, rather than 2, then would have two paths through ECMP ssume this isn t possible 3 2 B C D E 2 G C D E F H 2 G Flooding Domain Boundary J K F H J 49

50 Case Study From Router s perspective Would an LF help here? Router B s cost to E is the same as Router F s cost to F Router E is a valid LF When Router C fails, can safely switch to E locally, and then recalculate SPF From Router s perspective, an LF will provide the necessary backup protection 3 2 B C D E 2 G C D E F H 2 F G Flooding Domain Boundary J H J K 50

51 Case Study From Router E s perspective Would an LF help here? ssume Router E chooses F as a local LF Router F s best path is through E ny traffic Router E sends to F will loop back to E itself Clearly this won t work! Flooding Domain Boundary 3 2 B C D E G 2 C D E F H 2 F H G J J K 51

52 Case Study How can we resolve this? Rather than use a local LF, we can use a remote LF Router E can use SPF to find another router within the local flooding domain that is downstream towards Some router that has an alternate path to that does not pass through Routers B or E 3 2 B C D E 2 G C D E F H 2 F G Flooding Domain Boundary H J J K 52

53 Case Study Remote LF from Router E s perspective Router E uses SPF to discover D has a path to that does not pass through B or E Router E uses LDP to build a tunnel to D When Router B fails, E transfers traffic destined to to this tunnel Once the traffic is transferred Router E floods a new LSP/LS ll routers recalculate the new best paths Router E releases the tunnel, and begins forwarding traffic along the E- >F->D path towards 3 2 B C D E 2 G C D E F Remote LF H 2 G Flooding Domain Boundary J K F H J 53

54 Case Study What if Router H fails? Let s examine this problem from Router G s perspective Can J use G as an LF? Router G is load sharing between G and H towards the flooding domain boundary Will remote LF work? There is a flooding domain boundary which prevents Router G from using Router F as an alternate route 3 2 B C D E 2 G C D E F H 2 G Flooding Domain Boundary J F H J K 54

55 Case Study How can we resolve this? What we need is some sort of endto-end signaling that will pass through the flooding domain boundary Some sort of overlay, or end-to-end tunnel What could we use??? 3 2 B C D E 2 G C D E F H 2 F G Flooding Domain Boundary H J J K 55

56 Case Study What about our old friend MPLS/TE? RSVP allows us to signal for paths end-to-end Constrained SPF would allow us to find two paths that do not share the same link or node (if two such paths exist) In this situation, MPLS-TE/FRR is the only solution 3 2 B C D E 2 G C D E F H 2 F G Flooding Domain Boundary H J J K 56

57 Case Study Router calculates two paths to J ->B->E->G->J ->D->F->H->J Note these paths don t really resolve failures from an intermediate node s perspective Router H failing still causes J to lose its local path to But this is okay, because we re protecting the end-to-end path 3 2 B C D E 2 G C D E F H 2 F G Flooding Domain Boundary H J J K 57

58 Summary Coverage LFs Remote LFs Complexity MPLS-TE/FRR This is all about tradeoffs There is right answer What are you requirements? What problem are you trying to solve? 58

59 Summary LFs Provide coverage for simple triangular topologies along the edge and in the core To provide coverage in both directions, the topology on both sides of the failure needs to be a triangle 59

60 Summary Remote LFs Provide coverage for ring topologies Nonplanar designs, flooding domain borders, and other complex situations make it difficult to provide coverage The topology must be a ring on both sides of the failure point to provide coverage Requires MPLS & LDP to be deployed on the network 60

61 Summary MPLS-TE/FRR Provides end-to-end coverage in any topology where there are at least two paths Called two connected in research papers (in case you re looking) Requires an additional set of protocols MPLS/TE and all that entails Remember that coverage is end-to-end, not local So carefully consider what an end is within your network environment 61

62 QUESTIONS?

63 Complete Your Online Session Evaluation Give us your feedback and you could win fabulous prizes. Winners announced daily. Receive 20 Cisco Daily Challenge points for each session evaluation you complete. Complete your session evaluation online now through either the mobile app or internet kiosk stations. Maximize your Cisco Live experience with your free Cisco Live 365 account. Download session PDFs, view sessions on-demand and participate in live activities throughout the year. Click the Enter Cisco Live 365 button in your Cisco Live portal to log in. 63

64

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

Techniques and Protocols for Improving Network Availability

Techniques and Protocols for Improving Network Availability Techniques and Protocols for Improving Network Availability Don Troshynski dtroshynski@avici.com February 26th, 2004 Outline of Talk The Problem Common Convergence Solutions An Advanced Solution: RAPID

More information

IOS Routing Internals

IOS Routing Internals IOS Routing Internals Pete Lumbis CCIE R&S #28677, CCDE 2012::3 Routing Protocols Technical Leader RTP TAC IOS Routing Internals Agenda Router Components Moving Packets CEF, CPU and Memory Outbound Load

More information

Tradeoffs in Network Complexity

Tradeoffs in Network Complexity Tradeoffs in Network Complexity Tradeoffs in Network Complexity Defining Complexity Measuring Complexity Complexity Tradeoff Fast Reroute as an Example Whither Complexity? Defining Complexity Network Complexity

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

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

Introduction to IP Routing. Geoff Huston

Introduction to IP Routing. Geoff Huston Introduction to IP Routing Geoff Huston Routing How do packets get from A to B in the Internet? A Internet B Connectionless Forwarding Each router (switch) makes a LOCAL decision to forward the packet

More information

Loop Free Alternate and Remote Loop Free Alternate IP Fast Reroute

Loop Free Alternate and Remote Loop Free Alternate IP Fast Reroute Loop Free Alternate and Remote Loop Free Alternate IP Fast Reroute Contents Introduction Prerequisites Requirements Components Used Background Information Understand MPLS Configure Network Diagram Configurations

More information

Routing Protocol comparison

Routing Protocol comparison Routing Protocol comparison Introduction to routing Networks allow people to communicate, collaborate, and interact in many ways. Networks are used to access web pages, talk using IP telephones, participate

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

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

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

IP/LDP FAST PROTECTION SCHEMES

IP/LDP FAST PROTECTION SCHEMES IP/LDP FAST PROTECTION SCHEMES PL-NOG, OCT 203 Julian Lucek AGENDA Loop-Free Alternate (LFA) brief review Improving LFA coverage Remote LFA (rlfa) Directed forwarding label LFA with automatically created

More information

The Art of Network Architecture

The Art of Network Architecture The Art of Network Architecture Russ White Scott Morris Denise Donohue The Art of Network Architecture Intersecting It Driving It Designing It Selling It 3 The Intersection of Business and Technology Why

More information

Routed Fast Convergence and High Availability

Routed Fast Convergence and High Availability Routed Fast Convergence and High Availability Denise Fishburne Abstract This session discusses various mechanisms network engineers can use to improve their network's convergence time and availability,

More information

Table of Contents. Cisco Introduction to EIGRP

Table of Contents. Cisco Introduction to EIGRP Table of Contents Introduction to EIGRP...1 Introduction...1 Before You Begin...1 Conventions...1 Prerequisites...1 Components Used...1 What is IGRP?...2 What is EIGRP?...2 How Does EIGRP Work?...2 EIGRP

More information

Ch. 5 Maintaining and Troubleshooting Routing Solutions. Net412- Network troubleshooting

Ch. 5 Maintaining and Troubleshooting Routing Solutions. Net412- Network troubleshooting Ch. 5 Maintaining and Troubleshooting Routing Solutions Net412- Network troubleshooting Troubleshooting Routing Network Layer Connectivity EIGRP OSPF 2 Network Connectivity Just like we did when we looked

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

MPLS, THE BASICS CSE 6067, UIU. Multiprotocol Label Switching

MPLS, THE BASICS CSE 6067, UIU. Multiprotocol Label Switching MPLS, THE BASICS CSE 6067, UIU Multiprotocol Label Switching Basic Concepts of MPLS 2 Contents Drawbacks of Traditional IP Forwarding Basic MPLS Concepts MPLS versus IP over ATM Traffic Engineering with

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

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

Two types of routing protocols are used in internetworks: interior gateway protocols (IGPs) and exterior gateway protocols (EGPs).

Two types of routing protocols are used in internetworks: interior gateway protocols (IGPs) and exterior gateway protocols (EGPs). Introduction Dynamic routing is when protocols are used to find networks and update routing tables on routers. True, this is easier than using static or default routing, but it ll cost you in terms of

More information

Comparative Study of Routing Protocols Convergence using OPNET Chapter Three: Simulation & Configuration

Comparative Study of Routing Protocols Convergence using OPNET Chapter Three: Simulation & Configuration 3.1 Optimized Network Engineering Tools:- Optimized Network Engineering Tools () Modeler is the industry s leading simulator specialized for network research and development. It allows users to design

More information

Introduction to Segment Routing Santiago Álvarez, Distinguished Technical Marketing Engineer BRKRST-2124

Introduction to Segment Routing Santiago Álvarez, Distinguished Technical Marketing Engineer BRKRST-2124 Introduction to Segment Routing Santiago Álvarez, Distinguished Technical Marketing Engineer BRKRST-2124 Agenda Technology Overview Use Cases A Closer Look to Control and Data Plane Traffic Protection

More information

Scaling IGPs in ISP Networks. Philip Smith SANOG 8, Karachi 3rd August 2006

Scaling IGPs in ISP Networks. Philip Smith SANOG 8, Karachi 3rd August 2006 Scaling IGPs in ISP Networks Philip Smith SANOG 8, Karachi 3rd August 2006 Agenda Definition of Scaling IGP Design Tuning OSPF What Does Scaling a Network Mean? Scaling is very important for an SP network

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

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

Advanced Topics in Routing

Advanced Topics in Routing Advanced Topics in Routing EE122 Fall 2012 Scott Shenker http://inst.eecs.berkeley.edu/~ee122/ Materials with thanks to Jennifer Rexford, Ion Stoica, Vern Paxson and other colleagues at Princeton and UC

More information

Routed Fast Convergence and High Availability

Routed Fast Convergence and High Availability Routed Fast Convergence and High Availability Dennis Leung AS Technical Advisor Abstract This session discusses various mechanisms network engineers can use to improve their network's convergence time

More information

Planning for Information Network

Planning for Information Network Planning for Information Network Lecture 8: Network Routing Protocols Assistant Teacher Samraa Adnan Al-Asadi 1 Routing protocol features There are many ways to characterize routing protocols, including

More information

Routing Basics. Campus Network Design & Operations Workshop

Routing Basics. Campus Network Design & Operations Workshop Routing Basics Campus Network Design & Operations Workshop These materials are licensed under the Creative Commons Attribution-NonCommercial 4.0 International license (http://creativecommons.org/licenses/by-nc/4.0/)

More information

LDP Fast Reroute using LDP Downstream On Demand. 1. Problem: 2. Summary: 3. Description:

LDP Fast Reroute using LDP Downstream On Demand. 1. Problem: 2. Summary: 3. Description: LDP Fast Reroute using LDP Downstream On Demand 1. Problem: LDP is a widely used label distribution protocol used for building end-to-end IP/MPLS LSPs across provider network. Many times critical IP applications

More information

Securizarea Calculatoarelor și a Rețelelor 32. Tehnologia MPLS VPN

Securizarea Calculatoarelor și a Rețelelor 32. Tehnologia MPLS VPN Platformă de e-learning și curriculă e-content pentru învățământul superior tehnic Securizarea Calculatoarelor și a Rețelelor 32. Tehnologia MPLS VPN MPLS VPN 5-ian-2010 What this lecture is about: IP

More information

MPLS-TE Configuration Application

MPLS-TE Configuration Application CHAPTER 6 The contains the following tabs and subtabs: Global Tab, page 6-53 Labels Tab, page 6-54 Links Tab, page 6-55 General Subtab, page 6-56 Backup Tunnels Subtab, page 6-57 Tunnel Head Tab, page

More information

EIGRP Features and Operation

EIGRP Features and Operation EIGRP Features and Operation Enhanced IGRP (EIGRP) is a classless, enhanced distance-vector protocol. EIGRP is a Cisco proprietary protocol. EIGRP includes the subnet mask in its route updates. And as

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

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

IOS Routing Internals

IOS Routing Internals 1 IOS Routing Internals Richard Farquhar CCIE R&S #1636 Network Consulting Engineer #clmel Agenda Router Components Moving Packets CEF, CPU and Memory Outbound Load Sharing Routing Convergence Improvements

More information

Routing, Routing Algorithms & Protocols

Routing, Routing Algorithms & Protocols Routing, Routing Algorithms & Protocols Computer Networks Lecture 6 http://goo.gl/pze5o8 Circuit-Switched and Packet-Switched WANs 2 Circuit-Switched Networks Older (evolved from telephone networks), a

More information

Stateless Multicast with Bit Indexed Explicit Replication (BIER)

Stateless Multicast with Bit Indexed Explicit Replication (BIER) Stateless Multicast with it Indexed Explicit Replication (IER) Alvaro Retana (aretana@cisco.com) Distinguished Engineer, Cisco Services Slides by: IJsbrand Wijnands it Indexed Explicit Replication (IER)

More information

Deploying IS-IS Networks

Deploying IS-IS Networks 5288_ch04 Page 173 Tuesday, September 10, 2002 4:01 PM 4 Deploying IS-IS Networks Now that you understand the IS-IS routing protocol and are familiar with the concepts of multi-area routing and routing

More information

MPLS опорни мрежи MPLS core networks

MPLS опорни мрежи MPLS core networks MPLS опорни мрежи MPLS core networks Николай Милованов/Nikolay Milovanov http://niau.org Objectives Identify the drawbacks of traditional IP routing Describe basic MPLS concepts and LSR types. MPLS Labels

More information

CS118 Discussion Week 7. Taqi

CS118 Discussion Week 7. Taqi CS118 Discussion Week 7 Taqi Outline Hints for project 2 Lecture review: routing About Course Project 2 Please implement byte-stream reliable data transfer Cwnd is in unit of bytes, not packets How to

More information

The most simple way to accelerate a Router is at 9.8 m/sec/sec.

The most simple way to accelerate a Router is at 9.8 m/sec/sec. Routing Introduction Direct vs. Indirect Delivery Static vs. Dynamic Routing Distance Vector vs. Link State (C) Herbert Haas 2005/03/11 The most simple way to accelerate a Router is at 9.8 m/sec/sec. Seen

More information

CS 43: Computer Networks. 24: Internet Routing November 19, 2018

CS 43: Computer Networks. 24: Internet Routing November 19, 2018 CS 43: Computer Networks 24: Internet Routing November 19, 2018 Last Class Link State + Fast convergence (reacts to events quickly) + Small window of inconsistency Distance Vector + + Distributed (small

More information

Segment Routing With IS-IS v4 Node SID

Segment Routing With IS-IS v4 Node SID This chapter describes how Segment Routing (SR) works with IS-IS. Restrictions for, page 1 Information About Segment Routing IS-IS v4 Node SID, page 1 How to Configure Segment Routing IS-IS v4 Node SID,

More information

Stateless Multicast with Bit Indexed Explicit Replication

Stateless Multicast with Bit Indexed Explicit Replication Stateless Multicast with Bit Indexed Explicit Replication IJsbrand Wijnands, Distinguished Engineer Cisco Spark How Questions? Use Cisco Spark to communicate with the speaker after the session 1. Find

More information

Final exam study Guide

Final exam study Guide Final exam study Guide K-1A * In relationship to the OSI layer model and encapsulation/decapsulation process, what happen to a packet that travels through multiple hops of routers? - What happen to the

More information

OSPF Extensions for MRT-FRR

OSPF Extensions for MRT-FRR OSPF Extensions for MRT-FRR Alia Atlas, Shraddha Hegde, Chris Bowers, Jeff Tantsura, Zhenbin Li, Nan Wu, Quintin Zhao IETF 87, Berlin, Germany 1 What is MRT-FRR? A 100% coverage fast-reroute solution for

More information

Chapter 7: Routing Dynamically. Routing & Switching

Chapter 7: Routing Dynamically. Routing & Switching Chapter 7: Routing Dynamically Routing & Switching The Evolution of Dynamic Routing Protocols Dynamic routing protocols used in networks since the late 1980s Newer versions support the communication based

More information

IS-IS Commands. distribute-list in (IS-IS), on page 25 fast-reroute per-prefix (IS-IS), on page 29

IS-IS Commands. distribute-list in (IS-IS), on page 25 fast-reroute per-prefix (IS-IS), on page 29 This module describes the commands used to configure and monitor the Intermediate System-to-Intermediate System (IS-IS). For detailed information about IS-IS concepts, configuration tasks, and examples,

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

MRT- FRR: Architecture, Algorithms, Analysis, and Extensions

MRT- FRR: Architecture, Algorithms, Analysis, and Extensions MRT- FRR: Architecture, Algorithms, Analysis, and Extensions Alia Atlas, Gabor Enyedi, Andras Csaszar, Bob Kebler, Shraddha Hegde, Chris Bowers, Jeff Tantsura, Abishek Gopalan, Kishore Tiruveedhula, Russ

More information

CSE 461 Routing. Routing. Focus: Distance-vector and link-state Shortest path routing Key properties of schemes

CSE 461 Routing. Routing. Focus: Distance-vector and link-state Shortest path routing Key properties of schemes CSE 46 Routing Routing Focus: How to find and set up paths through a network Distance-vector and link-state Shortest path routing Key properties of schemes Application Transport Network Link Physical Forwarding

More information

Unicast Routing. Information About Layer 3 Unicast Routing CHAPTER

Unicast Routing. Information About Layer 3 Unicast Routing CHAPTER CHAPTER 1 This chapter introduces the underlying concepts for Layer 3 unicast routing protocols in Cisco 1000 Series Connected Grid Routers (hereafter referred to as the Cisco CG-OS router) and WAN backhaul

More information

Fast Reroute for Node Protection in LDP based LSPs

Fast Reroute for Node Protection in LDP based LSPs Fast Reroute for Node Protection in LDP based LSPs draft-esale-mpls-ldp-node-frr-00 Raveendra Torvi (rtorvi@juniper.net) Luay Jalil (luay.jalil@verizon.com) Luyuan Fang (lufang@microsoft.com) Santosh Esale

More information

Shortcut Switching Enhancements for NHRP in DMVPN Networks

Shortcut Switching Enhancements for NHRP in DMVPN Networks Shortcut Switching Enhancements for NHRP in DMVPN Networks Routers in a Dynamic Multipoint VPN (DMVPN) Phase 3 network use Next Hop Resolution Protocol (NHRP) Shortcut Switching to discover shorter paths

More information

BTEC Level 3 Extended Diploma

BTEC Level 3 Extended Diploma BTEC Level 3 Extended Diploma Unit 9 Computer Network Routing and Routing Protocols BTEC Level 3 Extended Diploma Introduction to Routing Routing is the process that a router uses to forward packets toward

More information

Routing Concepts. IPv4 Routing Forwarding Some definitions Policy options Routing Protocols

Routing Concepts. IPv4 Routing Forwarding Some definitions Policy options Routing Protocols Routing Basics 1 Routing Concepts IPv4 Routing Forwarding Some definitions Policy options Routing Protocols 2 IPv4 Internet uses IPv4 Addresses are 32 bits long Range from 1.0.0.0 to 223.255.255.255 0.0.0.0

More information

Cengiz Alaettinoglu. SDN Traffic Engineering A Natural Evolution

Cengiz Alaettinoglu. SDN Traffic Engineering A Natural Evolution Cengiz Alaettinoglu SDN Traffic Engineering A Natural Evolution What is Traffic Engineering (TE)? Minimizes the worst link utilization Alleviates traffic congestion Better/longer use of capital expenditure

More information

Configure Topology-Independent Loop-Free Alternate (TI-LFA)

Configure Topology-Independent Loop-Free Alternate (TI-LFA) Configure Topology-Independent Loop-Free Alternate (TI-LFA) Topology-Independent Loop-Free Alternate (TI-LFA) uses segment routing to provide link protection in topologies where other fast reroute techniques

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

Routing Basics. ISP Workshops. Last updated 10 th December 2015

Routing Basics. ISP Workshops. Last updated 10 th December 2015 Routing Basics ISP Workshops Last updated 10 th December 2015 1 Routing Concepts p IPv4 & IPv6 p Routing p Forwarding p Some definitions p Policy options p Routing Protocols 2 IPv4 p Internet still uses

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

ThousandEyes for. Application Delivery White Paper

ThousandEyes for. Application Delivery White Paper ThousandEyes for Application Delivery White Paper White Paper Summary The rise of mobile applications, the shift from on-premises to Software-as-a-Service (SaaS), and the reliance on third-party services

More information

Internet Routing : Fundamentals of Computer Networks Bill Nace

Internet Routing : Fundamentals of Computer Networks Bill Nace Internet Routing 14-740: Fundamentals of Computer Networks Bill Nace Material from Computer Networking: A Top Down Approach, 6 th edition. J.F. Kurose and K.W. Ross Looking Ahead Lab #2 just due Quiz #2

More information

LOUP: The Principles and Practice of Intra-Domain Route Dissemination. Nikola Gvozdiev, Brad Karp, Mark Handley

LOUP: The Principles and Practice of Intra-Domain Route Dissemination. Nikola Gvozdiev, Brad Karp, Mark Handley LOUP: The Principles and Practice of Intra-Domain Route Dissemination Nikola Gvozdiev, Brad Karp, Mark Handley The Rising Tide of Reachability Expectations Internet users expect any-to-any reachability:

More information

BGP IN THE DATA CENTER

BGP IN THE DATA CENTER BGP IN THE DATA CENTER A PACKET DESIGN E-BOOK Contents Page 3 : BGP the Savior Page 4 : Traditional Data Center Architecture Traffic Flows Scalability Spanning Tree Protocol (STP) Page 6 : CLOS Architecture

More information

Lecture 12: Link-state Routing. Lecture 12 Overview. Router Tasks. CSE 123: Computer Networks Chris Kanich. Routing overview

Lecture 12: Link-state Routing. Lecture 12 Overview. Router Tasks. CSE 123: Computer Networks Chris Kanich. Routing overview Lecture : Link-state Routing CSE 3: Computer Networks Chris Kanich Lecture Overview Routing overview Intra vs. Inter-domain routing Link-state routing protocols CSE 3 Lecture : Link-state Routing Router

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

CS4450. Computer Networks: Architecture and Protocols. Lecture 11 Rou+ng: Deep Dive. Spring 2018 Rachit Agarwal

CS4450. Computer Networks: Architecture and Protocols. Lecture 11 Rou+ng: Deep Dive. Spring 2018 Rachit Agarwal CS4450 Computer Networks: Architecture and Protocols Lecture 11 Rou+ng: Deep Dive Spring 2018 Rachit Agarwal 2 Goals for Today s Lecture Learning about Routing Protocols Link State (Global view) Distance

More information

Egress Protection (draft-shen-mpls-egress-protection-framework) Presented by Krzysztof G. Szarkowicz NANOG71 October 4, 2017

Egress Protection (draft-shen-mpls-egress-protection-framework) Presented by Krzysztof G. Szarkowicz NANOG71 October 4, 2017 Egress Protection (draft-shen-mpls-egress-protection-framework) Presented by Krzysztof G. Szarkowicz NANOG71 October 4, 2017 Current status draft-shen-mpls-egress-protection-framework-05 Co-authored by

More information

Multiprotocol Label Switching (MPLS) Traffic Engineering

Multiprotocol Label Switching (MPLS) Traffic Engineering Multiprotocol Label Switching (MPLS) Traffic Engineering Feature Overview Multiprotocol Label Switching (MPLS) traffic engineering software enables an MPLS backbone to replicate and expand upon the traffic

More information

CCNA IP ROUTING. Revision no.: PPT/2K605/03

CCNA IP ROUTING. Revision no.: PPT/2K605/03 CCNA 640-801 IP ROUTING Revision no.: PPT/2K605/03 Routing Basics The term routing is used for taking a packet from one device and sending it through the network to another device on a different network.

More information

Multihoming with BGP and NAT

Multihoming with BGP and NAT Eliminating ISP as a single point of failure www.noction.com Table of Contents Introduction 1. R-NAT Configuration 1.1 NAT Configuration 5. ISPs Routers Configuration 3 15 7 7 5.1 ISP-A Configuration 5.2

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

UNDERSTANDING CONVERGENCE IN MPLS VPN NETWORKS. Mukhtiar A. Shaikh Moiz Moizuddin

UNDERSTANDING CONVERGENCE IN MPLS VPN NETWORKS. Mukhtiar A. Shaikh Moiz Moizuddin UNDERSTANDING CONVERGENCE IN MPLS VPN NETWORKS Mukhtiar A. Shaikh (mshaikh@cisco.com) Moiz Moizuddin (mmoizudd@cisco.com) 1 Agenda Introduction Convergence Definition Expected (Theoretical) Convergence

More information

Internet Engineering Task Force (IETF) M. Shand. B. Decraene France Telecom J. Uttaro AT&T N. Leymann M. Horneffer Deutsche Telekom June 2012

Internet Engineering Task Force (IETF) M. Shand. B. Decraene France Telecom J. Uttaro AT&T N. Leymann M. Horneffer Deutsche Telekom June 2012 Internet Engineering Task Force (IETF) Request for Comments: 6571 Category: Informational ISSN: 2070-1721 C. Filsfils, Ed. Cisco Systems P. Francois, Ed. Institute IMDEA Networks M. Shand B. Decraene France

More information

Bidirectional Forwarding Detection

Bidirectional Forwarding Detection Bidirectional Forwarding Detection This document describes how to enable the Bidirectional Forwarding Detection (BFD) protocol. BFD is a detection protocol designed to provide fast forwarding path failure

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

Routing with a distance vector protocol - EIGRP

Routing with a distance vector protocol - EIGRP Routing with a distance vector protocol - EIGRP Introducing Routing and Switching in the Enterprise Chapter 5.2 Copyleft 2012 Vincenzo Bruno (www.vincenzobruno.it) Released under Crative Commons License

More information

APT: A Practical Transit-Mapping Service Overview and Comparisons

APT: A Practical Transit-Mapping Service Overview and Comparisons APT: A Practical Transit-Mapping Service Overview and Comparisons draft-jen-apt Dan Jen, Michael Meisel, Dan Massey, Lan Wang, Beichuan Zhang, and Lixia Zhang The Big Picture APT is similar to LISP at

More information

Configuring EIGRP. 2001, Cisco Systems, Inc.

Configuring EIGRP. 2001, Cisco Systems, Inc. Configuring EIGRP 4-1 EIGRP Overview 4-2 What Is EIGRP? IPX Routing Protocols IP Routing Protocols AppleTalk Routing Protocol Enhanced IGRP IP Routing Protocols AppleTalk Routing Protocol IPX Routing Protocols

More information

Cisco Implementing Cisco IP Routing v2.0 (ROUTE)

Cisco Implementing Cisco IP Routing v2.0 (ROUTE) Course Overview ROUTE v2.0, a five-day ILT course, includes major updates and follows an updated blueprint. (However, note that this course does not cover all items listed on the blueprint.) Some older

More information

Interdomain routing CSCI 466: Networks Keith Vertanen Fall 2011

Interdomain routing CSCI 466: Networks Keith Vertanen Fall 2011 Interdomain routing CSCI 466: Networks Keith Vertanen Fall 2011 Overview Business relationships between ASes Interdomain routing using BGP Advertisements Routing policy Integration with intradomain routing

More information

CSE 123A Computer Networks

CSE 123A Computer Networks CSE 123A Computer Networks Winter 2005 Lecture 12 Internet Routing: Multicast Today: Multicast routing Multicast service model Host interface Host-router interactions (IGMP) Multicast Routing Limiters

More information

SaaS Providers. ThousandEyes for. Summary

SaaS Providers. ThousandEyes for. Summary USE CASE ThousandEyes for SaaS Providers Summary With Software-as-a-Service (SaaS) applications rapidly replacing onpremise solutions, the onus of ensuring a great user experience for these applications

More information

Chapter 9. Enhanced Interior Gateway Routing Protocol (EIGRP) Part I

Chapter 9. Enhanced Interior Gateway Routing Protocol (EIGRP) Part I Chapter 9 Enhanced Interior Gateway Routing Protocol (EIGRP) Part I CCNA2-1 Chapter 9-2 Note for Instructors These presentations are the result of a collaboration among the instructors at St. Clair College

More information

Multicast service model Host interface Host-router interactions (IGMP) Multicast Routing Distance Vector Link State. Shared tree.

Multicast service model Host interface Host-router interactions (IGMP) Multicast Routing Distance Vector Link State. Shared tree. CSE 123A Computer Networks Fall 2009 Lecture 10 Internet Routing: Multicast Today: Multicast routing Multicast service model Host interface Host-router interactions (IGMP) Multicast Routing Distance Vector

More information

Ossification of the Internet

Ossification of the Internet Ossification of the Internet The Internet evolved as an experimental packet-switched network Today, many aspects appear to be set in stone - Witness difficulty in getting IP multicast deployed - Major

More information

Ravi Chandra cisco Systems Cisco Systems Confidential

Ravi Chandra cisco Systems Cisco Systems Confidential BGP4 1 Ravi Chandra cisco Systems 0799_04F7_c2 Cisco Systems Confidential 2 Border Gateway Protocol (BGP) Introduction to BGP BGP Peer Relationship BGP Attributes Applying Policy with BGP Putting it all

More information

Why dynamic route? (1)

Why dynamic route? (1) Routing Why dynamic route? (1) Static route is ok only when Network is small There is a single connection point to other network No redundant route 2 Why dynamic route? (2) Dynamic Routing Routers update

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

Enhancements in EIGRP

Enhancements in EIGRP Cisco Support Community Presents Tech-Talk Series Enhancements in EIGRP Pawan Gupta Rahul Kukreja Agenda Ø EIGRP IETF Draft Ø EIGRP Named Mode Ø EIGRP Wide Metric Ø New Innovations in EIGRP ü Add Path

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

CCNA EXPLORATION V4.0 ROUTING PROTOCOLS AND CONCEPTS

CCNA EXPLORATION V4.0 ROUTING PROTOCOLS AND CONCEPTS CCNA EXPLORATION V4.0 ACCESSIBLE INSTRUCTOR MATERIALS COMPARISON OF NEW CURRICULA WITH EXISTING CURRICULA Prepared by Cisco Learning Institute June 23, 2008 Routing Protocols and Concepts Summary New CCNA

More information

Internet Engineering Task Force (IETF) Request for Comments: ISSN: January 2010

Internet Engineering Task Force (IETF) Request for Comments: ISSN: January 2010 Internet Engineering Task Force (IETF) M. Shand Request for Comments: 5715 S. Bryant Category: Informational Cisco Systems ISSN: 2070-1721 January 2010 Abstract A Framework for Loop-Free Convergence A

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

MPLS Traffic Engineering - Fast Reroute Link Protection

MPLS Traffic Engineering - Fast Reroute Link Protection MPLS Traffic Engineering - Fast Reroute Link Protection This feature module describes the Fast Reroute (FRR) link protection and Bidirectional Forwarding Detection (BFD)-triggered FRR feature of Multiprotocol

More information

Configuring EIGRP. Overview CHAPTER

Configuring EIGRP. Overview CHAPTER CHAPTER 24 This chapter describes how to configure the adaptive security appliance to route data, perform authentication, and redistribute routing information, using the Enhanced Interior Gateway Routing

More information