{# CUI // SP-CTI #} {% extends "network/base.html" %} {% block title %}Connectivity Reference — NDC{% endblock %} {% block head %} {% endblock %} {% block content %}
Cloud-agnostic network connectivity patterns — dedicated private, IPSec VPN, hub/transit, DoD SCCA architecture
Services, compliance levels, and SOP links for each CSP × connectivity type combination.
| CSP | Dedicated Private | IPSec VPN | Hub / Transit | SD-WAN Overlay | Cloud Exchange |
|---|---|---|---|---|---|
| {{ csp_key | upper }} | {% for conn_type in ['dedicated_private','ipsec_vpn','hub_transit','sdwan_overlay','cloud_exchange'] %} {% set cell = csp_data.get(conn_type, {}) %}
{% if cell %}
{{ cell.service_abbrev or cell.service or '—' }}
{% for cl in (cell.compliance_levels or []) %}
{{ cl | upper | replace('_',' ') }}
{% endfor %}
{% if cell.dod_bcap_compatible %}✓ BCAP {% endif %}
{% for t in (cell.sop_titles or [])[:1] %}
📋 {{ t[:40] }}{% if t|length > 40 %}…{% endif %}
{% endfor %}
—
{% endif %}
|
{% endfor %}
All DoD cloud traffic flows through this mandatory boundary: NIPRNet → BCAP → VDSS inspection → VDMS monitoring → Mission VPC/VNet/VCN.
{{ comp.description or '' }}
{% if comp.csp_services %}