{# CUI // SP-CTI #} {% extends "network/base.html" %} {% block title %}SOP Library — NDC{% endblock %} {% block head %} {% endblock %} {% block content %}
Cloud network configuration standard operating procedures — IPSec VPN, transit gateways, SCCA/BCAP, routing protocols
| Title | Category | CSP | Ver | Status | Classification | Updated | |||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ s.title }} | {{ s.category | replace('_', ' ') | title }} | {{ (s.csp or 'multi') | upper }} | v{{ s.version }} | {{ s.status }} | {{ s.classification or 'CUI' }} | {{ (s.updated_at or '')[:10] }} | |||||||
|
{{ s.description }} Steps
Prerequisites
Validation
Rollback
{% if is_admin %}History {% endif %}
{% if s.steps %}
{% for step in s.steps %}
{# Prerequisites tab #}
{{ step.number }}
{{ step.title }}
· {{ step.platform }}
{% if step.time_est %}⏱ {{ step.time_est }}{% endif %}
{% if step.dod_ref %}{{ step.dod_ref }}{% endif %}
{% if step.actions %}
{% for action in step.actions %}
{{ action.label }}
{{ action.command }}
{% endfor %}
{% elif step.get('action') %}
{{ step.action }}
{% endif %}
{% if step.verification %}
{% for v in step.verification %}
Verification
{{ v.command }}
{% if v.expected_output %}Expected: {{ v.expected_output }} {% endif %}
ROLLBACK — {{ rc.label }}
{% endfor %}
{% endif %}
{% if step.notes %}
{% for note in step.notes %}
{{ rc.command }}
{{ note }}
{% endfor %}
{% endif %}
No steps defined. {% endif %}
{% if s.prerequisites %}
{# Validation tab #}
No prerequisites listed. {% endif %}
{% if s.validation %}
{# Rollback tab #}
No validation criteria defined. {% endif %} {% if s.escalation %}Escalation
{% if s.rollback and s.rollback.steps %}
{# History tab (admin only) #}
{% if is_admin %}
⚠ Rollback Procedure {% if s.rollback.rto %}(RTO: {{ s.rollback.rto }}){% endif %}
No rollback procedure defined. {% endif %}Loading...
|
|||||||||||||
| No SOPs found matching your filters. | |||||||||||||