AqabaIX route server Informational BGP Communities
Route Origin
The route server will tag all prefixes with certain BGP Communities to indicate their origin. You can use this information to determine where a certain prefix has been injected into the AqabaIX switching platform.
Currently we tag the following information:
Switch: Indicates at which switch a prefix has been injected into the AqabaIX platform. We tag the corresponding edge switch of the port.
- Example: edge01.aqj1
Metro: The metropolitan region corresponding to the switch
- Example: Aqaba
Country: The country corresponding to the above (in M49 format)
- Example: Jordan
Continent: The continent corresponding to the above (in M49 format)
- Example: Asia
This means that every prefix you will learn from the route servers will have four (additional) BGP Communities attached which will 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:
- 65101:*
- 65102:*
- 65103:*
- 65104:*
Overview
Continent | M.49 Region Code (Continent) | Continent BGP Com | Country | M.49 Region Code (Country) | Country BGP Com | Metro | Metro Code | Metro BGP Com | Edge Switch | Switch Code | Switch BGP Com |
Asia | 142 | 65104:2 | Jordan 🇯🇴 | 400 | 65103:400 | AQJ (AqabaIX) | 43000 | 65102:43000 | edge01.aqj1 | 43162 | 65101:43162 |
Unknown Continent | 65535 | 65104:65535 | Unknown Country | 65535 | 65104:65535 | Unknown Metro | 65535 | 65102:65535 | Unknown Switch | 65535 | 65101:65535 |
Examples
A prefix has the following BGP Communities attached to it:
- 65104:142
- 65103:400
- 65102:43000
- 65101:43162
From these BGP Communities you can deduce that this particular prefix has been injected in Asean (65104:142), Jordan (65103:400) in metro region Aqaba (65102:43000) at edge01.tip1 (65101:43162).