ACIX route server Informational BGP Communities

Route Origin

The route server will mark all routes with certain BGP Communities to indicate their origin. You can use this information to determine where a certain route has been injected into the ACIX switching platform. This gives you the option to filter routes learned from the route servers based on geographical location. 

Currently we tag the following information:

  • Switch: Indicates at which switch a prefix has been injected into the ACIX platform. We tag the corresponding edge.
    • Example: edge01.fih1
  • Metro: The metropolitan region corresponding to the switch
    • Example: Kinshasa
  • Country: The country corresponding to the above (in M49 format)
    • Example Democratic Republic of the Congo
  • Continent: The continent corresponding to the above (in M49 format)
    • Example: Africa

This means that every route you will learn from the route servers will have four (additional) BGP Communities attached which indicate location information.

To avoid ambiguity about the semantics of a certain BGP Community, especially when being present multiple times, we strip all BGP Communities from the range that we use for route origin tagging on import. This is:

  • 37799:1911:*
  • 37799:1912:*
  • 37799:1913:*
  • 37799:1914:*

Overview

Continent

Continent BGP Com

Country

Country BGP Com

Metro

Metro BGP Com

 Switch

Switch BGP Com

Africa

37799:1914:2

Democratic Republic of the Congo 🇨🇩

37799:1913:180

FIH
(ACIX)

37799:1912:35

edge01.fih1

37799:1911:149

Unknown Continent

37799:1914:65535

Unknown Country

37799:1913:65535

Unknown Metro

37799:1912:65535

Unknown Switch

37799:1911:65535

Example

A prefix has the following BGP Communities attached to it:

  • 37799:1914:2
  • 37799:1913:180
  • 37799:1912:35
  • 37799:1911:149

From these BGP Communities you can deduce that this particular prefix has been injected in Africa (37799:1914:2), D.R. Congo (37799:1913:180) in metro region Kinshasa (37799:1912:35) at edge01.fih1 (37799:1911:149).