SFMIX route servers enable multilateral peering through a single BGP session (ideally two for redundancy). The route server aggregates and redistributes participant routes, so you can start peering immediately without negotiating bilateral sessions.
Direct peering is still encouraged; route server use is optional. Configuration is generated with arouteserver.
For resilience, SFMIX runs two distinct stacks:
- BIRD on Linux, with Routinator for RPKI
- OpenBGPD on OpenBSD, with rpki-client for RPKI
Configuration summaries: BIRD/Linux ยท OpenBGPD/OpenBSD
Use the Route Browser (Alice LG) to debug route filtering. SFMIX implements Euro-IX standardized Large BGP Communities where possible.
Routing Security
Route servers filter announcements based on RPKI, IRR, and max-prefix limits (from PeeringDB). RPKI Invalid routes are rejected; RPKI Unknown routes are currently allowed.
SFMIX publishes the IRR as-set “AS-SFMIX-RS” via ARIN to help participants build IRR-based filters.
Connection Information
Route Server #1 โ BIRD / Linux
- ASN
- 63055
- IPv4
206.197.187.253- IPv6
2001:504:30::ba06:3055:1
Route Server #2 โ OpenBGPD / OpenBSD
- ASN
- 63055
- IPv4
206.197.187.254- IPv6
2001:504:30::ba06:3055:2
BGP Communities for Propagation Control
Control how your prefixes are propagated to other participants:
| Community String | Function |
|---|---|
| 63055:63055 | Send prefixes to all other route-server participants |
| 63055:ASN | Send prefix to only route-server participant with specific ASN |
| 0:ASN | Do not send prefix to route-server participant with specific ASN |
| 0:63055 | Do not send prefix to any other route-server participants |
| 63055:65281 | Send prefixes with NO_EXPORT attribute |
BGP Communities for Informational Metadata
Metadata communities indicate where routes were learned and participant attributes. See Locations for site codes.
BGP Communities to Explain Filtration
Filtered routes are not discarded โ they are tagged internally and excluded from redistribution. This allows operators to use the Route Browser to diagnose why routes are filtered or accepted.