{# 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…
{% endblock %} {% block scripts %} {% endblock %}