Route Server behavior: AS-path hiding
Extreme IX Route Servers (RS) do not prepend or include their own Autonomous System Number (ASN) in theAS_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 theAS_PATH. Disable this check on your router when you peer with Extreme IX Route Servers:
- Cisco —
no bgp enforce-first-asorbgp enforce-first-as disable - Huawei —
undo check-first-asunder the BGP context - Fortinet —
set 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.
Standard BGP communities
Communities originated from the Extreme IX RS:0:peer AS— The prefix is announced frompeer AS.
49378:0— Block your prefix to all peers.49378:0 49378:ASPEER— Block your prefix to all peers exceptASPEER.49378:ASPEER— Block your prefix toASPEER.
Large BGP communities
Announcement control:49378:0:0— Block your prefix to all peers.49378:1:ASPEER— Announce a route to a specificASPEER.49378:0:ASPEER— Prevent announcement of a prefix to anASPEER.
49378:101:ASPEER— Prepend toASPEERonce.49378:102:ASPEER— Prepend toASPEERtwice.49378:103:ASPEER— Prepend toASPEERthree times.
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 (ASN49378).
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).
AS20940) and blocking all others.