{# CUI // SP-CTI #} {% extends "base.html" %} {% block title %}Network Infrastructure Migration — ICDEV{% endblock %} {% block extra_css %} {% endblock %} {% block content %}

Network Infrastructure Migration

CUI // SP-CTI

Import Device Inventory

CSV / JSON
NetBox Sync
Topology Diagram

Upload a CSV or JSON file. CSV columns: label, vendor, model, device_type, eol_date, eos_date, site, rack_location, firmware_version, notes

Click to browse or drag & drop
Accepts .csv, .json

Sync device inventory directly from your NetBox instance. NETBOX_URL and NETBOX_TOKEN must be set in .env.

Populate ni_devices from the nodes of an existing topology diagram already in the system.

{{ total }}
Total Devices
{{ eol_1yr }}
EOL within 12 months
{{ eol_2yr }}
EOL within 24 months
{{ active_count }}
Active Migrations
Loading device inventory…
{% set iqe_canvas = "migration" %} {% set iqe_api_route = "/migration-canvas/api/iqe-query" %} {% set iqe_title = "IQE Query — Network Migration" %} {% set iqe_examples = [ {"label": "All devices", "query": "foreach d in mc.designs select d.name, d.migration_type, d.classification"}, {"label": "High-risk waves", "query": "foreach w in mc.waves where w.risk_score > 7 select w.design_name, w.wave_number, w.strategy, w.risk_score"}, {"label": "Low readiness scores", "query": "foreach a in mc.assessments where a.readiness_score < 50 select a.design_name, a.grade, a.readiness_score"} ] %} {% include "includes/iqe_query_widget.html" %} {% endblock %} {% block scripts %} {% endblock %}