1 / 9

Advertising Equal Cost Multi-Path (ECMP) Routes in BGP

Advertising Equal Cost Multi-Path (ECMP) Routes in BGP. 61 st IETF, Washington DC Manav Bhatia ( manav@riverstonenet.com ) Joel M. Halpern ( jhalpern@megisto.com ). Introduction. Providers install ECMP routes, announce just one. This can break routing, policies, etc. How it works?. 10/8

buzz
Download Presentation

Advertising Equal Cost Multi-Path (ECMP) Routes in BGP

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Advertising Equal Cost Multi-Path (ECMP) Routes in BGP 61st IETF, Washington DC Manav Bhatia (manav@riverstonenet.com) Joel M. Halpern (jhalpern@megisto.com)

  2. Introduction • Providers install ECMP routes, announce just one. • This can break routing, policies, etc.

  3. How it works? 10/8 AS_PATH: X X1 NEXT_HOP N1 N1 AS X AS Y R2 10/8 AS_PATH: Z Z1 NEXT_HOP N2 AS W R1 R3 N3 * 10/8 N1 AS X * 10/8 N2 AS Z N2 10/8 AS_PATH X X1 NEXT_HOP N1 AS Z 10/8 AS_PATH: Y {X Z} {X1 Z1} NEXT_HOP R3 10/8 AS_PATH Z Z1 ECMP_NEXT_HOP N2

  4. What if R2 and R3 don’t support ECMP extensions? • R1 announces the UPDATEs with the following AS_PATH: {X Z} {X1 Z1}

  5. Constructing Synthetic AS_PATHs AS_PATH1: X Z {A B C} AS_PATH2: X1 Z1 XZ1 AS_PATH: {X X1} {Z Z1} {A B C XZ1} AS_PATH: Y {X X1} {Z Z1} {A B C XZ1} AS_PATH: Y Y Y {X X1 Z Z1 A B C XZ1}

  6. Constructing Synthetic AS_PATHs - II AS_PATH1: X Z {A B C} AS_PATH2: X1 Z1 {A B C} AS_PATH3: X2 Z2 Z3 AS_PATH: {X X1 X2} {Z Z1 Z2} {A B C Z3} AS_PATH: Y {X X1 X2} {Z Z1 Z2} {A B C Z3} AS_PATH: Y Y Y {X X1 X2 Z Z1 Z2 A B C Z3}

  7. With BGP ECMP .. • Can avoid sub-optimal routing with Route Reflectors • Avoid some cases of persistent route oscillations • Load Balance BGP!

  8. How do we deal with .. • Multiprotocol Extensions • BGP Route Flap Dampening • BGP/MPLS VPNs • Regular Expressions • Splitting load across ASes

  9. Next Steps • Operator Feedback • Making it a WG doc

More Related