Connection Guide
Want to connect to SFMIX? Here's how.
Overview
Review pricing and requirements below
Email tech-c@sfmix.org with your desired speed and location; we’ll confirm port availability
Tip: Use subject “New Connection Request – [Your Org Name]” and include your PeeringDB URL, desired speed, and preferred location. We typically respond within 1–2 business days.
Complete the Membership Application
SFMIX issues an LOA/CFA for you to order a cross-connect with the datacenter operator
SFMIX allocates your IPv4 and IPv6 addresses
Your circuit is connected to a Quarantine VLAN — a safe environment to bring up your link and validate configuration before touching production
Once ready, SFMIX moves your port to the production peering VLAN
Start peering!
Administrative Requirements
Pricing
Annual membership fees (as of 2023):
| Port Speed | Annual Fee | Notes |
|---|---|---|
| 1 Gbps | $995/year | Prefer 10G with rate limit over multiple 1G ports |
| 10 Gbps | $2,995/year | Up to 4 ports in a LAG |
| 100 Gbps | $7,495/year | No LAG limit |
Fee exemptions are considered on a case-by-case for non-profits contributing in-kind services that benefit all members of the exchange equally (e.g., root DNS, ccTLD/gTLD, public measurement tools). Contact tech-c@sfmix.org to submit an appeal for a fee exemption.
Billing
- Annual billing (calendar year); no monthly option
- USD only
- Payment (preferred order): ACH, wire, check, credit card
Logistical Requirements
- At least one representative must subscribe to the sfmix-members mailing list. Role accounts encouraged. Email tech-c@sfmix.org to subscribe.
- Mailing list discussions are confidential to participants, members, and sponsors.
- SFMIX is volunteer-run. All services are best-effort; no SLA is implied.
- Participants may peer at a single location only, regardless of port count. SFMIX is a peering fabric, not a transport network.
- No ARP/ICMPv6 spoofing or traffic sniffing.
Technical Requirements
- Single-mode fiber only — no copper or multi-mode fiber.
- A public RIR-assigned ASN is required (RFC 1930, RFC 6996). No private ASNs.
- A maintained PeeringDB entry is required.
- One MAC address per logical link. Port security allows 2 MACs temporarily for router migrations, but only 1 long-term.
- Allowed broadcast: ARP and ICMPv6 ND only. No RAs, CDP, DHCP, or STP.
- LLDP: SFMIX transmits LLDP on all participant ports, including optical receive power levels. Participants may transmit LLDP but are not required to.
- BGP session with the Looking Glass is mandatory. It is used only for debugging — no routes are redistributed, no traffic exchanged.
- Do not propagate SFMIX peering subnets (206.197.187.0/24, 2001:504:30::/64) beyond your edge router. Use ACLs if needed.
- No static or default routes toward other participants or SFMIX resources without permission.
- Route server peering is encouraged but not required.
LLDP & Optical Power Monitoring
SFMIX switches transmit LLDP on every participant port. In addition to standard LLDP information (system name, port description), each frame includes the optical receive power measured by the SFMIX-side transceiver, encoded as an LLDP-MED Inventory TLV.
This lets you see — from your own router — how well your transmit light is arriving at the SFMIX switch, without needing to engage us for support.
What’s advertised
The LLDP-MED Asset ID field carries the receive power in dBm:
- Single-lane optics example:
dBm:-2.05 - Multi-lane optics example:
dBm:-7.60/-8.20/-6.79/-6.52(one value per lane)
Viewing the data
On Arista EOS:
switch# show lldp neighbors Ethernet1 detail | grep 'Asset ID'
- LLDP-MED Inventory Asset ID TLV: "dBm:-2.05"
On Linux (lldpd):
$ lldpcli show neighbors
LLDP-MED:
Inventory:
Asset ID: dBm:-2.05
On Juniper Junos:
user@router> show lldp neighbors interface xe-0/0/0
On other platforms, look for LLDP-MED Inventory or organizationally-defined TLVs with OUI 00:12:BB, subtype 11.
Interpreting the values
The power values represent what the SFMIX transceiver is receiving from your side. If you see values dropping toward the transceiver’s receiver sensitivity threshold (typically around −14 dBm for LR4, −22 dBm for ER4), your fiber plant may need attention. A value of dBm:-40.00 or the absence of an Asset ID TLV means no light is detected.
Optical power via LLDP is currently supported on Arista edge ports only, which covers essentially all peering ports today. The agent that injects this data is open source: LldpDomAgent on GitHub.