{% extends "network/base.html" %} {% block title %}Cross-Connects — Network Design Canvas{% endblock %} {% block content %}
Physical cross-connects between carriers, CSPs, and customer equipment at colocation facilities
| XConn ID | Facility | Meet-Me Room | A-Side | Z-Side | Media | BW | Provider A | Provider Z | LOA | Status | $/mo | Actions |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ x.xconn_id }} | {{ x.facility or '—' }} | {{ x.meet_me_room or '—' }} | {{ x.src_device }}{% if x.src_port %}:{{ x.src_port }}{% endif %} | {{ x.dst_device }}{% if x.dst_port %}:{{ x.dst_port }}{% endif %} | {{ x.media_type or 'SMF' }} | {{ x.bandwidth or '—' }} | {{ x.provider_a or '—' }} | {{ x.provider_z or '—' }} | {{ x.loa_status }} | {{ x.status }} | {{ x.monthly_cost_usd|round(0)|int if x.monthly_cost_usd else '—' }} |
No cross-connects documented. Click "+ Cross-Connect" to add.
{% endif %}