Borneo-IX

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 Borneo-IX/DE-CIX 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 Borneo-IX/DE-CIX platform. We tag the corresponding edge switch of the port.
    • Example: edge01.bwn1
       
  • Metro: The metropolitan region corresponding to the switch
    • Example: Bandar Seri Begawan
       
  • Country: The country corresponding to the above (in M49 format)
    • Example: Brunei
       
  • Continent: The continent corresponding to the above (in M49 format)
    • Example: Asia

This means that every route you will learn from the route servers will have four (additional) BGP Communities (per community class, e.g. each Standard and Large respectively) 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:

  • Standard Community
    • 65101:*
    • 65102:*
    • 65103:*
    • 65104:*
       
  • Large Community
    • <RS_ASN>:1911:*
    • <RS_ASN>:1912:*
    • <RS_ASN>:1913:*
    • <RS_ASN>:1914:*

Overview

ContinentContinent
BGP Community
CountryCountry
BGP Community
MetroMetro
BGP Community
SwitchSwitch
BGP Community
Asia65104:142
<RS_ASN>:1914:142
Malaysia πŸ‡²πŸ‡Ύ65103:458
<RS_ASN>:1913:458
JHB65102:17000
<RS_ASN>:1912:18
edge01.jhb165101:17108
<RS_ASN>:1911:108
edge01.jhb265101:17109
<RS_ASN>:1911:109
KUL65102:19000
<RS_ASN>:1912:17
edge01.kul165101:19106
<RS_ASN>:1911:106
edge01.kul265101:19107
<RS_ASN>:1911:107
Singapore πŸ‡ΈπŸ‡¬65103:702
<RS_ASN>:1913:702
SIN65102:18000
<RS_ASN>:1912:16
edge01.sin165101:18113
<RS_ASN>:1911:113
edge02.sin165101:18114
<RS_ASN>:1911:114
Brunei πŸ‡§πŸ‡³65103:96
<RS_ASN>:1913:96
BWN
(Borneo-IX)
65102:21000
<RS_ASN>:1912:19
edge01.bwn165101:21112
<RS_ASN>:1911:112
South-eastern Asia (region):
Malaysia πŸ‡²πŸ‡Ύ
Singapore πŸ‡ΈπŸ‡¬
Brunei πŸ‡§πŸ‡³
65103:35
<RS_ASN>:1913:35
ASE   
Unknown
Continent
65104:65535
<RS_ASN>:1914:65535
Unknown
Country
65104:65535
<RS_ASN>:1913:65535
Unknown
Metro
65102:65535
<RS_ASN>:1912:65535
Unknown
Switch
65101:65535
<RS_ASN>:1911:65535

Examples

Example 1

A prefix has the following BGP Communities attached to it:

  • 65104:142
  • 4617:1914:142
  • 65103:96
  • 4617:1913:96
  • 65102:21000
  • 4617:1912:19
  • 65101:21112
  • 4617:1911:112

From these BGP Communities you can deduce that this particular prefix has been injected in Asia (65104:142, 4617:1914:142), Brunei Darussalam (65103:96, 4617:1913:96) in metro Bandar Seri Begawan (65102:21000, 4617:1912:19) at edge01.bwn1 (65101:21112, 4617:1911:112).

Example 2

A prefix has the following BGP Communities attached to it:

  • 65104:142
  • 4617:1914:142
  • 65103:458
  • 4617:1913:458
  • 65102:17000
  • 4617:1912:5
  • 65101:17108
  • 4617:1911:108

From these BGP Communities you can deduce that this particular prefix has been injected in Asia (65104:142, 4617:1914:142), Malaysia (65103:458, 4617:1913:458) in metro Johor Bahru (65102:17000, 4617:1912:5) at edge01.jhb1 (65101:17108, 4617:1911:108).