Skip to main content
Extreme IX Route Servers remove the need for individual bilateral BGP sessions between members. Use BGP communities to control how the Route Servers propagate your routes to other peers.

Route Server behavior: AS-path hiding

Extreme IX Route Servers (RS) do not prepend or include their own Autonomous System Number (ASN) in the AS_PATH attribute. This removes the RS AS from the path, so participating members appear directly connected without requiring individual bilateral BGP sessions between each member network.

Disable the first-AS check

Because the Route Server hides its ASN, some BGP router implementations discard incoming updates from eBGP peers by default if the peer’s ASN does not appear first in the AS_PATH. Disable this check on your router when you peer with Extreme IX Route Servers:
  • Ciscono bgp enforce-first-as or bgp enforce-first-as disable
  • Huaweiundo check-first-as under the BGP context
  • Fortinetset enforce-first-as disable

BGP community controls

All members peering with Extreme IX Route Servers can use communities to control incoming and outgoing route propagation.
  • Incoming traffic control — Managed on the member side. You control which prefixes received from the Route Server are accepted into your routing table.
  • Outgoing traffic control — Use BGP communities to control which peers receive your announced prefixes through the Route Server.
Do not mix standard communities with large communities in the same policy. Choose one format for your configuration.

Standard BGP communities

Communities originated from the Extreme IX RS:
  • 0:peer AS — The prefix is announced from peer AS.
Standard communities accepted by the Extreme IX RS:
  • 49378:0 — Block your prefix to all peers.
  • 49378:0 49378:ASPEER — Block your prefix to all peers except ASPEER.
  • 49378:ASPEER — Block your prefix to ASPEER.

Large BGP communities

Announcement control:
  • 49378:0:0 — Block your prefix to all peers.
  • 49378:1:ASPEER — Announce a route to a specific ASPEER.
  • 49378:0:ASPEER — Prevent announcement of a prefix to an ASPEER.
For the full list of AS mappings and technical requirements, see the Extreme IX Technical Requirements page. Large BGP communities also let you prepend your prefixes to a specific Route Server member while advertising to the rest of the peers without prepends:
  • 49378:101:ASPEER — Prepend to ASPEER once.
  • 49378:102:ASPEER — Prepend to ASPEER twice.
  • 49378:103:ASPEER — Prepend to ASPEER three times.
For example, attaching 49378:103:ASN1 prepends your prefixes to ASN1 three times, while advertising to the rest of the members without prepends.

Operational notices

IPv6 Router Advertisements (RA) are ICMPv6 NDP messages required for LAN/SLAAC environments. They have no use case for point-to-point (PtP) links, inter-AS links, IP transit, PNI, and IXP LAN connectivity. Confirm that these default behaviors are disabled on your network devices. For information about how to disable IPv6 RA per vendor, and why this matters, see this article.

Vendor configuration examples

The following examples show how to manage route propagation to and from specific BGP peers through the Route Server (RS) using BGP communities (ASN 49378).

Scenario 1: block specific BGP peers through the Route Server

Use these configurations to block receiving prefixes from specific target Autonomous Systems (AS: xxx, AS: yyy) and prevent sending your routes to them.
Deny received routes matching the targeted AS in the inbound filter, then accept the remaining routes. Attach the control community to every prefix pool you advertise toward the Route Server.
For Route Server members using 32-bit ASNs, see the Extreme IX Technical Requirements page for the mapped short community values, so you avoid using BGP extended communities.

Scenario 2: allow selective peers only, and block all others

Use these configurations to block route exchange with all members by default, and allow route exchange only with specific target networks — for example, Google (AS15169) and Akamai (AS20940).
The following example establishes dual Route Server sessions (primary and secondary) on Huawei, accepting prefixes exclusively from Akamai (AS20940) and blocking all others.
Last modified on September 2, 2026